Skip to content

Commit abf8214

Browse files
committed
Add javadoc creation and developer info to POM
In preparation for Maven Central.
1 parent 2649756 commit abf8214

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

com.eclipsesource.json/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@
4040
</execution>
4141
</executions>
4242
</plugin>
43+
<plugin>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-javadoc-plugin</artifactId>
46+
<version>2.9.1</version>
47+
<executions>
48+
<execution>
49+
<id>attach-javadocs</id>
50+
<goals>
51+
<goal>jar</goal>
52+
</goals>
53+
</execution>
54+
</executions>
55+
</plugin>
4356
<plugin>
4457
<groupId>org.apache.felix</groupId>
4558
<artifactId>maven-bundle-plugin</artifactId>
@@ -74,6 +87,16 @@
7487
<tag>HEAD</tag>
7588
</scm>
7689

90+
<developers>
91+
<developer>
92+
<id>rsternberg</id>
93+
<name>Ralf Sternberg</name>
94+
<email>rsternberg@eclipsesource.com</email>
95+
<organization>EclipseSource</organization>
96+
<organizationUrl>http://eclipsesource.com/</organizationUrl>
97+
</developer>
98+
</developers>
99+
77100
<dependencies>
78101
<dependency>
79102
<groupId>junit</groupId>

0 commit comments

Comments
 (0)