I have a grails project that I use a gradle script to build. This project builds a .zip file that I want to upload to artifactory for consumption by other projects. It appears that the artifactoryPublish task is building a jar file as part of the process in the build\lib folder and then uploads this as part of the artifactory publish process. This jar file merely has a MANIFEST.MF.
It appears that the artifactoryPublish task runs the following: <http://forums.jfrog.org/file/n7579929/2014-07-30_9-02-06.png> How can I control, the production of this jar file? Can I control the behavior of the artfactoryPublish task, or can I override it and it so, how can I grab a snippet of the task so I can figure out how to customize it? Thanks, Eric -- View this message in context: http://forums.jfrog.org/gradle-artifactory-integration-tp7579929.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
