Skip to content

Commit 39c5cdb

Browse files
committed
Fixed deploy script for nightly
Conflicts: src/build/maven/maven-deploy.xml
1 parent de5d3bd commit 39c5cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/build/maven/maven-deploy.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
<artifact:pom refid="@{name}.pom" />
144144
<artifact:remoteRepository url="@{repository}" id="${repository.credentials.id}" />
145145
<artifact:attach type="jar" file="@{name}/@{name}-src.jar" classifier="sources" />
146+
<artifact:attach type="jar" file="@{name}/@{name}-docs.jar" classifier="javadoc" />
146147
<extra-attachments />
147148
</artifact:deploy>
148149
</sequential>

0 commit comments

Comments
 (0)