Hello, I am trying to deploy an artifact .swc file along with the pom file to Artifactory with the ivy:publish Ant Task. The files are all successfully deployed, however the maven-metadata.xml file is not updated i.e. the version of the deployed artifact is not listed in the maven-metadata.xml file.
When i download the deployed pom file and redeploy it with the Artifactory UI everything works as expected and the maven-metadata.xml file is correctly updated. This is the pom file: <?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>de.gfpgmbhFlex</groupId> <artifactId>commons</artifactId> <packaging>swc</packaging> <version>1.0.0</version> </project> Thanks in advance, Josef Reislhuber -- View this message in context: http://old.nabble.com/maven-metadata.xml-not-updated-when-pom-is-deployed-with-Ant-tp28287623p28287623.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
