I have the jboss repository setup as a remote repository with the url:
https://repository.jboss.org/nexus/content/groups/public-jboss/. There are 2
resources that I see when searching this repository directly, but when
building my project using artifactory repo, it's unable to find these
resources. My pom contains
    <repository>
      <releases>
        <checksumPolicy>ignore</checksumPolicy>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>artifactory</id>
      <name>Artifactory Repository</name>
      <url>http://localhost:8081/artifactory/repo</url>
    </repository>
When I add the jboss repository directly to my pom, it gets the resources.
Why doesn't Artifactory repo get these resources from the remote repository?
The 2 dependencies that I'm referring to are:
    <dependency>
      <groupId>com.sun</groupId>
      <artifactId>jsf-impl</artifactId>
      <version>1.2_10</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.facelets</groupId>
      <artifactId>jsf-facelets</artifactId>
      <version>1.1.15.B1</version>
    </dependency>



--
View this message in context: 
http://forums.jfrog.org/Not-all-artifacts-able-to-be-retrieved-from-Remote-Repo-tp7579686.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to