Jason, I'm not sure I understand the commit message below. AFAIK the aspectwerkz plugin is working fine and its tests are passing. It was excluded by Brett as a test was failing when he tried to bootstrap Maven, but I have fixed it shortly thereafter. I did not remove the exclusion though.
Thanks -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 06 January 2004 19:32 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven project.properties > > jvanzyl 2004/01/06 10:31:33 > > Modified: . project.properties > Log: > o remove aspectwerkz from the bootstrap due to failing deps > > It's fine to add plugins with missing deps for a short time, but > please have > the courtesy to remove it from the main build if the deps are going to > be > missing period. > > Revision Changes Path > 1.55 +1 -1 maven/project.properties > > Index: project.properties > =================================================================== > RCS file: /home/cvs/maven/project.properties,v > retrieving revision 1.54 > retrieving revision 1.55 > diff -u -r1.54 -r1.55 > --- project.properties 17 Dec 2003 22:06:38 -0000 1.54 > +++ project.properties 6 Jan 2004 18:31:33 -0000 1.55 > @@ -74,7 +74,7 @@ > maven.bootstrap.reactor = > clean/project.xml,jar/project.xml,java/project.xml,license/project.xml,p lu > gin/project.xml,touchstone/project.xml,touchstone-partner/project.xml > maven.plugins.directory = ${basedir}/../maven-plugins > maven.plugins.includes = */project.xml > -maven.plugins.excludes = examples/** > +maven.plugins.excludes = examples/**,aspectwerkz/** > > maven.get.jars.baseUrl = http://www.ibiblio.org/maven > maven.bootstrap.dir = ${basedir}/bootstrap > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
