On 29/07/2009, [email protected] <[email protected]> wrote: > Author: psteitz > Date: Wed Jul 29 00:35:36 2009 > New Revision: 798737 > > URL: http://svn.apache.org/viewvc?rev=798737&view=rev > Log: > Disabled development reports for release.
Rather than disable them, why not just exclude them from the archives? > Modified: > commons/proper/math/trunk/pom.xml > > Modified: commons/proper/math/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=798737&r1=798736&r2=798737&view=diff > > ============================================================================== > --- commons/proper/math/trunk/pom.xml (original) > +++ commons/proper/math/trunk/pom.xml Wed Jul 29 00:35:36 2009 > @@ -263,6 +263,7 @@ > </descriptors> > </configuration> > </plugin> > + <!-- > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > @@ -282,15 +283,16 @@ > <executions> > <execution> > <goals> > - <!-- <goal>check</goal> --> > </goals> > </execution> > </executions> > </plugin> > + --> > </plugins> > </build> > <reporting> > <plugins> > + <!-- > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>findbugs-maven-plugin</artifactId> > @@ -306,6 +308,7 @@ > <artifactId>cobertura-maven-plugin</artifactId> > <version>2.2</version> > </plugin> > + --> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-changes-plugin</artifactId> > @@ -324,6 +327,7 @@ > </reportSet> > </reportSets> > </plugin> > + <!-- > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-checkstyle-plugin</artifactId> > @@ -354,6 +358,7 @@ > <minSeverity>info</minSeverity> > </configuration> > </plugin> > + --> > </plugins> > </reporting> > </project> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
