[infinispan-issues] [JBoss JIRA] (ISPN-3898) Missing dependencies in infinispan-server-jgroups

Valerio Schiavoni (JIRA) issues at jboss.org
Thu Mar 13 08:50:11 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-3898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12952649#comment-12952649 ] 

Valerio Schiavoni edited comment on ISPN-3898 at 3/13/14 8:48 AM:
------------------------------------------------------------------

You can verify that there is a bug by cloning the latest version from github and launching:

mvn clean package -DskipTests -Dmaven.repo.local=/tmp/temp-repo 

This will use an empty directory as Maven repository: Maven will start downloading all the dependencies, as long as it knows where to look. 
The build fails with this message:

INFO] Reactor Summary:
...% cut, all SUCCESS until here 
[INFO] Infinispan Server - JGroups Subsystem ............. FAILURE [8.490s]
[INFO] Infinispan Server - Infinispan Subsystem .......... SKIPPED
[INFO] Infinispan Server - Security Subsystem ............ SKIPPED
[INFO] Infinispan Server - Endpoints Subsystem ........... SKIPPED
[INFO] Infinispan Server - Build ......................... SKIPPED
[INFO] Infinispan Server - RHQ/JON plugin ................ SKIPPED
[INFO] Infinispan Server - Test Suite .................... SKIPPED
[INFO] Infinispan Server ................................. SKIPPED
[INFO] Infinispan Distribution ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27:43.361s
[INFO] Finished at: Thu Mar 13 13:40:43 CET 2014
[INFO] Final Memory: 175M/974M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project infinispan-server-jgroups: Could not resolve dependencies for project org.infinispan.server:infinispan-server-jgroups:jar:7.0.0-SNAPSHOT: Could not find artifact org.jboss.byteman:byteman-bmunit:jar:2.0.1 in central (http://repo.maven.apache.org/maven2) -> [Help 1]



                
      was (Author: vschiavoni):
    You can verify that there is a bug by cloning the latest version from github and launching:

mvn clean package -DskipTests -Dmaven.repo.local=/tmp/temp-repo 

This will use an empty directory as Maven repository: Maven will start downloading all the dependencies, as long as it knows where to look. 
                  
> Missing dependencies in infinispan-server-jgroups
> -------------------------------------------------
>
>                 Key: ISPN-3898
>                 URL: https://issues.jboss.org/browse/ISPN-3898
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Server
>            Reporter: Valerio Schiavoni
>            Assignee: Mircea Markus
>         Attachments: versions_pom.diff
>
>
> Maven complains about unresolvable dependencies:
> [ERROR] Failed to execute goal on project infinispan-server-jgroups: Could not resolve dependencies for project org.infinispan.server:infinispan-server-jgroups:jar:7.0.0-SNAPSHOT: The following artifacts could not be resolved: org.jboss.byteman:byteman:jar:2.0.1, org.jboss.byteman:byteman-submit:jar:2.0.1, org.jboss.byteman:byteman-install:jar:2.0.1: Could not find artifact org.jboss.byteman:byteman:jar:2.0.1 in central 
> (same happens with the other byteman dependencies).  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list