Hi,

Yann Albou wrote:

> @Jörg : we had the same issue with the class-path of the manifest. to
> resolve it you have to add useUniqueVersions to false to all archives
> (jar, ejb, war...):
> 
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-jar-plugin</artifactId>
> <configuration>
> <archive>
> <manifest>
> <addClasspath>true</addClasspath>
> <useUniqueVersions>false</useUniqueVersions>
> </manifest>
> </archive>
> </configuration>
> </plugin>

Thanks, never recognized this setting ...

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to