Note that there are some explanatory texts on larger screens.

plurals
  1. POMissing maven dependency using nexus setup
    primarykey
    data
    text
    <p>I am trying to build a maven project to test out some testing software - Arquillian. </p> <p>I setup nexus and added the jboss repositories to the bottom of the public group.</p> <p>When i run <code>mvn test</code> i get this error:</p> <pre><code>Missing: ---------- 1) com.sun.istack:istack-commons-runtime:jar:1.1-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=com.sun.istack -DartifactId=istack-commons-runtime -Dversion=1.1-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=com.sun.istack -DartifactId=istack-commons-runtime -Dversion=1.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.jboss.arquillian.sandbox.showcase:arquillian-sandbox-showcase-jsf:jar:1.0.0-SNAPSHOT 2) org.jboss.jbossas:jboss-as-client:pom:6.0.0.20100721-M4 3) org.jboss.jbossas:jboss-as-iiop:jar:client:6.0.0.20100721-M4 4) org.jboss.jbossts:jbossjts:jar:4.11.0.Final 5) org.jboss.ws.native:jbossws-native-core:jar:3.3.0.CR1.SP2 6) com.sun.xml.ws:jaxws-rt:jar:2.2 7) com.sun.xml.ws:policy:jar:2.0-b01 8) com.sun.istack:istack-commons-runtime:jar:1.1-SNAPSHOT </code></pre> <p>I checked the java.net maven 2 repository and it is definately <a href="http://download.java.net/maven/2/com/sun/istack/istack-commons/" rel="nofollow noreferrer">there</a>.</p> <p>However when i navigate to my local nexus public group, it is not there. </p> <p><strong>How can i solve this problem? And what is the cause of this problem?</strong> I am in way over my head with this, as I am more accustomed to using ant+ivy.</p> <p>The full output from mvn is <a href="http://pastie.org/1157120" rel="nofollow noreferrer">here</a>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload