Hi all,

just wanted to do mvn eclipse:eclipse on my svn copy, but build
failed. Looks like mvn is expecting maven-html-to-pdf  in version=2.1
but on repo is only 2.0. I think I need to add a snapshot repos to get
it. Does anybody have a pointer for me?

Thanks
Christian


Stack:

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found -
check that the 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.camel
-DartifactId=maven-html-to-pdf -Dversion=2.1-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.camel
-DartifactId=maven-html-to-pdf -Dversion=2.1-SNAPSHOT
-Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]


  org.apache.camel:maven-html-to-pdf:maven-plugin:2.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

  org.apache.camel:maven-html-to-pdf:maven-plugin:2.1-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

Reply via email to