This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 458566968cb8cf6c1e7069118ab77e223478a4b0 Author: Robert Munteanu <[email protected]> AuthorDate: Thu Apr 19 18:53:33 2018 +0300 cli: assemble-app.sh now consults the remote repositories as well --- cli/dist/assemble-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/dist/assemble-app.sh b/cli/dist/assemble-app.sh index e869306..b596c29 100755 --- a/cli/dist/assemble-app.sh +++ b/cli/dist/assemble-app.sh @@ -2,4 +2,4 @@ rm -rf felix-cache launcher -java -cp ../../../whiteboard/featuremodel/feature-applicationbuilder/target/org.apache.sling.feature.applicationbuilder-0.0.1-SNAPSHOT.jar:${HOME}/.m2/repository/org/apache/felix/org.apache.felix.framework/5.6.8/org.apache.felix.framework-5.6.8.jar org.apache.sling.feature.applicationbuilder.impl.Main -d features/ -u file://${HOME}/.m2/repository -o sling.json +java -cp ../../../whiteboard/featuremodel/feature-applicationbuilder/target/org.apache.sling.feature.applicationbuilder-0.0.1-SNAPSHOT.jar:${HOME}/.m2/repository/org/apache/felix/org.apache.felix.framework/5.6.8/org.apache.felix.framework-5.6.8.jar org.apache.sling.feature.applicationbuilder.impl.Main -d features/ -u file://${HOME}/.m2/repository,https://repo1.maven.org/maven2/ -o sling.json -- To stop receiving notification emails like this one, please contact [email protected].
