This is my configuration file:
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
</configuration>
</plugin>
I use customized assembly descriptor. Why every time running mvn
assembly:assembly, maven will produce jar-with-dependencies.jar?
--
View this message in context:
http://www.nabble.com/how-to-disable-jar-with-dependencies-when-assembly--tp18847342p18847342.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]