We have a multi-project gradle build and upload all artifacts to Artifactory
using the Artifactory gradle plugin. Now we want to exclude one specific
module from uploading/publishing and therefore set "artifactoryPublish.skip
= true" as it is described in the  doc
<http://www.jfrog.com/confluence/display/RTF/Gradle+Artifactory+Plugin#GradleArtifactoryPlugin-ControllingthePublishedModules>
 
.

I guess the skipping of the analysis works as expected, but in the end the
module is trying to be uploaded anyway. Thats why the following error
occurs:

=================================================== 
FAILURE: Build failed with an exception.

What went wrong: Execution failed for task
':projectName:artifactoryPublish'.
> File '/x/y/z/ivy.xml' does not exists, and need to be published from
> publication ivy
=================================================== 

Any ideas what we might be doing wrong? Or is this even a problem in the
Artifactory Gradle plugin?

Regards, 
Michael



--
View this message in context: 
http://forums.jfrog.org/multiproject-build-setting-artifactoryPublish-skip-true-for-one-module-leads-to-exception-tp7579120.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Artifactory-users mailing list
Artifactory-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to