Browse Source
Merge pull request #191 from ppkarwasz/fetch-script
Fix retrieval from non-default repositories
master
Stefan Bodewig
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
fetch.xml
|
|
@@ -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}" |
|
|
|