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 > > > > > >
