You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2018/04/03 15:15:50 UTC

[sling-ide-tooling] 05/05: SLING-5648 - Make Non-Eclipse Module regular Maven Packages

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/intellij
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git

commit 2e2bc9d2ff2b049d86f004107744f3fab728386f
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 3 17:23:23 2018 +0300

    SLING-5648 - Make Non-Eclipse Module regular Maven Packages
    
    Include the shared p2 repository in the eclipse reactor. Advances
    the build long enough for the impl-vlt-test project to complain.
---
 eclipse/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 3c6b394..e11145b 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -195,6 +195,15 @@
         </pluginRepository>
     </pluginRepositories>
 
+  <repositories>
+   <repository>
+     <id>sling-ide-tooling-shared-local</id>
+     <layout>p2</layout>
+     <url>file:${basedir}/../../shared/p2/shared-repository/target/repository</url>
+   </repository>
+  </repositories>
+
+
     <properties>
         <tycho.version>0.22.0</tycho.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.