Revision: 2
          http://mvn-infix.svn.sourceforge.net/mvn-infix/?rev=2&view=rev
Author:   bindul
Date:     2010-11-21 03:23:05 +0000 (Sun, 21 Nov 2010)

Log Message:
-----------
Updated some more

Modified Paths:
--------------
    infix-parent/trunk/pom.xml

Property Changed:
----------------
    infix-parent/trunk/pom.xml

Modified: infix-parent/trunk/pom.xml
===================================================================
--- infix-parent/trunk/pom.xml  2010-11-19 09:26:15 UTC (rev 1)
+++ infix-parent/trunk/pom.xml  2010-11-21 03:23:05 UTC (rev 2)
@@ -1,506 +1,507 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- 
-       |
-       | Copyright (c) 2010 MindTree Ltd.
-       | 
-       | This file is part of Infix.
-       | 
-       | Infix is free software: you can redistribute it 
-       | and/or modify it under the terms of the GNU General Public License as 
-       | published by the Free Software Foundation, either version 3 of the 
License, 
-       | or (at your option) any later version.
-       | 
-       | Infix is distributed in the hope that it will be 
-       | useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
of 
-       | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
General 
-       | Public License for more details.
-       | 
-       | You should have received a copy of the GNU General Public License 
along with 
-       | Infix.  If not, see <http://www.gnu.org/licenses/>.
-       |
--->
-<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>
-       <groupId>com.mindtree.techworks.infix</groupId>
-       <artifactId>infix-parent</artifactId>
-       <packaging>pom</packaging>
-       <name>MindTree Infix</name>
-       <version>1.0-SNAPSHOT</version>
-       <description>
-               MindTree Infix is a group of Apache Maven (a registered 
trademark of the 
-               Apache Software Foundation) plug-ins developed to aid in build 
and release 
-               management with Maven.
-       </description>
-       <url>http://mvn-infix.sourceforge.net/</url>
-       <inceptionYear>2010</inceptionYear>
-       <organization>
-               <name>MindTree Ltd.</name>
-               <url>http://www.mindtree.com/</url>
-       </organization>
-       <licenses>
-               <license>
-                       <name>GNU General Public License ver. 3</name>
-                       
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
-                       <distribution>repo</distribution>
-               </license>
-       </licenses>
-       <scm>
-               
<connection>scm:svn:http://mvn-infix.svn.sourceforge.net/svnroot/mvn-infix/parent/trunk</connection>
-               
<developerConnection>scm:svn:https://mvn-infix.svn.sourceforge.net/svnroot/mvn-infix/parent/trunk</developerConnection>
-               
<url>http://mvn-infix.svn.sourceforge.net/viewvc/mvn-infix/parent/trunk</url>
-       </scm>
-       <developers>
-               <developer>
-                       <id>bindul</id>
-                       <name>Bindul Bhowmik</name>
-                       
<email>http://www.google.com/recaptcha/mailhide/d?k=01IGO3RKIWAHCMroZt3OiVMg==&amp;c=ZiCJyR8aCKzondoNpM5vCt1is6Sf8O8V6b0HF069d9w=</email>
-                       <organization>MindTree Limited</organization>
-                       <organizationUrl>http://mindtree.com/</organizationUrl>
-                       <roles>
-                               <role>Project Admin</role>
-                               <role>Developer</role>
-                       </roles>
-                       <timezone>-7</timezone>
-               </developer>
-       </developers>
-       <mailingLists>
-               <!--
-               To be activated later
-               <mailingList>
-                       <name>Infix Users Mailing List</name>
-                       
<subscribe>mvn-infix-users-subscr...@lists.sourceforge.net</subscribe>
-                       
<unsubscribe>mvn-infix-users-unsubscr...@lists.sourceforge.net</unsubscribe>
-                       <post>mvn-infix-us...@lists.sourceforge.net</post>
-                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mvn-infix-users</archive>
-                       <otherArchives>
-                               <otherArchive></otherArchive>
-                       </otherArchives>
-               </mailingList>
-               -->
-               <mailingList>
-                       <name>Infix Development Mailing List</name>
-                       
<subscribe>mvn-infix-devel-subscr...@lists.sourceforge.net</subscribe>
-                       
<unsubscribe>mvn-infix-devel-unsubscr...@lists.sourceforge.net</unsubscribe>
-                       <post>mvn-infix-de...@lists.sourceforge.net</post>
-                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mvn-infix-devel</archive>
-                       <otherArchives>
-                               <otherArchive/>
-                       </otherArchives>
-               </mailingList>
-               <mailingList>
-                       <name>Infix Commits List</name>
-                       
<subscribe>mvn-infix-commits-subscr...@lists.sourceforge.net</subscribe>
-                       
<unsubscribe>mvn-infix-commits-unsubscr...@lists.sourceforge.net</unsubscribe>
-                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mvn-infix-commits</archive>
-                       <otherArchives>
-                               <otherArchive/>
-                       </otherArchives>
-               </mailingList>
-       </mailingLists>
-       <prerequisites>
-               <maven>3.0+</maven>
-       </prerequisites>
-       <!-- Nail down plug-in versions for build reproducability -->
-       <build>
-               <pluginManagement>
-                       <plugins>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-clean-plugin</artifactId>
-                                       <version>2.4.1</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-compiler-plugin</artifactId>
-                                       <version>2.3.2</version>
-                                       <configuration>
-                                               
<showDeprecation>true</showDeprecation>
-                                               
<showWarnings>true</showWarnings>
-                                               <source>1.6</source>
-                                               <target>1.6</target>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-deploy-plugin</artifactId>
-                                       <version>2.5</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-install-plugin</artifactId>
-                                       <version>2.3.1</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-resources-plugin</artifactId>
-                                       <version>2.4.3</version>
-                                       <configuration>
-                                               
<encoding>${project.build.sourceEncoding}</encoding>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-site-plugin</artifactId>
-                                       <version>3.0-beta-3</version>
-                                       <configuration>
-                                               
<generateSitemap>true</generateSitemap>
-                                               <reportPlugins>
-                                                       <!-- See 
http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html -->
-                                                       <!-- TODO Complete -->
-                                                       <plugin>
-                                                               
<groupId>org.apache.maven.plugins</groupId>
-                                                               
<artifactId>maven-project-info-reports-plugin</artifactId>
-                                                               
<version>2.2</version>
-                                                               <reportSets>
-                                                                       
<reportSet>
-                                                                               
<reports>
-                                                                               
        <report>dependencies</report>
