that is a lot of diff... we prefer to keep reformat commits separate from
changes

- Stephen

---
Sent from my Android phone, so random spelling mistakes, random nonsense
words and other nonsense are a direct result of using swype to type on the
screen
On 4 Jun 2011 23:14, <[email protected]> wrote:
> Author: bimargulies
> Date: Sat Jun 4 22:13:53 2011
> New Revision: 1131499
>
> URL: http://svn.apache.org/viewvc?rev=1131499&view=rev
> Log:
> [MPOM-11] add some site doc to note the change to 1.5
>
> Added:
> maven/pom/trunk/maven/src/site/apt/
> maven/pom/trunk/maven/src/site/apt/index.apt (with props)
> Modified:
> maven/pom/trunk/maven/pom.xml
>
> Modified: maven/pom/trunk/maven/pom.xml
> URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1131499&r1=1131498&r2=1131499&view=diff
>
==============================================================================
> --- maven/pom/trunk/maven/pom.xml (original)
> +++ maven/pom/trunk/maven/pom.xml Sat Jun 4 22:13:53 2011
> @@ -1,5 +1,4 @@
> <?xml version="1.0" encoding="UTF-8"?>
> -
> <!--
> Licensed to the Apache Software Foundation (ASF) under one
> or more contributor license agreements. See the NOTICE file
> @@ -18,632 +17,621 @@ KIND, either express or implied. See th
> specific language governing permissions and limitations
> under the License.
> -->
> -
> <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/xsd/maven-4.0.0.xsd";>
> - <modelVersion>4.0.0</modelVersion>
> -
> - <parent>
> - <groupId>org.apache</groupId>
> - <artifactId>apache</artifactId>
> - <version>9</version>
> - <relativePath>../asf/pom.xml</relativePath>
> - </parent>
> -
> - <groupId>org.apache.maven</groupId>
> - <artifactId>maven-parent</artifactId>
> - <version>20-SNAPSHOT</version>
> - <packaging>pom</packaging>
> -
> - <name>Apache Maven</name>
> - <description>Maven is a software project management and comprehension
tool. Based on the concept of a project object model (POM), Maven can manage
a project's build, reporting and documentation from a central piece of
information.</description>
> - <url>http://maven.apache.org/</url>
> - <inceptionYear>2002</inceptionYear>
> -
> - <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all
alphabetical-->
> - <developers>
> - <developer>
> - <id>brianf</id>
> - <name>Brian Fox</name>
> - <email>[email protected]</email>
> - <organization>Sonatype</organization>
> - <roles>
> - <role>PMC Chair</role>
> - </roles>
> - <timezone>-5</timezone>
> - </developer>
> - <developer>
> - <id>aheritier</id>
> - <name>Arnaud Héritier</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>baerrach</id>
> - <name>Barrie Treloar</name>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>brett</id>
> - <name>Brett Porter</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+10</timezone>
> - </developer>
> - <developer>
> - <id>carlos</id>
> - <name>Carlos Sanchez</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>dennisl</id>
> - <name>Dennis Lundberg</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>dfabulich</id>
> - <name>Daniel Fabulich</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-8</timezone>
> - </developer>
> - <developer>
> - <id>dkulp</id>
> - <name>Daniel Kulp</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-5</timezone>
> - </developer>
> - <developer>
> - <id>evenisse</id>
> - <name>Emmanuel Venisse</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>hboutemy</id>
> - <name>Hervé Boutemy</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>Europe/Paris</timezone>
> - </developer>
> - <developer>
> - <id>jdcasey</id>
> - <name>John Casey</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-5</timezone>
> - </developer>
> - <developer>
> - <id>kenney</id>
> - <name>Kenney Westerhof</name>
> - <email>[email protected]</email>
> - <organization>Neonics</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>krosenvold</id>
> - <name>Kristian Rosenvold</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>mkleint</id>
> - <name>Milos Kleint</name>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>oching</id>
> - <name>Maria Odea B. Ching</name>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>olamy</id>
> - <name>Olivier Lamy</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>pgier</id>
> - <name>Paul Gier</name>
> - <email>[email protected]</email>
> - <organization>Red Hat</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-6</timezone>
> - </developer>
> - <developer>
> - <id>rgoers</id>
> - <name>Ralph Goers</name>
> - <email>[email protected]</email>
> - <organization>Intuit</organization>
> - <timezone>-8</timezone>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>snicoll</id>
> - <name>Stephane Nicoll</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>stephenc</id>
> - <name>Stephen Connolly</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>0</timezone>
> - </developer>
> - <developer>
> - <id>vmassol</id>
> - <name>Vincent Massol</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>vsiveton</id>
> - <name>Vincent Siveton</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-5</timezone>
> - </developer>
> - <developer>
> - <id>wfay</id>
> - <name>Wayne Fay</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-6</timezone>
> - </developer>
> - <developer>
> - <id>wsmoak</id>
> - <name>Wendy Smoak</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>PMC Member</role>
> - </roles>
> - <timezone>-7</timezone>
> - </developer>
> -
> - <!--Committers-->
> - <developer>
> - <id>bdemers</id>
> - <name>Brian Demers</name>
> - <organization>Sonatype</organization>
> - <email>[email protected]</email>
> - <timezone>-5</timezone>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>bellingard</id>
> - <name>Fabrice Bellingard</name>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>bentmann</id>
> - <name>Benjamin Bentmann</name>
> - <email>[email protected]</email>
> - <organization>Sonatype</organization>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>cstamas</id>
> - <name>Tamas Cservenak</name>
> - <organization>Sonatype</organization>
> - <email>[email protected]</email>
> - <timezone>+1</timezone>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>dantran</id>
> - <name>Dan Tran</name>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>dbradicich</id>
> - <name>Damian Bradicich</name>
> - <organization>Sonatype</organization>
> - <email>[email protected]</email>
> - <timezone>-5</timezone>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>godin</id>
> - <name>Evgeny Mandrikov</name>
> - <organization>SonarSource</organization>
> - <email>[email protected]</email>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>+3</timezone>
> - </developer>
> - <developer>
> - <id>ifedorenko</id>
> - <name>Igor Fedorenko</name>
> - <email>[email protected]</email>
> - <organization>Sonatype</organization>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>-5</timezone>
> - </developer>
> - <developer>
> - <id>fgiust</id>
> - <name>Fabrizio Giustina</name>
> - <email>[email protected]</email>
> - <organization>openmind</organization>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>handyande</id>
> - <name>Andrew Williams</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>0</timezone>
> - </developer>
> - <developer>
> - <id>jjensen</id>
> - <name>Jeff Jensen</name>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>ltheussl</id>
> - <name>Lukas Theussl</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <developer>
> - <id>rafale</id>
> - <name>Raphaël Piéroni</name>
> - <email>[email protected]</email>
> - <organization>Dexem</organization>
> - <roles>
> - <role>Committer</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - <!--End Committers-->
> - <developer>
> - <id>aramirez</id>
> - <name>Allan Q. Ramirez</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>bayard</id>
> - <name>Henri Yandell</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>chrisjs</id>
> - <name>Chris Stevenson</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>dblevins</id>
> - <name>David Blevins</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>dlr</id>
> - <name>Daniel Rall</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>epunzalan</id>
> - <name>Edwin Punzalan</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>-8</timezone>
> - </developer>
> - <developer>
> - <id>felipeal</id>
> - <name>Felipe Leme</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>jmcconnell</id>
> - <name>Jesse McConnell</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>-6</timezone>
> - </developer>
> - <developer>
> - <id>joakime</id>
> - <name>Joakim Erdfelt</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>-5</timezone>
> - </developer>
> - <developer>
> - <id>jstrachan</id>
> - <name>James Strachan</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>jtolentino</id>
> - <name>Ernesto Tolentino Jr.</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>+8</timezone>
> - </developer>
> - <developer>
> - <id>markh</id>
> - <name>Mark Hobson</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>0</timezone>
> - </developer>
> - <developer>
> - <id>mperham</id>
> - <name>Mike Perham</name>
> - <email>[email protected]</email>
> - <organization>IBM</organization>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>-6</timezone>
> - </developer>
> - <developer>
> - <id>ogusakov</id>
> - <name>Oleg Gusakov</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>pschneider</id>
> - <name>Patrick Schneider</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>-6</timezone>
> - </developer>
> - <developer>
> - <id>ptahchiev</id>
> - <name>Petar Tahchiev</name>
> - <email>[email protected]</email>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>+2</timezone>
> - </developer>
> - <developer>
> - <id>rinku</id>
> - <name>Rahul Thakur</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>shinobu</id>
> - <name>Shinobu Kuwai</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>smorgrav</id>
> - <name>Torbjorn Eikli Smorgrav</name>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - </developer>
> - <developer>
> - <id>trygvis</id>
> - <name>Trygve Laugstol</name>
> - <email>[email protected]</email>
> - <organization>ASF</organization>
> - <roles>
> - <role>Emeritus</role>
> - </roles>
> - <timezone>+1</timezone>
> - </developer>
> - </developers>
> -
> - <mailingLists>
> - <mailingList>
> - <name>Maven Announcements List</name>
> - <post>[email protected]</post>
> - <subscribe>[email protected]</subscribe>
> - <unsubscribe>[email protected]</unsubscribe>
> - <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/
</archive>
> - <otherArchives>
> - <otherArchive>http://www.mail-archive.com/[email protected]
</otherArchive>
> - <otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html
</otherArchive>
> - <otherArchive>http://markmail.org/list/org.apache.maven.announce
</otherArchive>
> - </otherArchives>
> - </mailingList>
> - <mailingList>
> - <name>Maven Notifications List</name>
> - <subscribe>[email protected]</subscribe>
> - <unsubscribe>[email protected]</unsubscribe>
> - <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/
</archive>
> - <otherArchives>
> - <otherArchive>http://www.mail-archive.com/[email protected]
</otherArchive>
> - <otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html
</otherArchive>
> - <otherArchive>http://markmail.org/list/org.apache.maven.notifications
</otherArchive>
> - </otherArchives>
> - </mailingList>
> - </mailingLists>
> -
> - <scm>
> - <connection>scm:svn:
http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
> - <developerConnection>scm:svn:
https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
> - <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
> - </scm>
> - <issueManagement>
> - <system>jira</system>
> - <url>https://issues.apache.org/browse/MPOM/component/12314371</url>
> - </issueManagement>
> -
> - <ciManagement>
> - <system>Jenkins</system>
> - <url>https://builds.apache.org/hudson/view/M-R/view/Maven</url>
> - <notifiers>
> - <notifier>
> - <type>mail</type>
> - <configuration>
> - <address>[email protected]</address>
> - </configuration>
> - </notifier>
> - </notifiers>
> - </ciManagement>
> - <distributionManagement>
> - <site>
> - <id>apache.website</id>
> - <url>scp://people.apache.org/www/maven.apache.org</url>
> - </site>
> - </distributionManagement>
> -
> - <reporting>
> - <plugins>
> - <plugin>
> - <artifactId>maven-project-info-reports-plugin</artifactId>
> - <version>2.4</version>
> - </plugin>
> - </plugins>
> - </reporting>
> -
> - <profiles>
> - <profile>
> - <id>quality-checks</id>
> - <activation>
> - <property>
> - <name>quality-checks</name>
> - <value>true</value>
> - </property>
> - </activation>
> - <build>
> - <pluginManagement>
> - <plugins>
> - <!-- The Maven universe targets Java 1.5 -->
> + <modelVersion>4.0.0</modelVersion>
> + <parent>
> + <groupId>org.apache</groupId>
> + <artifactId>apache</artifactId>
> + <version>9</version>
> + <relativePath>../asf/pom.xml</relativePath>
> + </parent>
> + <groupId>org.apache.maven</groupId>
> + <artifactId>maven-parent</artifactId>
> + <version>20-SNAPSHOT</version>
> + <packaging>pom</packaging>
> + <name>Apache Maven</name>
> + <description>Maven is a software project management and comprehension
tool. Based on the concept of a project object model (POM), Maven can manage
a project's build, reporting and documentation from a central piece of
information.</description>
> + <url>http://maven.apache.org/</url>
> + <inceptionYear>2002</inceptionYear>
> + <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all
alphabetical-->
> + <developers>
> + <developer>
> + <id>brianf</id>
> + <name>Brian Fox</name>
> + <email>[email protected]</email>
> + <organization>Sonatype</organization>
> + <roles>
> + <role>PMC Chair</role>
> + </roles>
> + <timezone>-5</timezone>
> + </developer>
> + <developer>
> + <id>aheritier</id>
> + <name>Arnaud Héritier</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>baerrach</id>
> + <name>Barrie Treloar</name>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>brett</id>
> + <name>Brett Porter</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+10</timezone>
> + </developer>
> + <developer>
> + <id>carlos</id>
> + <name>Carlos Sanchez</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>dennisl</id>
> + <name>Dennis Lundberg</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>dfabulich</id>
> + <name>Daniel Fabulich</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-8</timezone>
> + </developer>
> + <developer>
> + <id>dkulp</id>
> + <name>Daniel Kulp</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-5</timezone>
> + </developer>
> + <developer>
> + <id>evenisse</id>
> + <name>Emmanuel Venisse</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>hboutemy</id>
> + <name>Hervé Boutemy</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>Europe/Paris</timezone>
> + </developer>
> + <developer>
> + <id>jdcasey</id>
> + <name>John Casey</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-5</timezone>
> + </developer>
> + <developer>
> + <id>kenney</id>
> + <name>Kenney Westerhof</name>
> + <email>[email protected]</email>
> + <organization>Neonics</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>krosenvold</id>
> + <name>Kristian Rosenvold</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>mkleint</id>
> + <name>Milos Kleint</name>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>oching</id>
> + <name>Maria Odea B. Ching</name>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>olamy</id>
> + <name>Olivier Lamy</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>pgier</id>
> + <name>Paul Gier</name>
> + <email>[email protected]</email>
> + <organization>Red Hat</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-6</timezone>
> + </developer>
> + <developer>
> + <id>rgoers</id>
> + <name>Ralph Goers</name>
> + <email>[email protected]</email>
> + <organization>Intuit</organization>
> + <timezone>-8</timezone>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>snicoll</id>
> + <name>Stephane Nicoll</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>stephenc</id>
> + <name>Stephen Connolly</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>0</timezone>
> + </developer>
> + <developer>
> + <id>vmassol</id>
> + <name>Vincent Massol</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>vsiveton</id>
> + <name>Vincent Siveton</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-5</timezone>
> + </developer>
> + <developer>
> + <id>wfay</id>
> + <name>Wayne Fay</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-6</timezone>
> + </developer>
> + <developer>
> + <id>wsmoak</id>
> + <name>Wendy Smoak</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>PMC Member</role>
> + </roles>
> + <timezone>-7</timezone>
> + </developer>
> + <!--Committers-->
> + <developer>
> + <id>bdemers</id>
> + <name>Brian Demers</name>
> + <organization>Sonatype</organization>
> + <email>[email protected]</email>
> + <timezone>-5</timezone>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>bellingard</id>
> + <name>Fabrice Bellingard</name>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>bentmann</id>
> + <name>Benjamin Bentmann</name>
> + <email>[email protected]</email>
> + <organization>Sonatype</organization>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>cstamas</id>
> + <name>Tamas Cservenak</name>
> + <organization>Sonatype</organization>
> + <email>[email protected]</email>
> + <timezone>+1</timezone>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>dantran</id>
> + <name>Dan Tran</name>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>dbradicich</id>
> + <name>Damian Bradicich</name>
> + <organization>Sonatype</organization>
> + <email>[email protected]</email>
> + <timezone>-5</timezone>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>godin</id>
> + <name>Evgeny Mandrikov</name>
> + <organization>SonarSource</organization>
> + <email>[email protected]</email>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>+3</timezone>
> + </developer>
> + <developer>
> + <id>ifedorenko</id>
> + <name>Igor Fedorenko</name>
> + <email>[email protected]</email>
> + <organization>Sonatype</organization>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>-5</timezone>
> + </developer>
> + <developer>
> + <id>fgiust</id>
> + <name>Fabrizio Giustina</name>
> + <email>[email protected]</email>
> + <organization>openmind</organization>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>handyande</id>
> + <name>Andrew Williams</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>0</timezone>
> + </developer>
> + <developer>
> + <id>jjensen</id>
> + <name>Jeff Jensen</name>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>ltheussl</id>
> + <name>Lukas Theussl</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <developer>
> + <id>rafale</id>
> + <name>Raphaël Piéroni</name>
> + <email>[email protected]</email>
> + <organization>Dexem</organization>
> + <roles>
> + <role>Committer</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + <!--End Committers-->
> + <developer>
> + <id>aramirez</id>
> + <name>Allan Q. Ramirez</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>bayard</id>
> + <name>Henri Yandell</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>chrisjs</id>
> + <name>Chris Stevenson</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>dblevins</id>
> + <name>David Blevins</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>dlr</id>
> + <name>Daniel Rall</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>epunzalan</id>
> + <name>Edwin Punzalan</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>-8</timezone>
> + </developer>
> + <developer>
> + <id>felipeal</id>
> + <name>Felipe Leme</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>jmcconnell</id>
> + <name>Jesse McConnell</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>-6</timezone>
> + </developer>
> + <developer>
> + <id>joakime</id>
> + <name>Joakim Erdfelt</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>-5</timezone>
> + </developer>
> + <developer>
> + <id>jstrachan</id>
> + <name>James Strachan</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>jtolentino</id>
> + <name>Ernesto Tolentino Jr.</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>+8</timezone>
> + </developer>
> + <developer>
> + <id>markh</id>
> + <name>Mark Hobson</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>0</timezone>
> + </developer>
> + <developer>
> + <id>mperham</id>
> + <name>Mike Perham</name>
> + <email>[email protected]</email>
> + <organization>IBM</organization>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>-6</timezone>
> + </developer>
> + <developer>
> + <id>ogusakov</id>
> + <name>Oleg Gusakov</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>pschneider</id>
> + <name>Patrick Schneider</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>-6</timezone>
> + </developer>
> + <developer>
> + <id>ptahchiev</id>
> + <name>Petar Tahchiev</name>
> + <email>[email protected]</email>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>+2</timezone>
> + </developer>
> + <developer>
> + <id>rinku</id>
> + <name>Rahul Thakur</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>shinobu</id>
> + <name>Shinobu Kuwai</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>smorgrav</id>
> + <name>Torbjorn Eikli Smorgrav</name>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + </developer>
> + <developer>
> + <id>trygvis</id>
> + <name>Trygve Laugstol</name>
> + <email>[email protected]</email>
> + <organization>ASF</organization>
> + <roles>
> + <role>Emeritus</role>
> + </roles>
> + <timezone>+1</timezone>
> + </developer>
> + </developers>
> + <mailingLists>
> + <mailingList>
> + <name>Maven Announcements List</name>
> + <post>[email protected]</post>
> + <subscribe>[email protected]</subscribe>
> + <unsubscribe>[email protected]</unsubscribe>
> + <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/
</archive>
> + <otherArchives>
> + <otherArchive>http://www.mail-archive.com/[email protected]
</otherArchive>
> + <otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html
</otherArchive>
> + <otherArchive>http://markmail.org/list/org.apache.maven.announce
</otherArchive>
> + </otherArchives>
> + </mailingList>
> + <mailingList>
> + <name>Maven Notifications List</name>
> + <subscribe>[email protected]</subscribe>
> + <unsubscribe>[email protected]</unsubscribe>
> + <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/
</archive>
> + <otherArchives>
> + <otherArchive>http://www.mail-archive.com/[email protected]
</otherArchive>
> + <otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html
</otherArchive>
> + <otherArchive>http://markmail.org/list/org.apache.maven.notifications
</otherArchive>
> + </otherArchives>
> + </mailingList>
> + </mailingLists>
> + <scm>
> + <connection>scm:svn:
http://svn.apache.org/repos/asf/maven/pom/trunk/maven</connection>
> + <developerConnection>scm:svn:
https://svn.apache.org/repos/asf/maven/pom/trunk/maven</developerConnection>
> + <url>http://svn.apache.org/viewvc/maven/pom/trunk/maven</url>
> + </scm>
> + <issueManagement>
> + <system>jira</system>
> + <url>http://issues.apache.org/jira/browse/MPOM/component/12314371</url>
> + </issueManagement>
> + <ciManagement>
> + <system>Jenkins</system>
> + <url>https://builds.apache.org/hudson/view/M-R/view/Maven</url>
> + <notifiers>
> + <notifier>
> + <type>mail</type>
> + <configuration>
> + <address>[email protected]</address>
> + </configuration>
> + </notifier>
> + </notifiers>
> + </ciManagement>
> + <distributionManagement>
> + <site>
> + <id>apache.website</id>
> + <url>scp://people.apache.org/www/maven.apache.org</url>
> + </site>
> + </distributionManagement>
> + <reporting>
> + <plugins>
> <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-compiler-plugin</artifactId>
> - <version>2.3.2</version>
> - <configuration>
> - <source>1.5</source>
> - <target>1.5</target>
> - <encoding>${project.build.sourceEncoding}</encoding>
> - </configuration>
> + <artifactId>maven-project-info-reports-plugin</artifactId>
> + <version>2.4</version>
> </plugin>
> - </plugins>
> - </pluginManagement>
> - <plugins>
> - <!--<plugin>
> + </plugins>
> + </reporting>
> + <profiles>
> + <profile>
> + <id>quality-checks</id>
> + <activation>
> + <property>
> + <name>quality-checks</name>
> + <value>true</value>
> + </property>
> + </activation>
> + <build>
> + <pluginManagement>
> + <plugins>
> + <!-- The Maven universe targets Java 1.5 -->
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-compiler-plugin</artifactId>
> + <version>2.3.2</version>
> + <configuration>
> + <source>1.5</source>
> + <target>1.5</target>
> + <encoding>${project.build.sourceEncoding}</encoding>
> + </configuration>
> + </plugin>
> + </plugins>
> + </pluginManagement>
> + <plugins>
> + <!--<plugin>
> Clirr needs to be more flexble before we can force this everywhere. New
releases that don't have previous artifacts to compare cause Clirr to blow
up. And Clirr needs to be smart enough to only look at the previous release
artifact so we can make this work during snapshot builds, otherwise it just
blows up when you try to do a release.
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>clirr-maven-plugin</artifactId>
> @@ -657,163 +645,163 @@ under the License.
> </execution>
> </executions>
> </plugin>-->
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-pmd-plugin</artifactId>
> - <version>2.4</version>
> - <configuration>
> - <excludeRoots>
> -
<excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
> -
<excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
> - </excludeRoots>
> - </configuration>
> - <executions>
> - <execution>
> - <id>cpd-check</id>
> - <phase>verify</phase>
> - <goals>
> - <goal>cpd-check</goal>
> - </goals>
> - </execution>
> - </executions>
> - </plugin>
> - </plugins>
> - </build>
> - </profile>
> - <profile>
> - <id>reporting</id>
> - <build>
> - <plugins>
> - <plugin>
> - <groupId>org.codehaus.mojo</groupId>
> - <artifactId>cobertura-maven-plugin</artifactId>
> - <version>2.5</version>
> - <executions>
> - <execution>
> - <phase>clean</phase>
> - <goals>
> - <goal>clean</goal>
> - </goals>
> - </execution>
> - </executions>
> - </plugin>
> - </plugins>
> - </build>
> - <reporting>
> - <plugins>
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-project-info-reports-plugin</artifactId>
> - <version>2.4</version>
> - </plugin>
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-surefire-report-plugin</artifactId>
> - <version>2.7.2</version>
> - </plugin>
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-checkstyle-plugin</artifactId>
> - <version>2.5</version>
> - <configuration>
> - <configLocation>config/maven_checks.xml</configLocation>
> - <headerLocation>config/maven-header.txt</headerLocation>
> - </configuration>
> - </plugin>
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-pmd-plugin</artifactId>
> - <version>2.4</version>
> - <configuration>
> - <rulesets>
> - <!-- TODO: when upgrading to the next release of PMD, this can be
changed to /rulesets/maven.xml -->
> - <ruleset>
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/rulesets/maven.xml
</ruleset>
> - </rulesets>
> - <excludeRoots>
> -
<excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
> -
<excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
> - </excludeRoots>
> - </configuration>
> - </plugin>
> - <plugin>
> - <groupId>org.codehaus.mojo</groupId>
> - <artifactId>cobertura-maven-plugin</artifactId>
> - <version>2.5</version>
> - </plugin>
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-jxr-plugin</artifactId>
> - <version>2.2</version>
> - </plugin>
> - <!-- Taglist Plugin must be executed after JXR Plugin -->
> - <plugin>
> - <groupId>org.codehaus.mojo</groupId>
> - <artifactId>taglist-maven-plugin</artifactId>
> - <version>2.4</version>
> - </plugin>
> - <plugin>
> - <groupId>org.apache.maven.plugins</groupId>
> - <artifactId>maven-javadoc-plugin</artifactId>
> - <version>2.8</version>
> - <configuration>
> - <links>
> - <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/
</link>
> - <link>http://commons.apache.org/dbcp/apidocs/</link>
> - <link>http://commons.apache.org/fileupload/apidocs/</link>
> - <link>http://commons.apache.org/httpclient/apidocs/</link>
> - <link>http://commons.apache.org/logging/apidocs/</link>
> - <link>http://commons.apache.org/pool/apidocs/</link>
> - <link>http://junit.sourceforge.net/javadoc/</link>
> - <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
> - <link>http://jakarta.apache.org/regexp/apidocs/</link>
> - <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
</link>
> - <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
> - <link>http://plexus.codehaus.org/plexus-classworlds/apidocs/</link>
> - <link>
http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/
</link>
> - </links>
> - </configuration>
> - <reportSets>
> - <reportSet>
> - <reports>
> - <report>javadoc</report>
> - <report>test-javadoc</report>
> - </reports>
> - </reportSet>
> - </reportSets>
> - </plugin>
> - <!--plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-pmd-plugin</artifactId>
> + <version>2.4</version>
> + <configuration>
> + <excludeRoots>
> +
<excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
> +
<excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
> + </excludeRoots>
> + </configuration>
> + <executions>
> + <execution>
> + <id>cpd-check</id>
> + <phase>verify</phase>
> + <goals>
> + <goal>cpd-check</goal>
> + </goals>
> + </execution>
> + </executions>
> + </plugin>
> + </plugins>
> + </build>
> + </profile>
> + <profile>
> + <id>reporting</id>
> + <build>
> + <plugins>
> + <plugin>
> + <groupId>org.codehaus.mojo</groupId>
> + <artifactId>cobertura-maven-plugin</artifactId>
> + <version>2.5</version>
> + <executions>
> + <execution>
> + <phase>clean</phase>
> + <goals>
> + <goal>clean</goal>
> + </goals>
> + </execution>
> + </executions>
> + </plugin>
> + </plugins>
> + </build>
> + <reporting>
> + <plugins>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-project-info-reports-plugin</artifactId>
> + <version>2.4</version>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-surefire-report-plugin</artifactId>
> + <version>2.7.2</version>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-checkstyle-plugin</artifactId>
> + <version>2.5</version>
> + <configuration>
> + <configLocation>config/maven_checks.xml</configLocation>
> + <headerLocation>config/maven-header.txt</headerLocation>
> + </configuration>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-pmd-plugin</artifactId>
> + <version>2.4</version>
> + <configuration>
> + <rulesets>
> + <!-- TODO: when upgrading to the next release of PMD, this can be
changed to /rulesets/maven.xml -->
> + <ruleset>
http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-pmd-plugin/src/main/resources/rulesets/maven.xml
</ruleset>
> + </rulesets>
> + <excludeRoots>
> +
<excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
> +
<excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
> + </excludeRoots>
> + </configuration>
> + </plugin>
> + <plugin>
> + <groupId>org.codehaus.mojo</groupId>
> + <artifactId>cobertura-maven-plugin</artifactId>
> + <version>2.5</version>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-jxr-plugin</artifactId>
> + <version>2.2</version>
> + </plugin>
> + <!-- Taglist Plugin must be executed after JXR Plugin -->
> + <plugin>
> + <groupId>org.codehaus.mojo</groupId>
> + <artifactId>taglist-maven-plugin</artifactId>
> + <version>2.4</version>
> + </plugin>
> + <plugin>
> + <groupId>org.apache.maven.plugins</groupId>
> + <artifactId>maven-javadoc-plugin</artifactId>
> + <version>2.8</version>
> + <configuration>
> + <links>
> + <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/
</link>
> + <link>http://commons.apache.org/dbcp/apidocs/</link>
> + <link>http://commons.apache.org/fileupload/apidocs/</link>
> + <link>http://commons.apache.org/httpclient/apidocs/</link>
> + <link>http://commons.apache.org/logging/apidocs/</link>
> + <link>http://commons.apache.org/pool/apidocs/</link>
> + <link>http://junit.sourceforge.net/javadoc/</link>
> + <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
> + <link>http://jakarta.apache.org/regexp/apidocs/</link>
> + <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
</link>
> + <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
> + <link>http://plexus.codehaus.org/plexus-classworlds/apidocs/</link>
> + <link>
http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/
</link>
> + </links>
> + </configuration>
> + <reportSets>
> + <reportSet>
> + <reports>
> + <report>javadoc</report>
> + <report>test-javadoc</report>
> + </reports>
> + </reportSet>
> + </reportSets>
> + </plugin>
> + <!--plugin>
> <groupId>org.codehaus.mojo</groupId>
> <artifactId>clirr-maven-plugin</artifactId>
> <version>2.2.2</version>
> </plugin-->
> - </plugins>
> - </reporting>
> - </profile>
> - <profile>
> - <id>maven-3</id>
> - <activation>
> - <file>
> - <!-- This employs that the basedir expression is only recognized by
Maven 3.x (see MNG-2363) -->
> - <exists>${basedir}</exists>
> - </file>
> - </activation>
> - <build>
> - <!-- we need to attach the descriptor for this pom -->
> - <plugins>
> - <plugin>
> - <artifactId>maven-site-plugin</artifactId>
> - <inherited>false</inherited>
> - <executions>
> - <execution>
> - <id>attach-descriptor</id>
> - <goals>
> - <goal>attach-descriptor</goal>
> - </goals>
> - </execution>
> - </executions>
> - </plugin>
> - </plugins>
> - </build>
> - </profile>
> - </profiles>
> + </plugins>
> + </reporting>
> + </profile>
> + <profile>
> + <id>maven-3</id>
> + <activation>
> + <file>
> + <!-- This employs that the basedir expression is only recognized by
Maven 3.x (see MNG-2363) -->
> + <exists>${basedir}</exists>
> + </file>
> + </activation>
> + <build>
> + <!-- we need to attach the descriptor for this pom -->
> + <plugins>
> + <plugin>
> + <artifactId>maven-site-plugin</artifactId>
> + <inherited>false</inherited>
> + <executions>
> + <execution>
> + <id>attach-descriptor</id>
> + <goals>
> + <goal>attach-descriptor</goal>
> + </goals>
> + </execution>
> + </executions>
> + </plugin>
> + </plugins>
> + </build>
> + </profile>
> + </profiles>
> </project>
>
> Added: maven/pom/trunk/maven/src/site/apt/index.apt
> URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/apt/index.apt?rev=1131499&view=auto
>
==============================================================================
> --- maven/pom/trunk/maven/src/site/apt/index.apt (added)
> +++ maven/pom/trunk/maven/src/site/apt/index.apt Sat Jun 4 22:13:53 2011
> @@ -0,0 +1,17 @@
> + --------------------------
> + Maven Project Parent POM
> + --------------------------
> + Modified 4 June 2011
> + --------------------------
> +
> +Introduction
> +
> + This POM is the common parent of all of the Maven components
> + in the Apache Maven project. Most of its contents are
> + pinning down version numbers of plugins; it does not
> + provide any dependencyManagement.
> +
> + As of version 20, it sets the Java source and target
> + versions to 1.5. Thus, as any plugin (or other component)
> + moved to version 20+ of this POM, it moves to
> + requiring Java 1.5.
>
> Propchange: maven/pom/trunk/maven/src/site/apt/index.apt
>
------------------------------------------------------------------------------
> svn:eol-style = native
>
> Propchange: maven/pom/trunk/maven/src/site/apt/index.apt
>
------------------------------------------------------------------------------
> svn:mime-type = text/plain
>
>

Reply via email to