Skip to content

Commit dd13fcf

Browse files
committed
Remove obsolete repository definition for artifact:pom task
1 parent b33fcce commit dd13fcf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,7 @@
310310
</copy>
311311
<property name="maven.deploy.pom" location="${maven-build-dir}/pom-deploy.xml"/>
312312
<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>
313+
<artifact:pom id="maven.deploy.pom" file="${maven.deploy.pom}"/>
316314
</target>
317315

318316
<target name="-maven-uptodate">

0 commit comments

Comments
 (0)