We use a tool like Beyond Compare to analyze locally made EARs to those from the CI system early in our engagement to ensure we have faithfully reproduced what the customer asked for. Any difference we find we make adjustment for in Maven.
________________________________ Curt Yanko | Continuous Integration Services Making IT Happen, one build at a time, 700 times a day > -----Original Message----- > From: wei zhenhua [mailto:[email protected]] > Sent: Tuesday, June 14, 2011 6:50 PM > To: Maven Users List > Subject: Re: Maven build EAR does not work for Multimodule > project on JBOSS > > Hi, > I have been working on IntelliJ framework with the IDE > exploded deployment. The ide deployment works totally fine > during the debugging. However, using the maven to build the > ear file and deploy to JBOSS, the application behaves > differently without the fixed functionality. The build and > deployment looks fine just behaves differently from what is > deployed in Intellij IDE. > Could you provide any suggestions? If having such problem > before please reply. Thank you in advance. > Taylor > > > --- On Tue, 6/14/11, Emerson Cod <[email protected]> wrote: > > From: Emerson Cod <[email protected]> > Subject: Re: Shared Descriptor does not work for Multimodulproject > To: [email protected] > Received: Tuesday, June 14, 2011, 8:32 AM > > > Hi, > > thanks for the answer. > > with maven3 the problem did not occur anymore... > > thanks for that :) > > > > > > > > > -----Original Message----- > From: Anders Hammar <[email protected]> > To: Maven Users List <[email protected]> > Sent: Sat, Jun 11, 2011 10:42 pm > Subject: Re: Shared Descriptor does not work for Multimodulproject > > > I think we need more info. Also, there is no "assembly" phase. > > > > By any chance, are you using Maven 2.x and is using the > assembly plugin in > > some other module? In that case the problem is likely due to plugin > > classpath issues in Maven 2.x - please try Maven 3. > > > > /Anders > > > > On Fri, Jun 10, 2011 at 11:18, Emerson Cod > <[email protected]> wrote: > > > > > > > > > > > > > > Hi all, > > > > > > I have a Multimodulproject with a Module, which defines the > > > maven-assembly-plugin to pack additional files. > > > > > > As this happens more often in our workspaces, I created a shared > > descriptor > > > as given at: > > > > http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing > > -descriptors.html > > > . > > > > > > If I run the project alone, it works and in the assembly phase the > > shared > > > descriptor artifact is downloaded and the assembly is done. > > > > > > If I start the Multimodulproject, it fails the assembly with the > > message, > > > that the descriptor can not be found. It also does not download the > > shared > > > descriptor artifact during the assehmbly phase. > > > > > > Can someone say why this behavior occures ? and why it works for the > > > project itself, but not for the multimodul ? > > > > > > Thanks > > > > > > > > > > > > > > > > > > > > > > This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
