Skip to content

Commit 5614e47

Browse files
committed
0.10.7 staging
1 parent bad9414 commit 5614e47

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,22 @@
125125
</archive>
126126
</configuration>
127127
</plugin>
128+
<plugin>
129+
<groupId>org.apache.maven.plugins</groupId>
130+
<artifactId>maven-javadoc-plugin</artifactId>
131+
<version>2.10.4</version>
132+
<configuration>
133+
<source>8</source>
134+
</configuration>
135+
<executions>
136+
<execution>
137+
<id>attach-javadocs</id>
138+
<goals>
139+
<goal>jar</goal>
140+
</goals>
141+
</execution>
142+
</executions>
143+
</plugin>
128144
</plugins>
129145
</build>
130146
<profiles>

0 commit comments

Comments
 (0)