Thanks Edwin.
I tried this link but it doesn't seem to work with classifiers. 
when I am building my modules, I do this:
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
                <classifier>${platform}-${audience}</classifier>
                <addMavenDescriptor>false</addMavenDescriptor>
              </configuration>
      </plugin>

So I'd like to include <module>-<version>-<classifier> in the final JAR. 
If I don't use <classifier> above then the example you pointed does work.

Thanks!
-- 
View this message in context: 
http://www.nabble.com/Assembly-madness...-tf2070731.html#a5712774
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