Hi,
Please make sure you are at least on version 2.6.5, see
RTFACT-5124<https://issues.jfrog.org/jira/browse/RTFACT-5124>
.
Furthermore, when declaring a dependency in your poms, you should tell it
the type explicitly (otherwise maven defaults to jar), an example would be:
<dependency>
<groupId>a</groupId>
<artifactId>a</artifactId>
<version>1.0-SNAPSHOT</version>
<type>xcode-framework-zip</type>
</dependency>
If that still doesn't work, try adding
"artifactory.mvn.custom.types=tar.gz,xcode-framework-zip" (without the
quotation marks)
to your $ARTIFACTORY_HOME/etc/artifactory.system.properties and restart
Artifactory.
Regards,
Shay.
On Wed, Jan 16, 2013 at 8:11 PM, mtysor <[email protected]> wrote:
> Hello,
>
> First off I'm relatively new to maven so I'm not sure if this is more a
> Maven problem rather than an Artifactory specific problem.
>
> I'm currently building a project with XCode and am using the SAP-Production
> Xcode Maven Plugin, which in part helps package up frameworks and save the
> framework binaries to the maven repository as extension
> ".xcode-framework-zip". This all works well, however retrieving the
> artifacts is a bit of a problem, as I am using unique snapshots (as it
> appears to be the only option in Maven 3), and this extension does not get
> saved to the maven-metadata.xml.
>
> So my question is, how do I get the metadata xml to pick up this extension?
> or is there another way to retrieve the most current snapshot without
> explicitly specifying the version using the timestamp ie.
> <version>1.0-20130116.033708-1</version>
>
> Thanks,
> Matt
>
>
>
>
> --
> View this message in context:
> http://forums.jfrog.org/maven-metadata-xml-doesn-t-include-artifact-extension-xcode-framework-zip-tp7578490.html
> Sent from the Artifactory - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users