Added javadoc:jar goal to make sure we attach the artifact.

This commit is contained in:
Oliver Gierke
2013-02-07 16:57:12 +01:00
parent e25665a7e1
commit 4f77b0115e

View File

@@ -190,6 +190,7 @@
<execution>
<goals>
<goal>aggregate</goal>
<goal>jar</goal>
</goals>
<phase>package</phase>
</execution>