RE: Maven Jar plugin 2.0 : ClassPath in manifest

2008-04-23 Thread Thomas Darbois
plugin 2.0 : ClassPath in manifest I'm not real familiar with that part of maven, but ... Did you try adding a finalName to the pom for test to give it the name without the version number included? Alternatively, there might be a problem inheriting the dependency plugin configurations in the toto

RE: Maven Jar plugin 2.0 : ClassPath in manifest

2008-04-23 Thread Thomas Darbois
Users List Objet : Re: Maven Jar plugin 2.0 : ClassPath in manifest I'm not real familiar with that part of maven, but ... Did you try adding a finalName to the pom for test to give it the name without the version number included? Alternatively, there might be a problem inheriting the dependency

RE: Maven Jar plugin 2.0 : ClassPath in manifest

2008-04-23 Thread Thomas Darbois
Clicked on send before pasting the link: http://jira.codehaus.org/browse/MJAR-61 Tomas Darbois -Message d'origine- De : Thomas Darbois Envoyé : mercredi 23 avril 2008 11:00 À : 'Maven Users List' Objet : RE: Maven Jar plugin 2.0 : ClassPath in manifest Well i ve found the Jira

Maven Jar plugin 2.0 : ClassPath in manifest

2008-04-22 Thread Thomas Darbois
Hello I'm having trouble with a multi module project that I m working on. I need a class path inside the manifest of the built jar (plugin maven jar and configuration addClasspathtrue/addClasspath in my parent pom defined in pluginManagement). The classpath is perfectly formatted when I'm

Re: Maven Jar plugin 2.0 : ClassPath in manifest

2008-04-22 Thread Lee Meador
I'm not real familiar with that part of maven, but ... Did you try adding a finalName to the pom for test to give it the name without the version number included? Alternatively, there might be a problem inheriting the dependency plugin configurations in the toto project. You could try copying