Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think you're missing an special <a href="http://ant.apache.org/ivy/history/2.1.0/concept.html#extra" rel="nofollow noreferrer">extra attribute</a> for the classifier field.</p> <p>Additionally you'll need to generate and upload the Maven POM file. Unfortunately command-line tool doesn't support this...</p> <p>See:</p> <ul> <li><a href="https://stackoverflow.com/questions/9426011/convert-ivy-xml-to-pom-xml/9429286#9429286">Convert ivy.xml to pom.xml</a></li> <li><a href="https://stackoverflow.com/questions/5111831/how-to-publish-3rdparty-artifacts-with-ivy-and-nexus/5115447#5115447">how to publish 3rdparty artifacts with ivy and nexus</a> </li> </ul> <h1>Update</h1> <p>The stand-alone jar is designed to support publishing to a repository, but there is an implicit understanding that it's an ivy repository.... </p> <p>This explains why the ivy file is pushed, it's the module metadata file required by ivy modules. Maven, on the other hand, uses a POM file for it's module metadata and this needs to created and also published to the Maven repository.</p> <p>If you were doing all this from within ANT, you'd have <a href="http://ant.apache.org/ivy/history/latest-milestone/use/makepom.html" rel="nofollow noreferrer">makepom</a> task to automatically generate the POM fileand the ivy <a href="http://ant.apache.org/ivy/history/latest-milestone/use/publish.html" rel="nofollow noreferrer">publish</a> task has a "publishivy" attribute that can be used to suppress the upload of the ivy.xml file.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload