Re: update jetty reference

2013-08-29 Thread Brett Porter
Done :) - Brett On 30/08/2013, at 8:15 AM, Jesse McConnell wrote: > Could someone update the jetty plugin links on this page? > > https://maven.apache.org/plugins/index.html > > Reference Page: > http://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html > > Project Page: htt

update jetty reference

2013-08-29 Thread Jesse McConnell
Could someone update the jetty plugin links on this page? https://maven.apache.org/plugins/index.html Reference Page: http://www.eclipse.org/jetty/documentation/current/jetty-maven-plugin.html Project Page: http://www.eclipse.org/jetty/ cheers and thanks, jesse -- jesse mcconnell jesse.mcconn.

Re: What is the correct Git SCM URL for a branch?

2013-08-29 Thread Hervé BOUTEMY
Le samedi 24 août 2013 23:08:05 Robert Scholte a écrit : > I agree that a single SCM line doesn't really match anymore with systems > like DSCM (git, Mercurial) > It would have been better if we could think of a better way to define this > in a newer POM-model. it was overkill at the time Maven was

IT failure on Maven-doap plugin with maven >3.0.3

2013-08-29 Thread Kristian Rosenvold
I see on Jenkins, that the IT's on the DOAP plugin fail once we pass maven 3.0.3. I extracted the following from the build.log file. Anyone know what issue this is, and what workaround/fix might be applied ? Kristian -- GroupId: org.apache.maven.its.doap ArtifactId:

RE: artifact attached by plugin not appearing in subsequent plugins

2013-08-29 Thread Richard Sand
Notice that the maven-assembly-plugin behaves exactly as I'd hoped - it has a Boolean "useProjectAttachments" for dependencySets and "attachmentClassifier" to look for an attached alternative to the main project artifact. Those are exactly the two features I added to maven-shade-plugin and maven-wa