velo / maven-annotation-plugin

Automatically exported from code.google.com/p/maven-annotation-plugin
0 stars 0 forks source link

please publish the plugin is a public repository #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See summary. 
I could not find the plugin in any public repository. Shall everyone build
it on their own? is the plugin alpha/beta/stable?

Thanks.

Original issue reported on code.google.com by mkle...@gmail.com on 23 Jan 2010 at 9:39

GoogleCodeExporter commented 9 years ago
The plugin is not published to any public repository at the moment

you have to use the "project maven repository"

<pluginRepositories>
    <pluginRepository>
      <id>maven-annotation-plugin</id>
      <url>http://maven-annotation-plugin.googlecode.com/svn/trunk/mavenrepo</url>
    </pluginRepository>
</pluginRepositories>

Original comment by bartolom...@gmail.com on 25 Jan 2010 at 9:58