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/05 18:25:04 UTC

[sling-ide-tooling] branch feature/intellij updated: 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


The following commit(s) were added to refs/heads/feature/intellij by this push:
     new 58996f2  SLING-5648 - Make Non-Eclipse Module regular Maven Packages
58996f2 is described below

commit 58996f22162881f304a51b5871ec1d7c1bfb247e
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Apr 5 19:43:18 2018 +0300

    SLING-5648 - Make Non-Eclipse Module regular Maven Packages
    
    Add script to build eclipse plug-ins.
---
 build-eclipse.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-eclipse.sh b/build-eclipse.sh
new file mode 100755
index 0000000..1f12194
--- /dev/null
+++ b/build-eclipse.sh
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+mvn -f shared/modules clean install
+mvn -f shared/p2 clean package
+mvn -f eclipse clean verify

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