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 2007/12/04 16:06:02 UTC

svn commit: r600973 - in /myfaces/trinidad/tags/trinidad-1.2.4: pom.xml trinidad-examples/pom.xml trinidad-examples/trinidad-example-assembly/pom.xml

Author: matzew
Date: Tue Dec  4 07:06:02 2007
New Revision: 600973

URL: http://svn.apache.org/viewvc?rev=600973&view=rev
Log:
some pom changes to the TAG

Modified:
    myfaces/trinidad/tags/trinidad-1.2.4/pom.xml
    myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/pom.xml
    myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/trinidad-example-assembly/pom.xml

Modified: myfaces/trinidad/tags/trinidad-1.2.4/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/pom.xml?rev=600973&r1=600972&r2=600973&view=diff
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.2.4/pom.xml (original)
+++ myfaces/trinidad/tags/trinidad-1.2.4/pom.xml Tue Dec  4 07:06:02 2007
@@ -257,7 +257,7 @@
           </configuration>
         </plugin>
 
-        <plugin>
+        <!--plugin>
             <artifactId>maven-source-plugin</artifactId>
             <executions>
                 <execution>
@@ -267,7 +267,7 @@
                     </goals>
                 </execution>
             </executions>
-        </plugin>
+        </plugin-->
 
       </plugins>
     </pluginManagement>
@@ -554,6 +554,59 @@
 -->
   </distributionManagement>
   <profiles>
+    <profile>
+      <id>release</id>
+      <!--
+      NOTE: Execute this profile like
+            mvn clean source:jar install deploy -DaltDeploymentRepository=matzew::default::file://FOLDER -Prelease
+       -->
+      <modules>
+        <module>trinidad-assembly</module>
+        <module>trinidad-examples</module>
+      </modules>
+      <build>
+        <plugins>
+          <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>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-scm-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>validate</phase>
+                <id>getting-scm.revision</id>
+                <goals>
+                  <goal>update</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
     <profile>
       <id>generate-assembly</id>
       <modules>

Modified: myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/pom.xml?rev=600973&r1=600972&r2=600973&view=diff
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/pom.xml (original)
+++ myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/pom.xml Tue Dec  4 07:06:02 2007
@@ -45,91 +45,12 @@
 
   <profiles>
     <profile>
-      <id>generate-assembly</id>
+      <id>release</id>
       <modules>
         <module>trinidad-blank</module>
         <module>trinidad-demo</module>
         <module>trinidad-example-assembly</module>
       </modules>
-    </profile>
-    <profile>
-      <id>staging</id>
-      <build>
-      
-        <plugins>
-          <!-- We want to deploy the artifact to a staging location for perusal
-           mvn -Pstaging -Ddeploy.altRepository=scpexe://people.apache.org/www/people.apache.org/builds/myfaces/m2-staging-repository
-          -->
-          <plugin>
-            <inherited>true</inherited>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <version>2.3</version>
-            <configuration>
-              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-              <updateReleaseInfo>true</updateReleaseInfo>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>release</id>
-      <!--
-      NOTE: To use you need to enable this profile and pass in the passphrase:
-            mvn -Prelease -Dpassphrase=thephrase
-       -->
-      <build>
-        <plugins>
-          <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>
-            <artifactId>maven-source-plugin</artifactId>
-            <version>2.0.2</version>
-            <executions>
-              <execution>
-                <id>attach-sources</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.2</version>
-            <executions>
-              <execution>
-                <id>attach-javadocs</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-scm-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>validate</phase>
-                <id>getting-scm.revision</id>
-                <goals><goal>update</goal></goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
     </profile>
   </profiles>
 

Modified: myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/trinidad-example-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/trinidad-example-assembly/pom.xml?rev=600973&r1=600972&r2=600973&view=diff
==============================================================================
--- myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/trinidad-example-assembly/pom.xml (original)
+++ myfaces/trinidad/tags/trinidad-1.2.4/trinidad-examples/trinidad-example-assembly/pom.xml Tue Dec  4 07:06:02 2007
@@ -60,7 +60,7 @@
   </build>
   <profiles>
     <profile>
-      <id>generate-assembly</id>
+      <id>release</id>
       <build>
         <plugins>
           <plugin>