> I tryed to use the axistools plugin but the following error occurs :
> The plugin 'org.apache.maven.plugins:maven-axis-plugin' does not exist
> or no valid version could be found

Did you configure maven to use the mojo plugin repo? Make sure you have

  <pluginRepositories>
    <pluginRepository>
      <id>Maven Plugin Snapshots</id>
      <url>http://snapshots.maven.codehaus.org/maven2/</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <releases>
        <enabled>true</enabled>
      </releases>
    </pluginRepository>
  </pluginRepositories>

included in either your settings.xml or the pom of your project.

HTH,

-dirk

-- 
Anyway kids, have fun, play nicely, be good. And remember - if it ain't
broke, hit it again.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to