We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef9b84 commit d3ac639Copy full SHA for d3ac639
pom.xml
@@ -602,8 +602,9 @@ limitations under the License.]]></inlineHeader>
602
<version>3.2.0</version>
603
<executions>
604
<execution>
605
+ <id>attach-javadocs</id>
606
<goals>
- <goal>javadoc-no-fork</goal>
607
+ <goal>jar</goal>
608
</goals>
609
<phase>package</phase>
610
</execution>
@@ -615,6 +616,7 @@ limitations under the License.]]></inlineHeader>
615
616
<version>3.2.1</version>
617
618
619
+ <id>attach-sources</id>
620
621
<goal>jar-no-fork</goal>
622
0 commit comments