Author: nbelaevski
Date: 2009-06-04 17:39:26 -0400 (Thu, 04 Jun 2009)
New Revision: 14524
Modified:
branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
Log:
Build system: eclipse and release plugins configuration added
Modified: branches/sandbox/rf4_build/version-matrix/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 21:26:47 UTC (rev
14523)
+++ branches/sandbox/rf4_build/version-matrix/trunk/pom.xml 2009-06-04 21:39:26 UTC (rev
14524)
@@ -12,7 +12,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
- <!-- TODO: should artifactId start with 'richfaces'? -->
<artifactId>version-matrix</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -84,6 +83,19 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>${project.scm.developerConnection}/${project.artifactId}</tagBase>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <configuration>
+ <wtpversion>2.0</wtpversion>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>