Skip to content

Commit

Permalink
Remove obsolete repository definition for artifact:pom task
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Apr 3, 2020
1 parent b33fcce commit dd13fcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,7 @@
</copy>
<property name="maven.deploy.pom" location="${maven-build-dir}/pom-deploy.xml"/>
<property name="maven.local.settings" location="${maven-build-dir}/settings.xml"/>
<artifact:pom id="maven.deploy.pom" file="${maven.deploy.pom}">
<remoteRepository refid="mvn.maven-central.backup" />
</artifact:pom>
<artifact:pom id="maven.deploy.pom" file="${maven.deploy.pom}"/>
</target>

<target name="-maven-uptodate">
Expand Down

0 comments on commit dd13fcf

Please sign in to comment.