Ah, I must have been using an old CVS. If it works, then add it back in and bootstrap to check, then commit.
Sorry. - Brett > -----Original Message----- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 27 January 2004 9:19 PM > To: Maven Developers List > Subject: Re: cvs commit: maven project.properties > > > I build Maven-1.0 branch correctly with the pdf plugin. > What's your problem? > > Emmanuel > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, January 26, 2004 11:51 PM > Subject: cvs commit: maven project.properties > > > > brett 2004/01/26 14:51:38 > > > > Modified: . Tag: MAVEN-1_0-BRANCH project.properties > > Log: > > Exclude PDF while it is broken > > > > Revision Changes Path > > No revision > > No revision > > 1.51.2.9 +3 -2 maven/project.properties > > > > Index: project.properties > > > =================================================================== > > RCS file: /home/cvs/maven/project.properties,v > > retrieving revision 1.51.2.8 > > retrieving revision 1.51.2.9 > > diff -u -r1.51.2.8 -r1.51.2.9 > > --- project.properties 16 Jan 2004 22:00:20 -0000 1.51.2.8 > > +++ project.properties 26 Jan 2004 22:51:38 -0000 1.51.2.9 > > @@ -49,7 +49,8 @@ > > > #------------------------------------------------------------------ > > maven.multiproject.basedir=${maven.plugins.directory} > > #do not go down to nested subproject > > -maven.multiproject.includes=*/project.xml > > +maven.multiproject.includes=${maven.plugins.includes} > > +maven.multiproject.excludes=${maven.plugins.excludes} > > maven.multiproject.navigation=independent > > maven.multiproject.overviewPage.title=Maven Core Plugins > > > maven.multiproject.overviewPage.link=reference/plugins/core-plugins > > @@ -77,7 +78,7 @@ > > maven.bootstrap.reactor = > clean/project.xml,jar/project.xml,java/project.xml,license/pro > ject.xml,plugi > n/project.xml,touchstone/project.xml,touchstone-partner/project.xml > > maven.plugins.directory = ${basedir}/../maven-plugins > > maven.plugins.includes = */project.xml > > -maven.plugins.excludes = examples/**,surefire/** > > +maven.plugins.excludes = examples/**,surefire/**,pdf/** > > > > 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] >
