JB,
I was able to get the build to work via Artifactory by changing the
Springsource repo url in the assembly pom to point to our internal
Artifactory instance. Also needed to clean up the repository local cache as
well.
<repositories>
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource
Bundle Releases</name>
*<url>http://server.corp.com:8090/artifactory/virtual</url>*
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Maven-Settings-for-building-beind-a-corporate-firewall-tp5723523p5723570.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.