Quintin Beukes wrote:
> OK, firstly you can only produce one artifact per POM.
This is not true. A POM has one GAV, but you can produce multiple artifacts 
with different classifiers. For example, most Java projects using the release 
plugin will have a source JAR file produced from the same POM and codebase. It 
has the same GAV, but an alternate classifier.
 
Justin

Reply via email to