commit | 938510c2f1712369842b88b826e915edcfdd787d | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Sep 08 08:39:04 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Sep 08 08:39:04 2023 +0200 |
tree | 86aa5836d0d29984eb40f6ad40f32eed0de0e8d7 | |
parent | 439731eeab9174e95bb58f3882c066cb32bdad06 [diff] |
Build javadocs automatically on packaging Change-Id: I2cab0754b8e87c676f8d36200131ed5c1abf5fa2
diff --git a/pom.xml b/pom.xml index 21fae85..55ee1d4 100644 --- a/pom.xml +++ b/pom.xml
@@ -274,6 +274,15 @@ </tag> </tags> </configuration> + <executions> + <execution> + <id>attach-javadocs</id> + <phase>package</phase> + <goals> + <goal>aggregate-jar</goal> + </goals> + </execution> + </executions> </plugin> </plugins> </build>