> > Here's the scenario I'm facing. I want to upload a regular jar to a maven >> repo, but I can't use maven unless I include the war plugin, and including >> the war plugin causes the default build to generate a war and not a jar. So >> to upload a jar to a maven repository I have to a) use the war plugin even >> though I'm not building a war, and b) turn off the 'war'ing to generate a >> jar. This seems like bug to me as I would have expected the two concepts to >> be independent (at least from a users perspective). >> >> > Sorry. I wasn't reading your initial posting properly. In 0.5.2 you don't > need to use the maven plugin to upload to a Maven repository. In 0.6 you > need to use the plugin. But your point is a completely different one. That > was a bug in the 0.6 branch which is fixed now. >
Excellent thanks. My original post probably should have been more concise (c: Great to hear it's fixed. Cheers
