-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3
-
Fix Version/s: jboss-fuse-6.2-patches, jboss-fuse-6.3
-
Component/s: None
-
Labels:None
-
Sprint:7.0 Sprint 1, Sprint 5 - towards ER2
pax-url-aether 2.4.7 doesn't skip SNAPSHOTS
fabric-maven skips SNAPSHOTS
Either we should align this or check if defaultRepository uses @snapshot@ configuration:
org.ops4j.pax.url.mvn.defaultRepositories=\
|
file:${runtime.home}/${karaf.default.repository}@snapshots@id=karaf.${karaf.default.repository},\
|
file:${runtime.home}/local-repo@snapshots@id=karaf.local-repo,\
|
file:${karaf.base}/${karaf.default.repository}@snapshots@id=child.karaf.${karaf.default.repository}
|