Hi Sebb, That's an interesting question. I talked to Phil off list, about his changes and one thing that emerged from those talks was the need to establish standards for Creadur. A topic we decided to discuss on the list once we get Rat 0.11 out. Let us stay with what we have for now, and I will follow up on this a bit later, with a suitable subject. Hopefully it will spark some fruitful discussions.
-- Dennis Lundberg Den 7 aug 2014 18:23 skrev "sebb" <[email protected]>: > On 7 August 2014 09:20, <[email protected]> wrote: > > Author: dennisl > > Date: Thu Aug 7 08:20:33 2014 > > New Revision: 1616435 > > > > URL: http://svn.apache.org/r1616435 > > Log: > > Fall back to a version of wagon-ssh that is compatible with Maven 2. > > Should we now require Maven 3? > > AIUI that still runs on Java5. > > > Modified: > > creadur/rat/trunk/pom.xml > > > > Modified: creadur/rat/trunk/pom.xml > > URL: > http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1616435&r1=1616434&r2=1616435&view=diff > > > ============================================================================== > > --- creadur/rat/trunk/pom.xml (original) > > +++ creadur/rat/trunk/pom.xml Thu Aug 7 08:20:33 2014 > > @@ -394,7 +394,8 @@ agnostic home for software distribution > > <extension> > > <groupId>org.apache.maven.wagon</groupId> > > <artifactId>wagon-ssh</artifactId> > > - <version>2.6</version> > > + <!-- Last version that is compatible with Maven 2 --> > > + <version>1.0-beta-7</version> > > </extension> > > </extensions> > > </build> > > > > >
