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]

Reply via email to