Hi,

I add the repository to my settings.xml. It works! 

Is that what you mean? Thanks for your help!

setting.xml:
 
<profiles>
    <profile>
      <repositories>
        <repository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>libs-releases</name>
         
<url>http://MY_ARTIFACTORY_SERVER:8080/artifactory/libs-releases</url>
        </repository>
        <repository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>repo1</id>
          <name>repo1</name>
          <url>http://repo1.maven.org/maven2</url>
        </repository>        
        <repository>
          <snapshots />
          <id>snapshots</id>
          <name>libs-snapshots</name>
         
<url>http://MY_ARTIFACTORY_SERVER:8080/artifactory/libs-snapshots</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>central</id>
          <name>plugins-releases</name>
         
<url>http://MY_ARTIFACTORY_SERVER:8080/artifactory/plugins-releases</url>
        </pluginRepository>
        <pluginRepository>
          <snapshots />
          <id>snapshots</id>
          <name>plugins-snapshots</name>
         
<url>http://MY_ARTIFACTORY_SERVER:8080/artifactory/plugins-snapshots</url>
        </pluginRepository>
      </pluginRepositories>
      <id>artifactory</id>
    </profile>
  </profiles>
-- 
View this message in context: 
http://forums.jfrog.org/M2Eclipse-how-can-I-add-dependencies-by-using-the-dialog-tp5217335p5229550.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to