Hi,

I'm deploying a jar as a Maven Artifact into libs-release-local using the
WebUI. The jar is deployed fine. I check the box for
Generate Default POM etc. I get Successfully deployed
Acme/Acme/1.0/Acme-1.0.jar into libs-release-local.
and by inspection I see the Acme-1.0.jar file in libs-release-local and a
POM adjacent to it.
Here is the pom
<dependency>
    <groupId>Acme</groupId>
    <artifactId>Acme</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>


In my main project pom I use 
 <dependency>
            <groupId>Acme</groupId>
            <artifactId>Acme</artifactId>
            <version>1.0</version>
 </dependency>

but when I build the project  get this  error 

INFO]
------------------------------------------------------------------------
Downloading:
http://192.168.1.3:8081/artifactory/remote-repos/Acme/Acme/1.0/Acme-1.0.pom
[WARNING] The POM for Acme:Acme:pom:1.0 is missing, no dependency
information available

Anyone know what I'm doing wrong?

Many Thanks

Mike







--
View this message in context: http://forums.jfrog.org/Deploy-Jar-tp7578560.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to