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

[1/2] directory-kerby git commit: added maven source plugin

Repository: directory-kerby
Updated Branches:
  refs/heads/master 03e65e76c -> 6e15b50b4


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/master
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>
 


[2/2] directory-kerby git commit: Merge branch 'master'

Posted by ka...@apache.org.
Merge branch 'master'


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

Branch: refs/heads/master
Commit: 6e15b50b43f97db8fec1a48fb99db75ebc6c5bed
Parents: 49a8529 03e65e7
Author: Kiran Ayyagari <ka...@apache.org>
Authored: Wed Sep 16 20:04:05 2015 +0800
Committer: Kiran Ayyagari <ka...@apache.org>
Committed: Wed Sep 16 20:04:05 2015 +0800

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/6e15b50b/pom.xml
----------------------------------------------------------------------