[ http://jira.codehaus.org/browse/MJBOSS-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Gier closed MJBOSS-40. --------------------------- Resolution: Duplicate > jboss-maven-plugin: if more than one file is specified in <fileNames>, then > the artifactIds are taken as file names instead of the ones specified. > -------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: MJBOSS-40 > URL: http://jira.codehaus.org/browse/MJBOSS-40 > Project: Maven 2.x JBoss Plugin > Issue Type: Bug > Affects Versions: 1.4.0 > Environment: Windows XP SP3 > Reporter: Armin Wrobel > Assignee: Paul Gier > > If I speficy the jboss-maven-plugin as follows, then the plugin tries to copy > a file named casex-ear.ear (casex-ear is the artifactId) instead of the > casex-int.ear as specified. If I just specify the casex-int.ear in <fileName> > without a surrounding <fileNames>, then the file is copied correctly. > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>jboss-maven-plugin</artifactId> > <version>1.4</version> > <configuration> > <port>8280</port> > <jbossHome>${JBoss_Int_Home}</jbossHome> > <fileNames> > <fileName>../case-base/target/case-base-5.0.0.jar</fileName> > <fileName>../casex-ear/target/casex-int.ear</fileName> > </fileNames> > </configuration> > </plugin> > Note: I have settings for the jboss-maven-plugin plugin in two different > profiles which are combined, so some configs are missing in the listing above. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email