Hi I'm using test-jars in my build (as described at http://mrhaki.blogspot.com/2010/11/gradle-goodness-create-jar-artifact.html). Now I need to get access to one of these test-jars from another project. However; the jars are added to it's own configuration and the maven plugin only uploads default configuration.
Is there anyway to get my test-jar uploaded or are there any other ways to create test-jars that work better? Best regards ThorÅge
