File tree 3 files changed +43
-43
lines changed
3 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ branches:
9
9
- develop
10
10
install : true
11
11
before_script : cd webapp
12
- script : mvn -B package -Pproduction -pl idol,hod -am
12
+ script : mvn -B package -Pproduction -pl idol -am
Original file line number Diff line number Diff line change 56
56
<artifactId >exec-maven-plugin</artifactId >
57
57
<version >1.3.1</version >
58
58
<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> -- >
87
87
<execution >
88
88
<id >pegjs</id >
89
89
<phase >generate-resources</phase >
Original file line number Diff line number Diff line change 27
27
<artifactId >exec-maven-plugin</artifactId >
28
28
<version >1.3.1</version >
29
29
<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> -- >
44
44
<execution >
45
45
<id >jasmine</id >
46
46
<phase >test</phase >
You can’t perform that action at this time.
0 commit comments