On Thu, Oct 13, 2011 at 11:13 AM, Peter Niederwieser <[email protected]> wrote: > > Howard Lewis Ship wrote: >> >> Is there an easy way to add the uploadPublished task even without >> making quickstart an java module? >> > > The 'upload<ConfigurationName>' rule is added by the 'base' plugin, not the > 'java' plugin. So 'apply plugin: "base"' should be enough. >
I have things working now ... I went with my solution of leaving quickstart as a java module, consistent with the other modules of Tapestry, but adding a dependency to copy and filter the Maven archteype resources into the build/main/classes folder. Since the java compilation does nothing, the end result is the jar contains just what I want and is uploaded as expected. The only oddity is the very empty -sources.jar that is uploaded as well. It might just be that I'm dense outside of my own tiny domain, but I do get quite lost sometimes figuring out what Gradle does and where/how it is configured. > -- > Peter Niederwieser > Principal Engineer, Gradleware > http://gradleware.com > Creator, Spock Framework > http://spockframework.org > Twitter: @pniederw > > > -- > View this message in context: > http://gradle.1045684.n5.nabble.com/Need-some-help-with-tricky-Gradle-subprojects-upload-to-Nexus-tp4897072p4900083.html > Sent from the gradle-user mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
