  | |  | Proposal: Adding jar.manifest.classpath in jar and war plugins | Proposal: Adding jar.manifest.classpath in jar and war plugins 2004-01-07 - By Robert Laflamme
Back Hi,
I used dependency jars for my J2EE projects. One of the missing feature is the lack of classpath in the Manifest file.
For instance, I added this feature in the plugin jar and war for my own purpose.
Here's the project.xml look like for jar projects: .... <dependency> <groupId>myGroup</groupId> <artifactId>myartifactId</artifactId> <version>1.0</version> <properties> <jar.manifest.classpath>true</jar.manifest.classpath> </properties> </dependency>
Also, for web module (project.xml): .... <dependency> <groupId>myGroup</groupId> <artifactId>myartifactId</artifactId> <version>1.0</version> <properties> <war.bundle>false</war.bundle> <war.manifest.classpath>true</war.manifest.classpath> </properties> </dependency>
It would be nice to add this feature in the jar and war plugins.
Thank you
Robert
__ ____ ____ ____ ____ ____ ______ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |