Hi All,

I'm doing some testing and results of a mvn install package on trunk gives
me below error, related ot rat-maven-plugin by the looks.

Any ideas on if I need to do something else or if is needed to be fixed this
end (perhaps I need to wait for repos to catch up, dunno) ? :-

[INFO] artifact org.apache.rat:rat-maven-plugin: checking for updates from
central
[INFO]
------------------------------------------------------------------------
[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.rat
-DartifactId=rat-maven-plugin -Dversion=0.6-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.rat
-DartifactId=rat-maven-plugin -Dversion=0.6-SNAPSHOT
-Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]


  org.apache.rat:rat-maven-plugin:maven-plugin:0.6-SNAPSHOT

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

  org.apache.rat:rat-maven-plugin:maven-plugin:0.6-SNAPSHOT

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

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 3 minutes 21 seconds
[INFO] Finished at: Mon Jan 19 04:06:06 UTC 2009
[INFO] Final Memory: 45M/149M
[INFO]
------------------------------------------------------------------------
program finished with exit code 1

Reply via email to