File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ limitations under the License.
74
74
75
75
<artifact : mvn >
76
76
<arg value =" org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
77
- <arg value =" -Durl=file://%buildroot/%{_datadir}/maven2 /repository" />
77
+ <arg value =" -Durl=file:/// ${ user.home } /.m2 /repository" />
78
78
<arg value =" -DrepositoryId=local" />
79
79
<arg value =" -DpomFile=${ dir.build } /maven-mongo-java-driver.xml" />
80
80
<arg value =" -Dfile=${ dir.build } /dist/mongo-java-driver-${ build.conf.lib.version } .jar" />
@@ -84,7 +84,7 @@ limitations under the License.
84
84
85
85
<artifact : mvn >
86
86
<arg value =" org.apache.maven.plugins:maven-gpg-plugin:1.3:sign-and-deploy-file" />
87
- <arg value =" -Durl=file://%buildroot/%{_datadir}/maven2 /repository" />
87
+ <arg value =" -Durl=file:/// ${ user.home } /.m2 /repository" />
88
88
<arg value =" -DrepositoryId=local" />
89
89
<arg value =" -DpomFile=${ dir.build } /maven-bson.xml" />
90
90
<arg value =" -Dfile=${ dir.build } /dist/bson-${ build.conf.lib.version } .jar" />
You can’t perform that action at this time.
0 commit comments