Hi,
I have the following dependency declared in my project.xml :
<dependency>
<groupId>drutt</groupId>
<artifactId>DRUTT_ddr</artifactId>
<version>2</version>
<jar>DRUTT_ddr_v2.jar</jar>
</dependency>
I want to copy all my other dependencies using deploy:copy-deps. How can i
declare that this one shouldn't be copied ? deploy:copy-deps needs
dependency id's in his excludes list... What is the id of this one ?
Sebastien BRUNOT
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]