*I put this both in <repositories> and <pluginRepositories> and it makes no
difference*
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
it still says
*The plugin 'org.codehaus.mojo:xfire-maven-plugin' does not exist or no valid version could be found*
franz see wrote:
Good day to you, Rod,
The xfire-maven-plugin is in codehaus mojo-sandbox. So you either checkout
the source and build it, or use the snapshot version deployed
<pluginRepository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
See [1].
Cheers,
Franz
[1] http://mojo.codehaus.org/using-sandbox-plugins.html
Rod Mclaughlin-2 wrote:
Wayne Fay wrote:
*Without knowing anything more about your project or seeing your
pom.xml files, I assume you've declared <repositories> but not
<pluginRepositories> to match. *
Wayne
Thanks. Even if I do
<pluginRepositories>
<pluginRepository>
<id>central</id>
<name>Maven Plugin Repository</name>
<url>http://repo1.maven.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
it still says *The plugin 'org.apache.maven.plugins:maven-xfire-plugin'
does not exist or no valid version could be found*
*Craig S. Cottingham: Here it says it's looking for maven-xfire-plugin,
but...
...here you declare xfire-maven-plugin. Was that a typo (transcribe-o?),
or could this be part of the problem you're seeing? *
It makes no difference whether it says
<artifactId>PLUGINNAME-maven-plugin or maven-PLUGINNAME-plugin in the
plugin section of the POM, it always says
org.apache.maven.plugins:maven-PLUGINNAME-plugin not found for any plugin.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Rod McLaughlin
Omnimedix Institute
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]