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/07/30 08:24:11 UTC

[04/50] [abbrv] directory-kerby git commit: DIRKRB-351 Continued and done

DIRKRB-351 Continued and done


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

Branch: refs/heads/pkinit-support
Commit: 43dc282642b99562f750d9218cb4503fb80c4199
Parents: a193682
Author: drankye <ka...@intel.com>
Authored: Mon Jul 13 21:14:01 2015 +0800
Committer: Drankye <dr...@gmail.com>
Committed: Mon Jul 13 21:14:01 2015 +0800

----------------------------------------------------------------------
 .gitignore                             |  3 +--
 kerby-kerb/kerb-client-api-all/pom.xml | 22 +---------------------
 2 files changed, 2 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/43dc2826/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 20ace49..3f2a44c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,8 +10,7 @@ bc.zip
 log.txt
 *.ipr
 *.iws
-kerby-server
-.pmd
+dependency-reduced-pom.xml
 .pmdruleset.xml
 kerby-dist/kdc-dist/lib/
 kerby-dist/tool-dist/lib/

http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/43dc2826/kerby-kerb/kerb-client-api-all/pom.xml
----------------------------------------------------------------------
diff --git a/kerby-kerb/kerb-client-api-all/pom.xml b/kerby-kerb/kerb-client-api-all/pom.xml
index c813dd5..7fdffe5 100644
--- a/kerby-kerb/kerb-client-api-all/pom.xml
+++ b/kerby-kerb/kerb-client-api-all/pom.xml
@@ -24,7 +24,7 @@
   <artifactId>kerb-client-api-all</artifactId>
   <name>Kerby-kerb client api all</name>
   <description>Kerby-kerb client api all</description>
-  <packaging>pom</packaging>
+  <packaging>jar</packaging>
 
   <dependencies>
     <dependency>
@@ -50,7 +50,6 @@
                   <goal>shade</goal>
                 </goals>
                 <configuration>
-                  <finalName>kerb-client-api-all-${project.version}.jar</finalName>
                   <artifactSet>
                     <excludes>
                       <exclude>junit:junit</exclude>
@@ -62,25 +61,6 @@
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <!-- A temp work around to correct the generated jar file name -->
-            <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
-            <executions>
-              <execution>
-                <phase>package</phase>
-                <configuration>
-                  <tasks>
-                    <rename src="target/kerb-client-api-all-${project.version}.jar.pom"
-                            dest="target/kerb-client-api-all-${project.version}.jar" />
-                  </tasks>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
         </plugins>
       </build>
     </profile>