[arquillian-issues] [JBoss JIRA] Created: (ARQ-36) Can't build arquillian trunk. missing shrinkwrap. Can you please push shrinkwrap to repos?

Steven Boscarine (JIRA) jira-events at lists.jboss.org
Fri Dec 4 18:41:30 EST 2009


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

                 Key: ARQ-36
                 URL: https://jira.jboss.org/jira/browse/ARQ-36
             Project: Arquillian
          Issue Type: Bug
         Environment: mvn -version
Maven version: 2.0.10
Java version: 1.6.0_15
OS name: "linux" version: "2.6.31-14-generic" arch: "i386" Family: "unix"

            Reporter: Steven Boscarine
            Assignee: Pete Muir


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


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list