I am have been all over trying to get this plugin to work. Please tell me
someone out there has it working.
Here is my pom
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jalopy-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
</plugin>
I am using Artifactory which is pointed at the snapshots codehaus.
<remoteRepository>
<key>codehaus-snapshots</key>
<blackedOut>true</blackedOut>
<handleReleases>false</handleReleases>
<handleSnapshots>true</handleSnapshots>
<excludesPattern>org/artifactory/**,org/jfrog/**</excludesPattern>
<url>http://snapshots.repository.codehaus.org</url>
</remoteRepository>
Here is how I am running it and the error.
$ mvn jalopy:format
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jalopy'.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.codehaus.mojo:jalopy-maven-plugin
Reason: POM 'org.codehaus.mojo:jalopy-maven-plugin' not found in repository:
Unable to download the artifact from any repository
org.codehaus.mojo:jalopy-maven-plugin:pom:1.0-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: < 1 second
[INFO] Finished at: Mon Jul 02 09:58:04 MDT 2007
[INFO] Final Memory: 1M/4M
[INFO]
------------------------------------------------------------------------