You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/05/03 16:19:22 UTC

aries-rsa git commit: Set local repo for jenkins

Repository: aries-rsa
Updated Branches:
  refs/heads/master 990752a79 -> 47d442ab6


Set local repo for jenkins


Project: http://git-wip-us.apache.org/repos/asf/aries-rsa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-rsa/commit/47d442ab
Tree: http://git-wip-us.apache.org/repos/asf/aries-rsa/tree/47d442ab
Diff: http://git-wip-us.apache.org/repos/asf/aries-rsa/diff/47d442ab

Branch: refs/heads/master
Commit: 47d442ab6e03975a0f9822dd3bc427cf8ccc9038
Parents: 990752a
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue May 3 16:19:13 2016 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue May 3 16:19:13 2016 +0200

----------------------------------------------------------------------
 features/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/47d442ab/features/pom.xml
----------------------------------------------------------------------
diff --git a/features/pom.xml b/features/pom.xml
index 8aa8700..b6629f3 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -112,6 +112,7 @@
             <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>
+                <version>4.0.5</version>
                 <configuration>
                     <startLevel>30</startLevel>
                 </configuration>
@@ -136,6 +137,7 @@
                             <features>
                                 <feature>aries-rsa-*</feature>
                             </features>
+                            <localRepo>${maven.repo.local}</localRepo>
                         </configuration>
                     </execution>
                 </executions>