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 @@ -133,17 +133,17 @@ Ahmed Ashour
133
133
<arg value =" -DrepositoryId=${ maven-snapshots-repository-id } " />
134
134
<arg value =" -DpomFile=pom.xml" />
135
135
<arg value =" -Dfile=${ jar } " />
136
+ <arg value =" -DuniqueVersion=false" />
136
137
</artifact : mvn >
137
- <!-- this doesn't work as it produces a new snapshot timestamp different from the one for the jar
138
138
<artifact : mvn >
139
139
<arg value =" org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy-file" />
140
140
<arg value =" -Durl=${ maven-snapshots-repository-url } " />
141
141
<arg value =" -DrepositoryId=${ maven-snapshots-repository-id } " />
142
142
<arg value =" -DpomFile=pom.xml" />
143
143
<arg value =" -Dfile=${ jar.sources } " />
144
144
<arg value =" -Dclassifier=sources" />
145
+ <arg value =" -DuniqueVersion=false" />
145
146
</artifact : mvn >
146
- -->
147
147
</target >
148
148
149
149
<target name =" install-mvn-local" depends =" check-maven-ant-tasks,jar-with-source"
You can’t perform that action at this time.
0 commit comments