Try this:
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
</manifest>
</archive>
</configuration>
</plugin>
Wayne
On 4/11/06, Christian Sauer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> i've built an ear file and wondered why the manifest file
> did not contain the "classpath" entry ...
>
> Does anyone know how I can get Maven to generate that entry?
>
> Cheers,
> Chris
> --
> Giniality AG - Christian Sauer; Steinenberg 21, CH-4051 Basel
> P: +41 61 226 99 66 - F: +41 61 226 99 69 - M: +41 79 828 9416;
> E-Mail: [EMAIL PROTECTED]; WWW: http://www.giniality.com
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>