Hello Claus,
I cannot insert camel-spring manually because it is a maven plugin work!
I repeat this concept: with camel 2.16.2 it is all ok!!! Is it a bug of
2.16.3 version?
According follow source code, maven jar plugin is able to do it:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>com.xxxx.SpringMain</mainClass>
<classpathPrefix>lib/</classpathPrefix>
</manifest>
</archive>
<includes>
<include>*/**/*.class</include>
</includes>
</configuration>
</plugin>
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-maven-plugin-executable-jar-MANIFEST-entry-is-missing-tp5779625p5779654.html
Sent from the Camel - Users mailing list archive at Nabble.com.