velo / maven-annotation-plugin

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

make pom compliant with minimum requirements for deploy in maven repo #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pom must be compliant with  with minimum requirements for deploy in maven repo

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

miss:
License Block

Original issue reported on code.google.com by bartolom...@gmail.com on 9 Nov 2009 at 8:25

GoogleCodeExporter commented 9 years ago
Added version info

     <licenses>
        <license>
          <name>Apache License Version 2</name>
          <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
      </licenses>

Original comment by bartolom...@gmail.com on 9 Nov 2009 at 7:10