This is the configuration:
<settings xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository
xmlns="http://maven.apache.org/SETTINGS/1.0.0">/change_manag/compila/maven/.m2/repository</localRepository>
<servers xmlns="http://maven.apache.org/SETTINGS/1.0.0">
<server>
<username>arch</username>
<password>***</password>
<id>Artifactory remote-repos</id>
</server>
<server>
<username>arch</username>
<password>***</password>
<id>Artifactory local-repos</id>
</server>
<server>
<username>arch</username>
<password>***</password>
<id>artifactory-releases</id>
</server>
<server>
<username>arch</username>
<password>***</password>
<id>ArtifactoryCentral</id>
</server>
</servers>
<mirrors xmlns="http://maven.apache.org/SETTINGS/1.0.0">
<mirror>
<mirrorOf>central</mirrorOf>
<name>Artifactory di Produzione</name>
<url>http://sgestp01:8081/artifactory/remote-repos</url>
<id>ArtifactoryCentral</id>
</mirror>
</mirrors>
<repositories>
<repository>
<id>Artifactory local-repos</id>
<url>http://sgestp01:8081/artifactory/local-repos</url>
</repository>
<repository>
<id>Artifactory remote-repos</id>
<url>http://sgestp01:8081/artifactory/remote-repos</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>Artifactory local-repos</id>
<url>http://sgestp01:8081/artifactory/local-repos</url>
</pluginRepository>
<pluginRepository>
<id>Artifactory remote-repos</id>
<url>http://sgestp01:8081/artifactory/remote-repos</url>
</pluginRepository>
</pluginRepositories>
<id>defaultId</id>
</profile>
</profiles>
<activeProfiles xmlns="http://maven.apache.org/SETTINGS/1.0.0">
<activeProfile>defaultId</activeProfile>
</activeProfiles>
<pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.0.0">
<pluginGroup>com.intesasanpaolo.maven.plugins</pluginGroup>
</pluginGroups>
</settings>
--
View this message in context:
http://forums.jfrog.org/Add-Adobe-repository-tp7580212p7580218.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users