Hello
I did a plugin which have some dependencies. This plugin is called in a EAR artifact during the install phase. Unfortunately, maven always include the dependencies of the plugin in the generated archive and I dont want this behaviour.
All the plugin's dependencies are declared as:

       <dependency>
           <groupId>com.oracle.oc4j</groupId>
           <artifactId>javax77</artifactId>
           <version>10.1.3</version>
       </dependency>


How can I disabled this ?

Thanks in advance!
Regards,
Alexandre Touret

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

Reply via email to