Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1ac04b

Browse files
committedJan 5, 2017
xml documentation, COPYING file. closes #7
1 parent 671d77e commit f1ac04b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎COPYING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GNU GPL v3 or any later version

‎pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<executions>
2424
<execution>
2525
<id>xml-doclet</id>
26+
<phase>prepare-package</phase>
2627
<goals>
2728
<goal>javadoc</goal>
2829
</goals>
@@ -47,6 +48,11 @@
4748
<artifactId>junit</artifactId>
4849
<version>4.11</version>
4950
</dependency>
51+
<dependency>
52+
<groupId>com.github.markusbernhardt</groupId>
53+
<artifactId>xml-doclet</artifactId>
54+
<version>1.0.5</version>
55+
</dependency>
5056
</dependencies>
5157
</project>
5258

0 commit comments

Comments
 (0)
Please sign in to comment.