Hi,
I noticed that depends-maven-plugin was removed from kernel trunk. Where
is it now? I couldn't build example/ittests:
[INFO] A required plugin was not found: Plugin could not be found -
check that t
he goal name is correct: Unable to download the artifact from any
repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix.tooling
-DartifactI
d=depends-maven-plugin \
-Dversion=1.0-SNAPSHOT -Dpackaging=maven-plugin
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.servicemix.tooling
-DartifactId=de
pends-maven-plugin \
-Dversion=1.0-SNAPSHOT -Dpackaging=maven-plugin
-Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
org.apache.servicemix.tooling:depends-maven-plugin:maven-plugin:1.0-SNAP
SHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo),
snapshots (http://people.apache.org/repo/m2-snapshot-repository)
org.apache.servicemix.tooling:depends-maven-plugin:maven-plugin:1.0-SNAP
SHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
servicemix (http://svn.apache.org/repos/asf/servicemix/m2-repo),
snapshots (http://people.apache.org/repo/m2-snapshot-repository)