Revision: 201 http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=201&view=rev Author: bindul Date: 2009-03-13 06:40:55 +0000 (Fri, 13 Mar 2009)
Log Message: ----------- [maven-scm] copy for tag parent-1.0.0-SNAPSHOT-20090313004036 Modified Paths: -------------- parent/tags/parent-1.0.0-SNAPSHOT-20090313004036/pom.xml Added Paths: ----------- parent/tags/parent-1.0.0-SNAPSHOT-20090313004036/ Modified: parent/tags/parent-1.0.0-SNAPSHOT-20090313004036/pom.xml =================================================================== --- parent/trunk/pom.xml 2009-03-13 06:13:51 UTC (rev 200) +++ parent/tags/parent-1.0.0-SNAPSHOT-20090313004036/pom.xml 2009-03-13 06:40:55 UTC (rev 201) @@ -23,9 +23,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.mindtree.techworks.insight</groupId> - <artifactId>insight-parent</artifactId> + <artifactId>parent</artifactId> <packaging>pom</packaging> - <name>MindTree Insight</name> + <name>MindTree Insight Parent</name> <version>1.0.0-SNAPSHOT</version> <description>Insight log analyzer tool project parent</description> <url>http://mindtreeinsight.sourceforge.net/</url> @@ -133,10 +133,9 @@ <!-- Extending projects need to override this section. This is meant only for the Insight parent --> <scm> - <connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/insight-parent/</connection> - <developerConnection>scm:svn:https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/insight-parent/</developerConnection> - <tag>trunk</tag> - <url>http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/insight-parent/</url> + <connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/parent/trunk</connection> + <developerConnection>scm:svn:https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/parent/trunk</developerConnection> + <url>http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/parent/trunk</url> </scm> <organization> <name>MindTree Insight</name> @@ -165,6 +164,7 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> @@ -182,6 +182,14 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <configuration> + <tag>${project.artifactId}-${project.version}</tag> + <connectionType>developerConnection</connectionType> + </configuration> + </plugin> </plugins> <sourceDirectory>src/main/java</sourceDirectory> <testSourceDirectory>src/test/java</testSourceDirectory> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ MindTreeInsight-commits mailing list MindTreeInsight-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits