Le Tuesday 25 September 2007 17:20:01 Tim Kettler, vous avez écrit :
> This will do:
>
>    <plugin>
>       <groupId>org.apache.maven.plugins</groupId>
>       <artifactId>maven-ejb-plugin</artifactId>
>       <configuration>
>         <archive>
>           <manifest>
>             <addClasspath>true</addClasspath>
>             <classpathPrefix>lib</classpathPrefix>
>           </manifest>
>         </archive>
>       </configuration>
>     </plugin>
>
> -Tim
Hi all,

I'm using the pom snippet shown above but I would like to have some 
dependencies prefixed and some others not.

Is this doable with maven or will I have to write the MANIFEST.MF file 
myself ?

Regards

Paul

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

Reply via email to