Hi,
I just wanted to update our project from 3.3-RC2 to 3.3 but ran into
some problems with dependencies. jamon and fulcrum-testcontainer can't
be found.
Do I have to configure some additional repositories?
Some excerpts from the error log:
1) jamon:jamon:jar:2.6
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=jamon -DartifactId=jamon \
-Dversion=2.6 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=jamon -DartifactId=jamon \
-Dversion=2.6 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.synyx.minos:minos-all:jar:1.0-SNAPSHOT
2) torque:torque:jar:3.3
3) fulcrum:fulcrum-yaafi:jar:1.0.5
4) jamon:jamon:jar:2.6
2) fulcrum:fulcrum-testcontainer:jar:1.0.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=fulcrum
-DartifactId=fulcrum-testcontainer \
-Dversion=1.0.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there: mvn deploy:deploy-file -DgroupId=fulcrum
-DartifactId=fulcrum-testcontainer \
-Dversion=1.0.5 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.synyx.minos:minos-all:jar:1.0-SNAPSHOT
2) torque:torque:jar:3.3
3) fulcrum:fulcrum-testcontainer:jar:1.0.5
Regards
Florian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]