Skip to content

Instantly share code, notes, and snippets.

@ALRubinger
Created July 12, 2010 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ALRubinger/473114 to your computer and use it in GitHub Desktop.
Save ALRubinger/473114 to your computer and use it in GitHub Desktop.
[ERROR] Failed to execute goal on project jboss-as-server: Missing:
----------
1) org.jboss.as:domain:jar:7.0.0.Beta1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jboss.as -DartifactId=domain -Dversion=7.0.0.Beta1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jboss.as -DartifactId=domain -Dversion=7.0.0.Beta1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jboss.as:jboss-as-server:pom:7.0.0.Beta1-SNAPSHOT
2) org.jboss.as:domain:jar:7.0.0.Beta1-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.jboss.as:jboss-as-server:pom:7.0.0.Beta1-SNAPSHOT
from the specified remote repositories:
jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment