You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2007/02/07 21:55:33 UTC

svn commit: r504688 - /maven/plugins/trunk/pom.xml

Author: jvanzyl
Date: Wed Feb  7 12:55:32 2007
New Revision: 504688

URL: http://svn.apache.org/viewvc?view=rev&rev=504688
Log:
o all the profiles needed for releasing are in the parent

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?view=diff&rev=504688&r1=504687&r2=504688
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Wed Feb  7 12:55:32 2007
@@ -148,61 +148,6 @@
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>sharedResources</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-remote-resources-plugin</artifactId>
-            <version>1.0-alpha-1</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>process</goal>
-                </goals>
-                <configuration>
-                  <resourceBundles>
-                    <resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
-                  </resourceBundles>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <!-- Problems: it's not signing JavaDoc and Source JARs -->
-      <id>staging</id>
-      <build>
-        <plugins>
-          <!-- We want to deploy the artifact to a staging location for perusal -->
-          <plugin>
-            <inherited>true</inherited>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <version>2.3</version>
-            <configuration>
-              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-            </configuration>
-          </plugin>
-          <!-- We want to deploy the site to a staging location for perusal -->
-          <plugin>
-            <artifactId>maven-site-plugin</artifactId>
-            <version>2.0-beta-5</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>stage-deploy</goal>
-                </goals>
-                <configuration>
-                  <stagingSiteURL>${staging.siteURL}</stagingSiteURL>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
   <reporting>
     <plugins>