Hallo Jörg, 

>-----Original Message-----
>From: ext Jörg Schaible [mailto:[EMAIL PROTECTED] 
>> Can I turn that off somehow? I couldn't find an option in the 
>> documentation in 
>> http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html
>
>None of my generated EARs has a manifest that contains a 
>Class-Path entry. So it must be something within your 
>configuration or you provide a manually generated one. 

You were right. Sorry for the fuss:

         <plugin>
            <artifactId>maven-ear-plugin</artifactId>
                <configuration>
...
             <archive>
                <manifest>
                   <addClasspath>true</addClasspath>
                </manifest>
              </archive>
           </configuration>
         </plugin>

I think this explains it :(

Andreas

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

Reply via email to