Loading .gitlab-ci.yml +9 −9 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ javadoc:cesiumjs4gwt-main: compileshowcase:cesiumjs4gwt-showcase: stage: compile_showcase script: - mvn -pl cesiumjs4gwt-showcase install - mvn -pl cesiumjs4gwt-showcase -am install -DskipTests=true deploy:cesiumjs4gwt-main: stage: deploy Loading Loading @@ -79,11 +79,11 @@ deploy:cesiumjs4gwt-main: - master - tags # deploy:cesiumjs4gwt-showcase: # stage: deploy # script: # - mv cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase*.war cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war # - jboss-cli.sh --controller=127.0.0.1:9999 --connect --commands="deploy cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war --force" # only: # - master # - tags No newline at end of file deploy:cesiumjs4gwt-showcase: stage: deploy script: - mv cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase*.war cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war - jboss-cli.sh --controller=127.0.0.1:9999 --connect --commands="deploy cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war --force" only: - master - tags No newline at end of file cesiumjs4gwt-showcase/pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,6 @@ <groupId>org.cesiumjs</groupId> <artifactId>cesiumjs4gwt-main</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> </dependencies> </project> Loading
.gitlab-ci.yml +9 −9 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ javadoc:cesiumjs4gwt-main: compileshowcase:cesiumjs4gwt-showcase: stage: compile_showcase script: - mvn -pl cesiumjs4gwt-showcase install - mvn -pl cesiumjs4gwt-showcase -am install -DskipTests=true deploy:cesiumjs4gwt-main: stage: deploy Loading Loading @@ -79,11 +79,11 @@ deploy:cesiumjs4gwt-main: - master - tags # deploy:cesiumjs4gwt-showcase: # stage: deploy # script: # - mv cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase*.war cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war # - jboss-cli.sh --controller=127.0.0.1:9999 --connect --commands="deploy cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war --force" # only: # - master # - tags No newline at end of file deploy:cesiumjs4gwt-showcase: stage: deploy script: - mv cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase*.war cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war - jboss-cli.sh --controller=127.0.0.1:9999 --connect --commands="deploy cesiumjs4gwt-showcase/target/cesiumjs4gwt-showcase.war --force" only: - master - tags No newline at end of file
cesiumjs4gwt-showcase/pom.xml +0 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,6 @@ <groupId>org.cesiumjs</groupId> <artifactId>cesiumjs4gwt-main</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> </dependencies> </project>