Skip to content

Commit 0cfbfde

Browse files
committed
Added mandatory info in pom.xml
1 parent cb4585b commit 0cfbfde

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,19 @@
143143
</execution>
144144
</executions>
145145
</plugin>
146+
<plugin>
147+
<groupId>org.apache.maven.plugins</groupId>
148+
<artifactId>maven-javadoc-plugin</artifactId>
149+
<version>3.1.1</version>
150+
<executions>
151+
<execution>
152+
<id>attach-javadocs</id>
153+
<goals>
154+
<goal>jar</goal>
155+
</goals>
156+
</execution>
157+
</executions>
158+
</plugin>
146159
</plugins>
147160
</build>
148161

0 commit comments

Comments
 (0)