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/11/04 09:25:33 UTC

[07/48] directory-kerby git commit: added maven source plugin

added maven source plugin


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

Branch: refs/heads/pkinit-support
Commit: 49a852922a54a8f2ce1f4192b26e0c19746e29bc
Parents: 81e8c0a
Author: Kiran Ayyagari <ka...@apache.org>
Authored: Wed Sep 16 19:53:43 2015 +0800
Committer: Kiran Ayyagari <ka...@apache.org>
Committed: Wed Sep 16 19:53:43 2015 +0800

----------------------------------------------------------------------
 pom.xml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/49a85292/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 075e876..a6f0848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,6 +288,20 @@
           </configuration>
         </plugin>
 
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <phase>verify</phase>
+              <goals>
+                <goal>jar</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
       </plugins>
     </pluginManagement>
 
@@ -303,6 +317,11 @@
         <artifactId>maven-checkstyle-plugin</artifactId>
       </plugin>
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+      </plugin>
+
     </plugins>
   </build>