michalkawiak / gwtprojsonserializer

Automatically exported from code.google.com/p/gwtprojsonserializer
0 stars 0 forks source link

Add the license into the main pom.xml #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add the license to the main pom of gwtprojsonserializer so we can deploy 
it to the Maven2 central. Should look like:

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

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

Original issue reported on code.google.com by goo...@alishomepage.com on 19 Oct 2010 at 6:41

GoogleCodeExporter commented 9 years ago
Done, new jar in the maven repo.

Original comment by remi.barraquand on 20 Oct 2010 at 7:34