Hi,
You can generate Class-Path entry to your manifest by adding this to
your pom:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>
Jan
-----Original Message-----
From: Thomas Marek [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 15, 2005 6:10 PM
To: Maven Users List
Subject: Re: [m2] EJB3 and PAR - Including the classes of the par
package...
Isn't it possible to add a path to the classpath of a module at compile
time?
Thanks,
Thomas
Arik Kfir schrieb:
>Use a "Class-Path" entry in the MANIFEST.MF file of the .ejb3 file
>(this is standard in j2ee, not a hack :)
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]