When I run maven on the  below dependency from a simple pom.xml  it
downloads fine with no problems

    <dependency>
        <groupId>javax.xml</groupId>
        <artifactId>jaxb-xjc</artifactId>
        <version>2.0EA3</version>
    </dependency>

The log4j.jar and commons-logging.jar download ok, also

However when I try when I try from ivy to artifact server I get below. Can
somebody tell me what I am missing here.  Thanks in advance for any
guidance.

ivy:resolve] :: problems summary ::
ivy:resolve] :::: WARNINGS
ivy:resolve]           module not found: javax-xml#jaxb-xjc;2.0EA3
ivy:resolve]   ==== public: tried
ivy:resolve]    
http://localhost:9009/artifactory/libs-release/javax-xml/jaxb-xjc/2.0EA3/jaxb-xjc-2.0EA3.pom
ivy:resolve]     -- artifact javax-xml#jaxb-xjc;2.0EA3!jaxb-xjc.jar:
ivy:resolve]    
http://localhost:9009/artifactory/libs-release/javax-xml/jaxb-xjc/2.0EA3/jaxb-xjc-2.0EA3.jar
ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
ivy:resolve]           ::          UNRESOLVED DEPENDENCIES         ::
ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::
ivy:resolve]           :: javax-xml#jaxb-xjc;2.0EA3: not found
ivy:resolve]           ::::::::::::::::::::::::::::::::::::::::::::::

+++++++++++++++++++++++++++++++++++++++++++++++++++++
ivy.xml

<ivy-module version="1.0">
        <info organisation="company.com" module="my-services-tool" />
        <dependencies>
                <dependency org="javax-xml" name="jaxb-xjc" rev="2.0EA3"  
conf="default"/>  
                <dependency org="log4j" name="log4j" rev="1.2.14" 
conf="default" /> 
                <dependency org="commons-logging" name="commons-logging" 
rev="1.1.1"
conf="default" /> 
                 
        </dependencies>
</ivy-module>

+++++++++++++++++++++++++++++++++++++++++++++++++++++
ivysettings.xml

<ivysettings>
    <settings defaultCache="${ivy.settings.dir}/../ivy-cache"
defaultResolver="public"/>

  <resolvers>
    <ibiblio name="public" m2compatible="true"  
root="http://localhost:9009/artifactory/libs-release"; />
  </resolvers>
</ivysettings>




-- 
View this message in context: 
http://forums.jfrog.org/maven-work-but-aritfactory-does-not-UNRESOLVED-DEPENDENCIES-tp5771233p5771233.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to