We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33fcce commit dd13fcfCopy full SHA for dd13fcf
build.xml
@@ -310,9 +310,7 @@
310
</copy>
311
<property name="maven.deploy.pom" location="${maven-build-dir}/pom-deploy.xml"/>
312
<property name="maven.local.settings" location="${maven-build-dir}/settings.xml"/>
313
- <artifact:pom id="maven.deploy.pom" file="${maven.deploy.pom}">
314
- <remoteRepository refid="mvn.maven-central.backup" />
315
- </artifact:pom>
+ <artifact:pom id="maven.deploy.pom" file="${maven.deploy.pom}"/>
316
</target>
317
318
<target name="-maven-uptodate">
0 commit comments