> -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 24 October 2005 21:43 > To: [email protected]; Maven Developers List > Subject: [ANN] Maven Project Info Reports Plugin v2.0-beta-3 Released > > > The Project Reporting plugin has been released. This release > addresses > the issue with running the standard reports under a > non-English locale, > and adds support for localised Japanese reports. > > To obtain the latest release, include the <version> in your POM: > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-project-info-reports-plugin</artifactId> > <version>2.0-beta-3</version> > </plugin> >
Is this an upgrade for Maven 2? I dont understand. In which part of the XML grammar should I copy and paste the above section. Should it be <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> .... <build> ... </resources> <testResources> ... </testResources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> ... </configuration> </plugin> <!-- *************** SHOULD I PASTE IT HERE!!! ************* --> </plugins> </build> <reporting> <outputDirectory>target/site</outputDirectory> </reporting> </project> > If you have omitted the version, you can update to the latest release > using the -U flag: > > mvn -U site > > - The Maven Plugins Team TIA -- Peter Pilgrim :: J2EE Software Development Operations/IT - Credit Suisse First Boston, Floor 15, 5 Canada Square, London E14 4QJ, United Kingdom Tel: +44-(0)207-883-4497 ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.csfb.com/legal_terms/disclaimer_external_email.shtml ============================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
