here is some useful info from:
http://mail-archives.apache.org/mod_....nabble.com%3E
------------
Good day, Rod,
Sorry about that... I have just taken a look at the repository itself and
its seems that the jar of xfire-maven-plugin is not there. Then I guess the
only thing left to do is to checkout the source, and build it yourself.
Cheers,
Franz
Rod Mclaughlin-2 wrote:
>
> *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.
>>>
>>> ---------------------------------------------------------------------
>>
>>
>
>
> --
> Rod McLaughlin
> Omnimedix Institute
>
Rod.McLaughlin@omnimedix.org
>
>
>
--
View this message in context:
http://www.nabble.com/Access-depende....html#a8977315
Sent from the Maven - Users mailing list archive at Nabble.com.