I have found a way to remove the version, in my ear pom xml i am using under
the configuration of my ear-plugin

                                <javaModule> 
                                <groupId>Test</groupId> 
                                <artifactId>Test</artifactId> 
                                                               
<bundleFileName>Test.jar</bundleFileName> 
                                </javaModule>
                                <webModule> 
                                <groupId>Test_WEB</groupId> 
                                <artifactId>Test_WEB</artifactId> 
                                <bundleFileName>Test_WEB.war</bundleFileName> 
                                </webModule>
--
View this message in context: 
http://www.nabble.com/Removing-version-when-creating-a-jar-t1438924.html#a4069067
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to