You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2006/01/05 20:03:02 UTC

svn commit: r366246 - /maven/maven-1/plugins-sandbox/trunk/source/plugin.jelly

Author: snicoll
Date: Thu Jan  5 11:02:59 2006
New Revision: 366246

URL: http://svn.apache.org/viewcvs?rev=366246&view=rev
Log:
MAVEN-1736: removed snapshot goals as they are deprecated.

Modified:
    maven/maven-1/plugins-sandbox/trunk/source/plugin.jelly

Modified: maven/maven-1/plugins-sandbox/trunk/source/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/source/plugin.jelly?rev=366246&r1=366245&r2=366246&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/source/plugin.jelly (original)
+++ maven/maven-1/plugins-sandbox/trunk/source/plugin.jelly Thu Jan  5 11:02:59 2006
@@ -87,36 +87,5 @@
       typeHandler="${javaSourceTypeHandler}"/>
   </goal>
 
-  <!-- ================================================================== -->
-  <!-- D E P L O Y  S N A P S H O T                                       -->
-  <!-- ================================================================== -->
-
-  <goal
-    name="source:deploy-snapshot"
-    prereqs="source:source"
-    description="Deploy a snapshot source archive to the remote repository">
-
-    <artifact:deploy-snapshot
-      artifact="${maven.build.dir}/${maven.source.final.name}"
-      type="java-source"
-      project="${pom}"
-      typeHandler="${javaSourceTypeHandler}"/>
-  </goal>
-
-   <!-- ================================================================== -->
-  <!-- I N S T A L L  S N A P S H O T                                     -->
-  <!-- ================================================================== -->
-
-  <goal
-    name="source:install-snapshot" prereqs="source:source"
-    description="Install a snapshot source archive in the local repository">
-
-    <artifact:install-snapshot
-      artifact="${maven.build.dir}/${maven.source.final.name}"
-      type="java-source"
-      project="${pom}"
-      typeHandler="${javaSourceTypeHandler}"/>
-  </goal>
-
 
 </project>