It can be found here - which is on a repo you have listed:
http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/simian-report-maven-plugin/
HTH,
Andreas
Jimisola Laursen schrieb:
I tried that as well:
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.codehaus.mojo:simian-report-maven-plugin' does not
exist or no valid version could be found
Am I missing out on a repository?
Have the following:
<pluginRepository>
<id>Codehaus Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
<pluginRepository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
<pluginRepository>
<id>Apache Snapshots</id>
<url>http://svn.apache.org/maven-snapshot-repository/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]