[arquillian-issues] [JBoss JIRA] Commented: (ARQ-290) performence/pom.xml references WELD-1.0.1

steven verborgh (JIRA) jira-events at lists.jboss.org
Mon Sep 13 09:58:12 EDT 2010


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

steven verborgh commented on ARQ-290:
-------------------------------------

This a maven 3 setup where i followed these instructions:
http://community.jboss.org/wiki/MavenGettingStarted-Users
(cleared .m2/repository, so no old downloaded versions)

I have no other active profiles except the default maven central repository

I did "git clone http://github.com/arquillian/arquillian.git".

as you see on:
http://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/weld/weld-core/

1.0.1-SP1 is not there, after that i changed it to 1.0.2-SNAPSHOT, the investigated the repository and changed it to 1.1.0. 

I have to add a similar problem exists in testenrichers , but changing the version to 1.1.0-SNAPSHOT there results in a problem caused by a signature change of getBeansXml (from Collection<URL> getBeansXml to BeansXML getBeansXml)

the solution could be to add a repository to the build instructions where the 1.0.1-SP1 is still there.



> performence/pom.xml references WELD-1.0.1
> -----------------------------------------
>
>                 Key: ARQ-290
>                 URL: https://jira.jboss.org/browse/ARQ-290
>             Project: Arquillian
>          Issue Type: Bug
>          Components: Build Infrastructure
>         Environment: Mac OS, Maven 3, using jboss-repository-public as in JBoss maven Getting started wiki
>            Reporter: steven verborgh
>
> build fails with:
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]   The project org.jboss.arquillian.extension:arquillian-performance:1.0.0-SNAPSHOT (/Users/verborghs/Documents/Repositories/arquilian/arquillian/arquillian/extensions/performance/pom.xml) has 4 errors
> [ERROR]     Non-resolvable import POM org.jboss.weld:weld-core-bom:1.0.2-SNAPSHOT: Failed to resolve POM for org.jboss.weld:weld-core-bom:1.0.2-SNAPSHOT due to The following artifacts could not be resolved: org.jboss.weld:weld-core-bom:pom:1.0.2-SNAPSHOT: Could not find artifact org.jboss.weld:weld-core-bom:pom:1.0.2-SNAPSHOT in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss/, releases=true, snapshots=true, managed=false) @ line 105, column 26 -> [Help 2]
> [ERROR]     'dependencies.dependency.version' for org.jboss.weld:weld-core:jar is missing. @ line 84, column 25
> [ERROR]     'dependencies.dependency.version' for org.jboss.weld:weld-api:jar is missing. @ line 88, column 25
> [ERROR]     'dependencies.dependency.version' for org.slf4j:slf4j-simple:jar is missing. @ line 92, column 25
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Solved by replacing 1.0.2-SNAPSHOT which is no longer in https://repository.jboss.org/nexus/content/groups/public-jboss/ to 1.1.0-SNAPSHOT

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

        


More information about the arquillian-issues mailing list