File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ limitations under the License.
199
199
<arg value =" -DrepositoryId=${ maven-snapshots-repository-id } " />
200
200
<arg value =" -DpomFile=${ dir.build } /maven-mongo-java-driver.xml" />
201
201
<arg value =" -Dfile=${ dir.build } /dist/mongo-java-driver-${ build.conf.lib.version } .jar" />
202
+ <arg value =" -Dsources=${ dir.build } /dist/mongo-java-driver-sources-${ build.conf.lib.version } .jar" />
203
+ <arg value =" -Djavadoc=${ dir.build } /dist/mongo-java-driver-javadoc-${ build.conf.lib.version } .jar" />
202
204
</artifact : mvn >
203
205
204
206
<artifact : mvn >
@@ -207,6 +209,8 @@ limitations under the License.
207
209
<arg value =" -DrepositoryId=${ maven-snapshots-repository-id } " />
208
210
<arg value =" -DpomFile=${ dir.build } /maven-bson.xml" />
209
211
<arg value =" -Dfile=${ dir.build } /dist/bson-${ build.conf.lib.version } .jar" />
212
+ <arg value =" -Dsources=${ dir.build } /dist/bson-sources-${ build.conf.lib.version } .jar" />
213
+ <arg value =" -Djavadoc=${ dir.build } /dist/bson-javadoc-${ build.conf.lib.version } .jar" />
210
214
</artifact : mvn >
211
215
212
216
</target >
You can’t perform that action at this time.
0 commit comments