Skip to content

Commit

Permalink
Fix Maven bootstrapping. This closes #171
Browse files Browse the repository at this point in the history
  • Loading branch information
uschindler committed Jun 19, 2020
1 parent 2cee0a0 commit 6770ffa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@
</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}"/>
<artifact:pom id="maven.deploy.pom" file="${maven.deploy.pom}">
<remoteRepository refid="mvn.maven-central.backup" />
</artifact:pom>
</target>

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

0 comments on commit 6770ffa

Please sign in to comment.