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 de5d3bd commit 39c5cdbCopy full SHA for 39c5cdb
src/build/maven/maven-deploy.xml
@@ -143,6 +143,7 @@
143
<artifact:pom refid="@{name}.pom" />
144
<artifact:remoteRepository url="@{repository}" id="${repository.credentials.id}" />
145
<artifact:attach type="jar" file="@{name}/@{name}-src.jar" classifier="sources" />
146
+ <artifact:attach type="jar" file="@{name}/@{name}-docs.jar" classifier="javadoc" />
147
<extra-attachments />
148
</artifact:deploy>
149
</sequential>
0 commit comments