You can obtain it by compiling servicemix and installing the artifacts
in your local maven1 repository.
Personally, I do:
cd $SERVICEMIX_BASE
mvn -o -Dmaven.test.skip=true package install
one:install-maven-one-repository
then
cd $SERVICEMIX_BASE/geronimo-1.1
maven
You also have to make sure the servicemix version matches in
geronimo-1.1/project.properties, such as:
servicemix_version=3.0-incubating-SNAPSHOT
good luck,
alex
SP Liu wrote:
Can anyone tell me where to download
geronimo-servicemix-3.0-M2-incubating.jar?
when compiling the geronimo-1.1 module any time,it always says the absense
of this dependency jar.
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>geronimo-servicemix</artifactId>
<version>${servicemix_version}</version>
<properties>
<geronimo.dependency>true</geronimo.dependency>
<geronimo.include>true</geronimo.include>
</properties>
</dependency>
Thanks!