Skip to content

Commit 1f3bc39

Browse files
committedJun 3, 2020
travis: disable hod
1 parent c579c3d commit 1f3bc39

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ branches:
99
- develop
1010
install: true
1111
before_script: cd webapp
12-
script: mvn -B package -Pproduction -pl idol,hod -am
12+
script: mvn -B package -Pproduction -pl idol -am

‎webapp/core/pom.xml

+28-28
Original file line numberDiff line numberDiff line change
@@ -56,34 +56,34 @@
5656
<artifactId>exec-maven-plugin</artifactId>
5757
<version>1.3.1</version>
5858
<executions>
59-
<execution>
60-
<id>npm-install</id>
61-
<phase>process-sources</phase>
62-
<goals>
63-
<goal>exec</goal>
64-
</goals>
65-
<configuration>
66-
<executable>npm</executable>
67-
<workingDirectory>${basedir}</workingDirectory>
68-
<arguments>
69-
<argument>ci</argument>
70-
</arguments>
71-
</configuration>
72-
</execution>
73-
<execution>
74-
<id>bower</id>
75-
<phase>process-sources</phase>
76-
<goals>
77-
<goal>exec</goal>
78-
</goals>
79-
<configuration>
80-
<executable>${basedir}/node_modules/.bin/bower${npm.binExtension}</executable>
81-
<workingDirectory>${basedir}</workingDirectory>
82-
<arguments>
83-
<argument>update</argument>
84-
</arguments>
85-
</configuration>
86-
</execution>
59+
<!-- <execution>-->
60+
<!-- <id>npm-install</id>-->
61+
<!-- <phase>process-sources</phase>-->
62+
<!-- <goals>-->
63+
<!-- <goal>exec</goal>-->
64+
<!-- </goals>-->
65+
<!-- <configuration>-->
66+
<!-- <executable>npm</executable>-->
67+
<!-- <workingDirectory>${basedir}</workingDirectory>-->
68+
<!-- <arguments>-->
69+
<!-- <argument>ci</argument>-->
70+
<!-- </arguments>-->
71+
<!-- </configuration>-->
72+
<!-- </execution>-->
73+
<!-- <execution>-->
74+
<!-- <id>bower</id>-->
75+
<!-- <phase>process-sources</phase>-->
76+
<!-- <goals>-->
77+
<!-- <goal>exec</goal>-->
78+
<!-- </goals>-->
79+
<!-- <configuration>-->
80+
<!-- <executable>${basedir}/node_modules/.bin/bower${npm.binExtension}</executable>-->
81+
<!-- <workingDirectory>${basedir}</workingDirectory>-->
82+
<!-- <arguments>-->
83+
<!-- <argument>update</argument>-->
84+
<!-- </arguments>-->
85+
<!-- </configuration>-->
86+
<!-- </execution>-->
8787
<execution>
8888
<id>pegjs</id>
8989
<phase>generate-resources</phase>

‎webapp/idol/pom.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
<artifactId>exec-maven-plugin</artifactId>
2828
<version>1.3.1</version>
2929
<executions>
30-
<execution>
31-
<id>npm-install</id>
32-
<phase>process-sources</phase>
33-
<goals>
34-
<goal>exec</goal>
35-
</goals>
36-
<configuration>
37-
<executable>npm</executable>
38-
<workingDirectory>${basedir}</workingDirectory>
39-
<arguments>
40-
<argument>ci</argument>
41-
</arguments>
42-
</configuration>
43-
</execution>
30+
<!-- <execution>-->
31+
<!-- <id>npm-install</id>-->
32+
<!-- <phase>process-sources</phase>-->
33+
<!-- <goals>-->
34+
<!-- <goal>exec</goal>-->
35+
<!-- </goals>-->
36+
<!-- <configuration>-->
37+
<!-- <executable>npm</executable>-->
38+
<!-- <workingDirectory>${basedir}</workingDirectory>-->
39+
<!-- <arguments>-->
40+
<!-- <argument>ci</argument>-->
41+
<!-- </arguments>-->
42+
<!-- </configuration>-->
43+
<!-- </execution>-->
4444
<execution>
4545
<id>jasmine</id>
4646
<phase>test</phase>

0 commit comments

Comments
 (0)
Please sign in to comment.