I'm new to Maven2 and I'm attempting to make an old Ant project work.
One of the requirements is to have "." on the final jar's classpath. I can get all the other jars on there with the maven-jar-plugin and using
<addClasspath>true</addCLasspath> But how can I add an arbitrary value (like ".")? Thanks. Chas Douglass --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
