Browse Source

Merge pull request #191 from ppkarwasz/fetch-script

Fix retrieval from non-default repositories
master
Stefan Bodewig GitHub 2 years ago
parent
commit
2920ea1d9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fetch.xml

+ 1
- 1
fetch.xml View File

@@ -119,8 +119,8 @@ Set -Ddest=LOCATION on the command line
</not>
</condition>
</fail>
<resolver:remoterepo url="@{repository}" id="@{id}"/>
<resolver:resolve>
<resolver:remoterepo url="@{repository}" id="@{id}"/>
<dependencies id="@{archive}.path">
<dependency groupId="@{project}"
artifactId="@{archive}"


Loading…
Cancel
Save