Skip to content

Commit

Permalink
Add javadoc creation and developer info to POM
Browse files Browse the repository at this point in the history
In preparation for Maven Central.
  • Loading branch information
ralfstx committed Nov 23, 2013
1 parent 2649756 commit abf8214
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions com.eclipsesource.json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down Expand Up @@ -74,6 +87,16 @@
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<id>rsternberg</id>
<name>Ralf Sternberg</name>
<email>[email protected]</email>
<organization>EclipseSource</organization>
<organizationUrl>http://eclipsesource.com/</organizationUrl>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit abf8214

Please sign in to comment.