Hi, I use the servicemix 3.2, and in a maven project, I configure like:
....
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
<version>${servicemix-version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-quartz</artifactId>
<version>${servicemix-version}</version>
</dependency>
...
and the "mvn clean install" is successful, and the
servicemix-common-3.2.jar exists in the *-installer.jar, but I can't find
the servicemix-quartz-3.2.jar in the jar. which one could tell me how to fix
it, except copy the servicemix-quartz-3.2.jar into %SERVICEMIX_HOME%/lib.
Thanks.
--
View this message in context:
http://www.nabble.com/Where-is-the-servicemix-quartz-3.2.jar-in-the-*-installer.jar-tp16670464p16670464.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.