This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7dfcb1704b2ddd36c237a27ec704b335cd31f50c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Feb 28 09:51:19 2017 +0100 fix gitlab ci --- .gitlab-ci.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d01183..910e141 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build-java: stage: build script: - mvn --version - - mvn install -pl pollen-rest-api + - mvn install artifacts: paths: - pollen-rest-api/target/pollen-rest-api.war diff --git a/pom.xml b/pom.xml index 1767c4a..e456ccc 100644 --- a/pom.xml +++ b/pom.xml @@ -160,8 +160,8 @@ <module>pollen-rest-api</module> <!--module>pollen-ui-js</module--> <!--<module>pollen-ui-angular</module>--> - <module>pollen-ui-riot-js</module> - <module>pollen-bundle</module> + <!--<module>pollen-ui-riot-js</module>--> + <!--<module>pollen-bundle</module>--> </modules> <scm> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.