Hi

I'm trying to use the assembly plugin in combination with the deploy-plugin.

When I have created my assembly, 'mvn assembly:assembly', I use the deploy-plugin. The deploy-plugin deploys my assemblies as well as the artifacts (jars) that are created by the project. Is there a way to prevent the assemblies from the being deployed?

I tried to put this in the configuration, but it made no difference:

  <attach>false</attach>

Documentation for this configuration option is non-existing, but it sounds like the right one to use.

How does the deploy-plugin know which files to deploy?


I'm currently using version 2.1 of the assembly-plugin together with Maven 2.0.7.

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to