Skip to content

Instantly share code, notes, and snippets.

@romartin
Created December 3, 2019 23:29
Show Gist options
  • Save romartin/1b7127d6a5eb4402500fbffe5547b3e0 to your computer and use it in GitHub Desktop.
Save romartin/1b7127d6a5eb4402500fbffe5547b3e0 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.497 s
[INFO] Finished at: 2019-12-04T00:16:38+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.8.2:compile (gwt-compile) on project kie-wb-common-stunner-showcase-standalone: artifact not found - Could not find artifact org.uberfire:uberfire-project-client:jar:sources:7.31.0-20191203.160131-25 in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/)
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.uberfire -DartifactId=uberfire-project-client -Dversion=7.31.0-20191203.160131-25 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
[ERROR]
[ERROR] Alternatively, if you host your own repository you can deploy the file there:
[ERROR] mvn deploy:deploy-file -DgroupId=org.uberfire -DartifactId=uberfire-project-client -Dversion=7.31.0-20191203.160131-25 -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR]
[ERROR]
[ERROR] org.uberfire:uberfire-project-client:jar:7.31.0-20191203.160131-25
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false),
[ERROR] jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
[ERROR] jboss-public-repository (https://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=false)
[ERROR]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment