[jboss-maven-plugin] Configure hostName at runtime Hello List.
What I want's to do is configure the parameter hostName of the jboss-maven-plugin at runtime. As descrips in the doc of the plugin, it is possible to configure an alternative hostname in the pom.xml >>>> <project> ... <build> <defaultGoal>package</defaultGoal> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jboss-maven-plugin</artifactId> <configuration> <hostName>JBOSS_BINDUNG_ADDRESS_NOT_LOCALHOST</hostName> </configuration> </plugin> ... </plugins> ... </build> ... </project> <<<< But what i want to do is something like mvn -Dmaven.jboss.hostName=JBOSS_BINDUNG_ADDRESS_NOT_LOCALHOST ........ Is there anybody knews the collrect name of the property 'maven.jboss.hostName' TIA Andeas Riedel __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email