I'm using the following configuration, and the classifier of "full" appears
to have no effect. I still get "htmlclient-1.0-SNAPSHOT.one-jar.jar" as
the final name of the onejar jar.
<plugin>
<groupId>org.dstovall</groupId>
<artifactId>onejar-maven-plugin</artifactId>
<version>1.4.0</version>
<executions>
<execution>
<configuration>
<!-- Optional, default is "onejar" -->
<classifier>full</classifier>
</configuration>
<goals>
<goal>one-jar</goal>
</goals>
</execution>
</executions>
</plugin>
Original issue reported on code.google.com by rektide on 10 Apr 2009 at 5:41
Original issue reported on code.google.com by
rektide
on 10 Apr 2009 at 5:41