Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-1699
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Gert Vanthienen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE ESB

Artifact resolution errors/warning in features build

Created: 02/May/12 03:02 PM   Updated: 02/May/12 03:02 PM
Component/s: None
Affects Version/s: 4.5.0.fuse-7-xxx
Fix Version/s: 4.5.0.fuse-7-xxx


 Description  « Hide
When building Fuse ESB features (5.0.0-fuse branch) we run into several artifact resolution problems - very odd ones like
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Failure to find Users.gertv.Projects.FUSE.esbfeatures.assemblies.apache-servicemix-full.target.dependencies.unix.apache-karaf-2.2.5-fuse-SNAPSHOT:lib:jar:endorsed in http://repo.fusesource.com/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of fusesource.releases has elapsed or updates are forced

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=Users.gertv.Projects.FUSE.esbfeatures.assemblies.apache-servicemix-full.target.dependencies.unix.apache-karaf-2.2.5-fuse-SNAPSHOT -DartifactId=lib -Dversion=endorsed -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=Users.gertv.Projects.FUSE.esbfeatures.assemblies.apache-servicemix-full.target.dependencies.unix.apache-karaf-2.2.5-fuse-SNAPSHOT -DartifactId=lib -Dversion=endorsed -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  Users.gertv.Projects.FUSE.esbfeatures.assemblies.apache-servicemix-full.target.dependencies.unix.apache-karaf-2.2.5-fuse-SNAPSHOT:lib:jar:endorsed

Note the local path elements in the resolution URLs!



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.