You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pl...@apache.org on 2015/09/09 03:36:59 UTC

[38/46] directory-kerby git commit: Remove the maven-jar-plugin, maven-compiler-plugin and apache-rat-plugint declaration.

Remove the maven-jar-plugin, maven-compiler-plugin and apache-rat-plugint declaration.


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/782cc0d7
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/782cc0d7
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/782cc0d7

Branch: refs/heads/pkinit-support
Commit: 782cc0d7c35af488bc8bfb23c761e35f6d0fb5da
Parents: 5dc62bb
Author: plusplusjiajia <ji...@intel.com>
Authored: Tue Aug 25 21:05:30 2015 +0800
Committer: plusplusjiajia <ji...@intel.com>
Committed: Tue Aug 25 21:05:30 2015 +0800

----------------------------------------------------------------------
 pom.xml | 22 ----------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/782cc0d7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f13929..60a9013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,11 +160,6 @@
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.5</version>
-        </plugin>
 
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -294,23 +289,6 @@
     </pluginManagement>
 
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-      </plugin>
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>