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/07/01 15:21:49 UTC

svn commit: r552304 - /myfaces/trinidad/trunk/plugins/pom.xml

Author: matzew
Date: Sun Jul  1 06:21:49 2007
New Revision: 552304

URL: http://svn.apache.org/viewvc?view=rev&rev=552304
Log:
updated release profile on trunk / plugins

Modified:
    myfaces/trinidad/trunk/plugins/pom.xml

Modified: myfaces/trinidad/trunk/plugins/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/plugins/pom.xml?view=diff&rev=552304&r1=552303&r2=552304
==============================================================================
--- myfaces/trinidad/trunk/plugins/pom.xml (original)
+++ myfaces/trinidad/trunk/plugins/pom.xml Sun Jul  1 06:21:49 2007
@@ -229,30 +229,10 @@
 
   <profiles>
     <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
+      NOTE: Execute this profile like
+            mvn clean source:jar install deploy -DaltDeploymentRepository=matzew::default::file://FOLDER -Prelease
        -->
       <build>
         <plugins>
@@ -270,18 +250,6 @@
             </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>
@@ -300,12 +268,14 @@
               <execution>
                 <phase>validate</phase>
                 <id>getting-scm.revision</id>
-                <goals><goal>update</goal></goals>
+                <goals>
+                  <goal>update</goal>
+                </goals>
               </execution>
             </executions>
           </plugin>
         </plugins>
       </build>
     </profile>
-   </profiles>
+  </profiles>
 </project>