You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/01/25 11:27:36 UTC

svn commit: r902766 - /myfaces/trinidad/branches/trinidad-1.0.x/pom.xml

Author: matzew
Date: Mon Jan 25 10:27:35 2010
New Revision: 902766

URL: http://svn.apache.org/viewvc?rev=902766&view=rev
Log:
updating pom: reflacting dead sandbox and adding TagBase information for upcomining release(s)

Modified:
    myfaces/trinidad/branches/trinidad-1.0.x/pom.xml

Modified: myfaces/trinidad/branches/trinidad-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/trinidad-1.0.x/pom.xml?rev=902766&r1=902765&r2=902766&view=diff
==============================================================================
--- myfaces/trinidad/branches/trinidad-1.0.x/pom.xml (original)
+++ myfaces/trinidad/branches/trinidad-1.0.x/pom.xml Mon Jan 25 10:27:35 2010
@@ -436,6 +436,29 @@
     </pluginManagement>
     
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <preparationGoals>clean verify install</preparationGoals>
+          <tagBase>https://svn.apache.org//repos/asf/myfaces/trinidad/tags/</tagBase>
+        </configuration>
+      </plugin>
+
+      <!-- force generating a *-sources.jar when building a jar -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-source</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
       <!-- is this right? -->      
       <plugin>
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
@@ -563,7 +586,6 @@
            
       <modules>
         <module>trinidad-assembly</module>
-        <module>trinidad-sandbox</module>
       </modules>
     </profile>