5 Replies Latest reply on Jan 4, 2012 8:42 PM by dan.kazansky

    Maven quickstart archetype fails: org.jacoco.agent not in repository?

    dan.kazansky

      Hi,

       

      I ran maven as per the Errai 1.3.2 quickstart guide instructions:

       

      mvn archetype:generate \

      -DarchetypeGroupId=org.jboss.errai.archetypes \

      -DarchetypeArtifactId=bus-quickstart \

      -DarchetypeVersion=1.3.2.Final\

      -DarchetypeRepository=https://repository.jboss.org/nexus/content/groups/public/

       

      maven project created, but when I try to ran to run it using

       

      mvn -X -U gwt:run

       

      it fails, below I pasted a fragment of the output

       

      Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jacoco

      /org.jacoco.agent/0.5.4-SNAPSHOT/maven-metadata.xml

      [DEBUG] Reading resolution tracking file C:\Users\Evox2\.m2\repository\org\jacoc

      o\org.jacoco.agent\0.5.4-SNAPSHOT\resolver-status.properties

      [DEBUG] Writing resolution tracking file C:\Users\Evox2\.m2\repository\org\jacoc

      o\org.jacoco.agent\0.5.4-SNAPSHOT\resolver-status.properties

      [DEBUG] Could not find metadata org.jacoco:org.jacoco.agent:0.5.4-SNAPSHOT/maven

      -metadata.xml in jboss-public-repository-group (https://repository.jboss.org/nex

      us/content/groups/public/)

      [DEBUG] Using connector WagonRepositoryConnector with priority 0 for https://rep

      ository.jboss.org/nexus/content/groups/public/

      Downloading: https://repository.jboss.org/nexus/content/groups/public/org/jacoco

      /org.jacoco.agent/0.5.4-SNAPSHOT/org.jacoco.agent-0.5.4-SNAPSHOT.pom

      [DEBUG] Reading resolution tracking file C:\Users\Evox2\.m2\repository\org\jacoc

      o\org.jacoco.agent\0.5.4-SNAPSHOT\org.jacoco.agent-0.5.4-SNAPSHOT.pom.lastUpdate

      d

      [DEBUG] Writing resolution tracking file C:\Users\Evox2\.m2\repository\org\jacoc

      o\org.jacoco.agent\0.5.4-SNAPSHOT\org.jacoco.agent-0.5.4-SNAPSHOT.pom.lastUpdate

      d

      [WARNING] The POM for org.jacoco:org.jacoco.agent:jar:runtime:0.5.4-SNAPSHOT is

      missing, no dependency information available

       

      I browsed https://repository.jboss.org/nexus/content/groups/public/org/ but at the time I post this, there was no jacoco.

      Do I miss something? Or should I report it?