-                                                                               
        <report>dependency-management</report>
-                                                                               
        <report>project-team</report>
-                                                                               
        <report>mailing-list</report>
-                                                                               
        <report>issue-tracking</report>
-                                                                               
        <report>license</report>
-                                                                               
        <report>scm</report>
-                                                                               
        <report>modules</report>
-                                                                               
        <report>plugins</report>
-                                                                               
        <report>summary</report>
-                                                                               
</reports>
-                                                                       
</reportSet>
-                                                               </reportSets>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.apache.maven.plugins</groupId>
-                                                               
<artifactId>maven-plugin-plugin</artifactId>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.apache.maven.plugins</groupId>
-                                                               
<artifactId>maven-changes-plugin</artifactId>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.apache.maven.plugins</groupId>
-                                                               
<artifactId>maven-checkstyle-plugin</artifactId>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.apache.maven.plugins</groupId>
-                                                               
<artifactId>maven-pmd-plugin</artifactId>
-                                                               <configuration>
-                                                                       
<linkXRef>true</linkXRef>
-                                                                       
<targetJdk>1.6</targetJdk>
-                                                               </configuration>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.apache.maven.plugins</groupId>
-                                                               
<artifactId>maven-jxr-plugin</artifactId>
-                                                               
<version>2.2</version>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.codehaus.mojo</groupId>
-                                                               
<artifactId>taglist-maven-plugin</artifactId>
-                                                               
<version>2.4</version>
-                                                               <configuration>
-                                                                       
<skipTestSources>true</skipTestSources>
-                                                               </configuration>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.codehaus.mojo</groupId>
-                                                               
<artifactId>jdepend-maven-plugin</artifactId>
-                                                               
<version>2.0-beta-2</version>
-                                                       </plugin>
-                                                       <plugin>
-                                                               
<groupId>org.codehaus.mojo</groupId>
-                                                               
<artifactId>cobertura-maven-plugin</artifactId>
-                                                               
<version>2.4</version>
-                                                       </plugin>
-                                               </reportPlugins>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-surefire-plugin</artifactId>
-                                       <version>2.6</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-verifier-plugin</artifactId>
-                                       <version>1.0</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-enforcer-plugin</artifactId>
-                                       <version>1.0</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-gpg-plugin</artifactId>
-                                       <version>1.1</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-plugin-plugin</artifactId>
-                                       <version>2.6</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-release-plugin</artifactId>
-                                       <version>2.1</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-source-plugin</artifactId>
-                                       <version>2.1.2</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-eclipse-plugin</artifactId>
-                                       <version>2.8</version>
-                                       <configuration>
-                                               
<downloadJavadocs>true</downloadJavadocs>
-                                               
<downloadSources>true</downloadSources>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-javadoc-plugin</artifactId>
-                                       <version>2.7</version>
-                                       <configuration>
-                                               <bottom><![CDATA[Copyright 
&#169; {inceptionYear}-{currentYear} {project.organization.name}]]></bottom>
-                                               <charset>UTF-8</charset>
-                                               
<javadocVersion>1.6</javadocVersion>
-                                               <keywords>true</keywords>
-                                               <quiet>true</quiet>
-                                               <encoding>UTF-8</encoding>
-                                               <docEncoding>UTF-8</docEncoding>
-                                               <links>
-                                                       
<link>http://download.oracle.com/javase/6/docs/api</link>
-                                               </links>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-jar-plugin</artifactId>
-                                       <version>2.3.1</version>
-                                       <configuration>
-                                               <archive>
-                                                       <index>true</index>
-                                                       <manifest>
-                                                               
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                                                       </manifest>
-                                                       <manifestEntries>
-                                                               
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
-                                                               
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
-                                                               
<Implementation-Build>${project.version}-${maven.build.timestamp}</Implementation-Build>
-                                                       </manifestEntries>
-                                               </archive>
-                                       </configuration>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-changes-plugin</artifactId>
-                                       <version>2.3</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-checkstyle-plugin</artifactId>
-                                       <version>2.6</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-docck-plugin</artifactId>
-                                       <version>1.0</version>
-                               </plugin>
-                               <plugin>
-                                       
<groupId>org.apache.maven.plugins</groupId>
-                                       
<artifactId>maven-pmd-plugin</artifactId>
-                                       <version>2.5</version>
-                               </plugin>
-                       </plugins>
-               </pluginManagement>
-       </build>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.apache.maven</groupId>
-                               <artifactId>maven-plugin-api</artifactId>
-                               <version>3.0</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.maven</groupId>
-                               <artifactId>maven-project</artifactId>
-                               <version>3.0-alpha-2</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.velocity</groupId>
-                               <artifactId>velocity</artifactId>
-                               <version>1.7-beta1</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.codehaus.plexus</groupId>
-                               <artifactId>plexus-utils</artifactId>
-                               <version>2.0.5</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>commons-jxpath</groupId>
-                               <artifactId>commons-jxpath</artifactId>
-                               <version>1.3</version>
-                               <type>jar</type>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>4.8.2</version>
-                               <type>jar</type>
-                               <scope>test</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-       <properties>
-               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-       </properties>
-       <profiles>
-               <profile>
-                       <id>release</id>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-enforcer-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>enforce-no-snapshots</id>
-                                                               <goals>
-                                                                       
<goal>enforce</goal>
-                                                               </goals>
-                                                               <configuration>
-                                                                       <rules>
-                                                                               
<requireReleaseDeps>
-                                                                               
        <message>No Snapshots Allowed!</message>
-                                                                               
</requireReleaseDeps>
-                                                                               
<requireReleaseVersion>
-                                                                               
        <message>No Snapshots Allowed!</message>
-                                                                               
</requireReleaseVersion>
-                                                                       </rules>
-                                                                       
<fail>true</fail>
-                                                               </configuration>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-gpg-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>sign-artifacts</id>
-                                                               
<phase>verify</phase>
-                                                               <goals>
-                                                                       
<goal>sign</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-source-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>attach-sources</id>
-                                                               <goals>
-                                                                       
<goal>jar-no-fork</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-javadoc-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>attach-javadocs</id>
-                                                               
<phase>verify</phase>
-                                                               <goals>
-                                                                       
<goal>jar</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <!-- Look at announcement email 
http://maven.apache.org/plugins/maven-changes-plugin/announcement-generate-mojo.html
 and 
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html-->
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-checkstyle-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               
<id>checkstyle-check</id>
-                                                               
<phase>verify</phase>
-                                                               <goals>
-                                                                       
<goal>check</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-docck-plugin</artifactId>
-                                       </plugin>
-                                       <plugin>
-                                               
<groupId>org.apache.maven.plugins</groupId>
-                                               
<artifactId>maven-pmd-plugin</artifactId>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-       <!-- Repositories and distribution on SF.net -->
-       <repositories>
-               <repository>
-                       <id>mvn-infix-repo</id>
-                       <releases>
-                               <enabled>true</enabled>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-                       <name>Infix Release Repository</name>
-                       
<url>http://sourceforge.net/projects/mvn-infix/files/mvn-releases</url>
-                       <layout>default</layout>
-               </repository>
-       </repositories>
-       <pluginRepositories>
-               <pluginRepository>
-                       <id>mvn-infix-repo</id>
-                       <releases>
-                               <enabled>true</enabled>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-                       <name>Infix Release Repository</name>
-                       
<url>http://sourceforge.net/projects/mvn-infix/files/mvn-releases</url>
-                       <layout>default</layout>
-               </pluginRepository>
-       </pluginRepositories>
-       <distributionManagement>
-               <repository>
-                       <id>mvn-infix-repo</id>
-                       <uniqueVersion>true</uniqueVersion>
-                       <name>Infix Release Repository</name>
-                       
<url>sftp://web.sourceforge.net/home/frs/project/m/mv/mvn-infix/mvn-releases</url>
-               </repository>
-               <!-- Staging site... Need to execute 
/home/groups/m/mv/mvn-infix/deploy-site.sh to actually deploy the site -->
-               <site>
-                       <id>mvn-infix.sf.net</id>
-                       <name>MindTree Infix Web Site</name>
-                       
<url>scp://shell.sourceforge.net/home/groups/m/mv/mvn-infix/site-staging/${project.artifactId}</url>
-               </site>
-       </distributionManagement>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       |
+       | Copyright (c) 2010 MindTree Ltd.
+       | 
+       | This file is part of Infix.
+       | 
+       | Infix is free software: you can redistribute it 
+       | and/or modify it under the terms of the GNU General Public License as 
+       | published by the Free Software Foundation, either version 3 of the 
License, 
+       | or (at your option) any later version.
+       | 
+       | Infix is distributed in the hope that it will be 
+       | useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
of 
+       | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
General 
+       | Public License for more details.
+       | 
+       | You should have received a copy of the GNU General Public License 
along with 
+       | Infix.  If not, see <http://www.gnu.org/licenses/>.
+       |
+-->
+<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>
+       <groupId>com.mindtree.techworks.infix</groupId>
+       <artifactId>infix-parent</artifactId>
+       <packaging>pom</packaging>
+       <name>MindTree Infix</name>
+       <version>1.0-SNAPSHOT</version>
+       <description>
+               MindTree Infix is a group of Apache Maven (a registered 
trademark of the 
+               Apache Software Foundation) plug-ins developed to aid in build 
and release 
+               management with Maven.
+       </description>
+       <url>http://mvn-infix.sourceforge.net/</url>
+       <inceptionYear>2010</inceptionYear>
+       <organization>
+               <name>MindTree Ltd.</name>
+               <url>http://www.mindtree.com/</url>
+       </organization>
+       <licenses>
+               <license>
+                       <name>GNU General Public License ver. 3</name>
+                       
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
+                       <distribution>repo</distribution>
+               </license>
+       </licenses>
+       <scm>
+               
<connection>scm:svn:http://mvn-infix.svn.sourceforge.net/svnroot/mvn-infix/parent/trunk</connection>
+               
<developerConnection>scm:svn:https://mvn-infix.svn.sourceforge.net/svnroot/mvn-infix/parent/trunk</developerConnection>
+               
<url>http://mvn-infix.svn.sourceforge.net/viewvc/mvn-infix/parent/trunk</url>
+       </scm>
+       <issueManagement>
+               <system>MantisBT</system>
+               <url>https://sourceforge.net/apps/mantisbt/mvn-infix/</url>
+       </issueManagement>
+       <developers>
+               <developer>
+                       <id>bindul</id>
+                       <name>Bindul Bhowmik</name>
+                       
<email>http://www.google.com/recaptcha/mailhide/d?k=01IGO3RKIWAHCMroZt3OiVMg==&amp;c=ZiCJyR8aCKzondoNpM5vCt1is6Sf8O8V6b0HF069d9w=</email>
+                       <organization>MindTree Limited</organization>
+                       <organizationUrl>http://mindtree.com/</organizationUrl>
+                       <roles>
+                               <role>Project Admin</role>
+                               <role>Developer</role>
+                       </roles>
+                       <timezone>-7</timezone>
+               </developer>
+       </developers>
+       <mailingLists>
+               <mailingList>
+                       <name>Infix Users Mailing List</name>
+                       
<subscribe>mvn-infix-users-subscr...@lists.sourceforge.net</subscribe>
+                       
<unsubscribe>mvn-infix-users-unsubscr...@lists.sourceforge.net</unsubscribe>
+                       <post>mvn-infix-us...@lists.sourceforge.net</post>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mvn-infix-users</archive>
+                       <otherArchives>
+                               
<otherArchive>http://www.mail-archive.com/mvn-infix-us...@lists.sourceforge.net/</otherArchive>
+                       </otherArchives>
+               </mailingList>
+               <mailingList>
+                       <name>Infix Development Mailing List</name>
+                       
<subscribe>mvn-infix-devel-subscr...@lists.sourceforge.net</subscribe>
+                       
<unsubscribe>mvn-infix-devel-unsubscr...@lists.sourceforge.net</unsubscribe>
+                       <post>mvn-infix-de...@lists.sourceforge.net</post>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mvn-infix-devel</archive>
+                       <otherArchives>
+                               
<otherArchive>http://www.mail-archive.com/mvn-infix-de...@lists.sourceforge.net/</otherArchive>
+                       </otherArchives>
+               </mailingList>
+               <mailingList>
+                       <name>Infix Commits List</name>
+                       
<subscribe>mvn-infix-commits-subscr...@lists.sourceforge.net</subscribe>
+                       
<unsubscribe>mvn-infix-commits-unsubscr...@lists.sourceforge.net</unsubscribe>
+                       
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=mvn-infix-commits</archive>
+                       <otherArchives>
+                               
<otherArchive>http://www.mail-archive.com/mvn-infix-commits@lists.sourceforge.net/</otherArchive>
+                       </otherArchives>
+               </mailingList>
+       </mailingLists>
+       <prerequisites>
+               <maven>3.0+</maven>
+       </prerequisites>
+       <!-- Nail down plug-in versions for build reproducability -->
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-clean-plugin</artifactId>
+                                       <version>2.4.1</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-compiler-plugin</artifactId>
+                                       <version>2.3.2</version>
+                                       <configuration>
+                                               
<showDeprecation>true</showDeprecation>
+                                               
<showWarnings>true</showWarnings>
+                                               <source>1.6</source>
+                                               <target>1.6</target>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-deploy-plugin</artifactId>
+                                       <version>2.5</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-install-plugin</artifactId>
+                                       <version>2.3.1</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-resources-plugin</artifactId>
+                                       <version>2.4.3</version>
+                                       <configuration>
+                                               
<encoding>${project.build.sourceEncoding}</encoding>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-site-plugin</artifactId>
+                                       <version>3.0-beta-3</version>
+                                       <configuration>
+                                               
<generateSitemap>true</generateSitemap>
+                                               <reportPlugins>
+                                                       <!-- See 
http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-3/maven-3.html -->
+                                                       <!-- TODO Complete -->
+                                                       <plugin>
+                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                                                               
<version>2.2</version>
+                                                               <reportSets>
+                                                                       
<reportSet>
+                                                                               
<reports>
+                                                                               
        <report>dependencies</report>
+                                                                               
        <report>dependency-management</report>
+                                                                               
        <report>project-team</report>
+                                                                               
        <report>mailing-list</report>
+                                                                               
        <report>issue-tracking</report>
+                                                                               
        <report>license</report>
+                                                                               
        <report>scm</report>
+                                                                               
        <report>modules</report>
+                                                                               
        <report>plugins</report>
+                                                                               
        <report>summary</report>
+                                                                               
</reports>
+                                                                       
</reportSet>
+                                                               </reportSets>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                               
<artifactId>maven-plugin-plugin</artifactId>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                               
<artifactId>maven-changes-plugin</artifactId>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                               
<artifactId>maven-checkstyle-plugin</artifactId>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                               
<artifactId>maven-pmd-plugin</artifactId>
+                                                               <configuration>
+                                                                       
<linkXRef>true</linkXRef>
+                                                                       
<targetJdk>1.6</targetJdk>
+                                                               </configuration>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                               
<artifactId>maven-jxr-plugin</artifactId>
+                                                               
<version>2.2</version>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.codehaus.mojo</groupId>
+                                                               
<artifactId>taglist-maven-plugin</artifactId>
+                                                               
<version>2.4</version>
+                                                               <configuration>
+                                                                       
<skipTestSources>true</skipTestSources>
+                                                               </configuration>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.codehaus.mojo</groupId>
+                                                               
<artifactId>jdepend-maven-plugin</artifactId>
+                                                               
<version>2.0-beta-2</version>
+                                                       </plugin>
+                                                       <plugin>
+                                                               
<groupId>org.codehaus.mojo</groupId>
+                                                               
<artifactId>cobertura-maven-plugin</artifactId>
+                                                               
<version>2.4</version>
+                                                       </plugin>
+                                               </reportPlugins>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-surefire-plugin</artifactId>
+                                       <version>2.6</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-verifier-plugin</artifactId>
+                                       <version>1.0</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-enforcer-plugin</artifactId>
+                                       <version>1.0</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-gpg-plugin</artifactId>
+                                       <version>1.1</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-plugin-plugin</artifactId>
+                                       <version>2.6</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-release-plugin</artifactId>
+                                       <version>2.1</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-source-plugin</artifactId>
+                                       <version>2.1.2</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-eclipse-plugin</artifactId>
+                                       <version>2.8</version>
+                                       <configuration>
+                                               
<downloadJavadocs>true</downloadJavadocs>
+                                               
<downloadSources>true</downloadSources>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-javadoc-plugin</artifactId>
+                                       <version>2.7</version>
+                                       <configuration>
+                                               <bottom><![CDATA[Copyright 
&#169; {inceptionYear}-{currentYear} {project.organization.name}]]></bottom>
+                                               <charset>UTF-8</charset>
+                                               
<javadocVersion>1.6</javadocVersion>
+                                               <keywords>true</keywords>
+                                               <quiet>true</quiet>
+                                               <encoding>UTF-8</encoding>
+                                               <docEncoding>UTF-8</docEncoding>
+                                               <links>
+                                                       
<link>http://download.oracle.com/javase/6/docs/api</link>
+                                               </links>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-jar-plugin</artifactId>
+                                       <version>2.3.1</version>
+                                       <configuration>
+                                               <archive>
+                                                       <index>true</index>
+                                                       <manifest>
+                                                               
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+                                                       </manifest>
+                                                       <manifestEntries>
+                                                               
<X-Compile-Source-JDK>${maven.compile.source}</X-Compile-Source-JDK>
+                                                               
<X-Compile-Target-JDK>${maven.compile.target}</X-Compile-Target-JDK>
+                                                               
<Implementation-Build>${project.version}-${maven.build.timestamp}</Implementation-Build>
+                                                       </manifestEntries>
+                                               </archive>
+                                       </configuration>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-changes-plugin</artifactId>
+                                       <version>2.3</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-checkstyle-plugin</artifactId>
+                                       <version>2.6</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-docck-plugin</artifactId>
+                                       <version>1.0</version>
+                               </plugin>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-pmd-plugin</artifactId>
+                                       <version>2.5</version>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-plugin-api</artifactId>
+                               <version>3.0</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.maven</groupId>
+                               <artifactId>maven-project</artifactId>
+                               <version>3.0-alpha-2</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.velocity</groupId>
+                               <artifactId>velocity</artifactId>
+                               <version>1.7-beta1</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.codehaus.plexus</groupId>
+                               <artifactId>plexus-utils</artifactId>
+                               <version>2.0.5</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>commons-jxpath</groupId>
+                               <artifactId>commons-jxpath</artifactId>
+                               <version>1.3</version>
+                               <type>jar</type>
+                               <scope>compile</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>4.8.2</version>
+                               <type>jar</type>
+                               <scope>test</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+       </properties>
+       <profiles>
+               <profile>
+                       <id>release</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-enforcer-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>enforce-no-snapshots</id>
+                                                               <goals>
+                                                                       
<goal>enforce</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <rules>
+                                                                               
<requireReleaseDeps>
+                                                                               
        <message>No Snapshots Allowed!</message>
+                                                                               
</requireReleaseDeps>
+                                                                               
<requireReleaseVersion>
+                                                                               
        <message>No Snapshots Allowed!</message>
+                                                                               
</requireReleaseVersion>
+                                                                       </rules>
+                                                                       
<fail>true</fail>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-gpg-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>sign-artifacts</id>
+                                                               
<phase>verify</phase>
+                                                               <goals>
+                                                                       
<goal>sign</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-source-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>attach-sources</id>
+                                                               <goals>
+                                                                       
<goal>jar-no-fork</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-javadoc-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>attach-javadocs</id>
+                                                               
<phase>verify</phase>
+                                                               <goals>
+                                                                       
<goal>jar</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <!-- Look at announcement email 
http://maven.apache.org/plugins/maven-changes-plugin/announcement-generate-mojo.html
 and 
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html-->
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-checkstyle-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               
<id>checkstyle-check</id>
+                                                               
<phase>verify</phase>
+                                                               <goals>
+                                                                       
<goal>check</goal>
+                                                               </goals>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-docck-plugin</artifactId>
+                                       </plugin>
+                                       <plugin>
+                                               
<groupId>org.apache.maven.plugins</groupId>
+                                               
<artifactId>maven-pmd-plugin</artifactId>
+                                       </plugin>
+                               </plugins>
+                       </build>
+               </profile>
+       </profiles>
+       <!-- Repositories and distribution on SF.net -->
+       <repositories>
+               <repository>
+                       <id>mvn-infix-repo</id>
+                       <releases>
+                               <enabled>true</enabled>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <name>Infix Release Repository</name>
+                       
<url>http://sourceforge.net/projects/mvn-infix/files/mvn-releases</url>
+                       <layout>default</layout>
+               </repository>
+       </repositories>
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>mvn-infix-repo</id>
+                       <releases>
+                               <enabled>true</enabled>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <name>Infix Release Repository</name>
+                       
<url>http://sourceforge.net/projects/mvn-infix/files/mvn-releases</url>
+                       <layout>default</layout>
+               </pluginRepository>
+       </pluginRepositories>
+       <distributionManagement>
+               <repository>
+                       <id>mvn-infix-frs.sf.net</id>
+                       <uniqueVersion>true</uniqueVersion>
+                       <name>Infix Release Repository</name>
+                       
<url>sftp://web.sourceforge.net/home/frs/project/m/mv/mvn-infix/mvn-releases</url>
+               </repository>
+               <!-- Staging site... Need to execute 
/home/groups/m/mv/mvn-infix/deploy-site.sh to actually deploy the site -->
+               <site>
+                       <id>mvn-infix.sf.net</id>
+                       <name>MindTree Infix Web Site</name>
+                       
<url>scp://shell.sourceforge.net/home/groups/m/mv/mvn-infix/site-staging/${project.artifactId}</url>
+               </site>
+       </distributionManagement>
+</project>


Property changes on: infix-parent/trunk/pom.xml
___________________________________________________________________
Added: svn:mime-type
   + text/xml
Added: svn:keywords
   + Date Author Id Revision HeadURL
Added: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
mvn-Infix-commits mailing list
mvn-Infix-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mvn-infix-commits

Reply via email to