File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 67
67
- name : Install demo project
68
68
run : .travis/install_demo_project.sh
69
69
70
- - name : Build
71
- run : mvn package -DskipTests
72
- - name : Test
73
- run : mvn package verify jar:jar appassembler:assemble
70
+ - name : Build and Test
71
+ run : mvn verify jar:jar appassembler:assemble
74
72
75
73
slack-workflow-status :
76
74
if : always()
Original file line number Diff line number Diff line change 67
67
- name : Install demo project
68
68
run : .travis/install_demo_project.sh
69
69
70
- - name : Build
71
- run : mvn package -DskipTests
72
70
- name : Test
73
71
run : mvn verify appassembler:assemble assembly:single
74
72
Original file line number Diff line number Diff line change 145
145
</descriptors >
146
146
</configuration >
147
147
</plugin >
148
+ <plugin >
149
+ <groupId >com.amashchenko.maven.plugin</groupId >
150
+ <artifactId >gitflow-maven-plugin</artifactId >
151
+ <version >1.18.0</version >
152
+ <configuration >
153
+ <verbose >true</verbose >
154
+ </configuration >
155
+ </plugin >
148
156
</plugins >
149
157
<resources >
150
158
<resource >
You can’t perform that action at this time.
0 commit comments