-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When building with maven I get the following error:
$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Unnamed - br.gov.serpro:wsdl2plsql:jar:0.0.1-SNAPSHOT
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.predic8:soa-model-core:jar:1.4.2.5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.predic8 -DartifactId=soa-model-core -Dversion=1.4.2.5 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.predic8 -DartifactId=soa-model-core -Dversion=1.4.2.5 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) br.gov.serpro:wsdl2plsql:jar:0.0.1-SNAPSHOT
2) com.predic8:soa-model-core:jar:1.4.2.5
Metadata
Metadata
Assignees
Labels
No labels