Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -24,22 +24,22 @@ setup:initialize: compile:cesiumjs4gwt-main: stage: compile script: - mvn -pl cesiumjs4gwt-main -DskipTests=true clean install - mvn -pl cesiumjs4gwt-main -DskipTests=true install junit:cesiumjs4gwt-main: stage: junit script: - mvn -pl cesiumjs4gwt-main clean test - mvn -pl cesiumjs4gwt-main test javadoc:cesiumjs4gwt-main: stage: javadoc script: - mvn -pl cesiumjs4gwt-main javadoc:javadoc -Dadditionalparam=-Xdoclint:none # compileshowcase:cesiumjs4gwt-showcase: # stage: compile_showcase # script: # - mvn -pl cesiumjs4gwt-showcase clean install compileshowcase:cesiumjs4gwt-showcase: stage: compile_showcase script: - mvn -pl cesiumjs4gwt-showcase install deploy:cesiumjs4gwt-main: stage: deploy Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -24,22 +24,22 @@ setup:initialize: compile:cesiumjs4gwt-main: stage: compile script: - mvn -pl cesiumjs4gwt-main -DskipTests=true clean install - mvn -pl cesiumjs4gwt-main -DskipTests=true install junit:cesiumjs4gwt-main: stage: junit script: - mvn -pl cesiumjs4gwt-main clean test - mvn -pl cesiumjs4gwt-main test javadoc:cesiumjs4gwt-main: stage: javadoc script: - mvn -pl cesiumjs4gwt-main javadoc:javadoc -Dadditionalparam=-Xdoclint:none # compileshowcase:cesiumjs4gwt-showcase: # stage: compile_showcase # script: # - mvn -pl cesiumjs4gwt-showcase clean install compileshowcase:cesiumjs4gwt-showcase: stage: compile_showcase script: - mvn -pl cesiumjs4gwt-showcase install deploy:cesiumjs4gwt-main: stage: deploy Loading