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

Aslak (JIRA) jira-events at lists.jboss.org
Fri Dec 4 18:47:29 EST 2009


    [ https://jira.jboss.org/jira/browse/ARQ-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12498388#action_12498388 ] 

Aslak commented on ARQ-36:
--------------------------

Shrinkwrap is pushed to jboss-snapshot: http://snapshots.jboss.org/maven2/org/jboss/shrinkwrap/

Snapshot repo not defined in Arquillian pom as of now.

> 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