Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-36

Can't build arquillian trunk. missing shrinkwrap. Can you please push shrinkwrap to repos?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha1
    • None
    • None
    • None

    Description

      I'm getting a build error. Can you please push shrinkwrap to repos?

      Missing:
      ----------
      1) org.jboss.shrinkwrap:shrinkwrap-api:jar:1.0.0-alpha-2

      Try downloading the file manually from the project website.

      Then, install it using the command:
      mvn install:install-file -DgroupId=org.jboss.shrinkwrap -DartifactId=shrinkwrap-api -Dversion=1.0.0-alpha-2 -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.shrinkwrap -DartifactId=shrinkwrap-api -Dversion=1.0.0-alpha-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
      1) org.jboss.arquillian:arquillian-api:jar:1.0.0-SNAPSHOT
      2) org.jboss.shrinkwrap:shrinkwrap-api:jar:1.0.0-alpha-2

      ----------
      1 required artifact is missing.

      for artifact:
      org.jboss.arquillian:arquillian-api:jar:1.0.0-SNAPSHOT

      from the specified remote repositories:
      central (http://repo1.maven.org/maven2)

      Steps to reproduce:
      svn co https://svn.jboss.org/repos/common/arquillian/trunk/ arquillian
      mvn clean install -f arquillian/pom.xml

      Attachments

        Activity

          People

            Unassigned Unassigned
            sboscarine_jira Steven Boscarine (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: