Hi, I'm using the jar-with-dependencies configuration with the
maven-assembly-plugin as follows:
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass>com.uprizer.sensearray.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
It works fine, but I was wondering if there is a way to exclude
specific packages from the jar that this builds, and further, whether
this can be configured by passing options to the mvn assembly:assembly
command?
Any help would be greatly appreciated,
Ian.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]