You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/20 11:48:10 UTC

svn commit: r1494900 - /commons/sandbox/commons-gpg-plugin/trunk/pom.xml

Author: sebb
Date: Thu Jun 20 09:48:10 2013
New Revision: 1494900

URL: http://svn.apache.org/r1494900
Log:
Tidy up

Modified:
    commons/sandbox/commons-gpg-plugin/trunk/pom.xml

Modified: commons/sandbox/commons-gpg-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/commons-gpg-plugin/trunk/pom.xml?rev=1494900&r1=1494899&r2=1494900&view=diff
==============================================================================
--- commons/sandbox/commons-gpg-plugin/trunk/pom.xml (original)
+++ commons/sandbox/commons-gpg-plugin/trunk/pom.xml Thu Jun 20 09:48:10 2013
@@ -48,14 +48,9 @@ This is intended as a temporary measure 
     <maven.compile.target>${maven.compiler.target}</maven.compile.target>
   </properties>
 
+  <!-- See http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/using-annotations.html -->
+
   <dependencies>
-  <!-- 
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core</artifactId>
-      <version>${mavenVersion}</version>
-    </dependency>
-     -->
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
@@ -86,6 +81,8 @@ This is intended as a temporary measure 
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
       <version>${mavenPluginPluginVersion}</version>
+      <!-- annotations are not needed for plugin execution so you can remove this dependency
+           for execution with using provided scope -->
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -93,25 +90,12 @@ This is intended as a temporary measure 
       <artifactId>maven-gpg-plugin</artifactId>
       <version>1.4</version>
     </dependency>
+    <!-- SignFilesMojo uses DirectoryScanner -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.0.7</version>
     </dependency>
-    <!-- 
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.sonatype.plexus</groupId>
-      <artifactId>plexus-sec-dispatcher</artifactId>
-      <version>1.4</version>
-      <scope>provided</scope>
-    </dependency>
-     -->
   </dependencies>
 
   <build>
@@ -142,6 +126,7 @@ This is intended as a temporary measure 
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <configuration>
+          <!-- see http://jira.codehaus.org/browse/MNG-5346 -->
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
         </configuration>
         <executions>
@@ -151,6 +136,7 @@ This is intended as a temporary measure 
               <goal>descriptor</goal>
             </goals>
           </execution>
+          <!-- Generate help goal -->
           <execution>
             <id>generated-helpmojo</id>
             <goals>