File tree Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 221221 <groupId >org.apache.maven.plugins</groupId >
222222 <artifactId >maven-dependency-plugin</artifactId >
223223 </plugin >
224- <plugin >
225- <groupId >pl.project13.maven</groupId >
226- <artifactId >git-commit-id-plugin</artifactId >
227- </plugin >
224+ <plugin >
225+ <groupId >pl.project13.maven</groupId >
226+ <artifactId >git-commit-id-plugin</artifactId >
227+ </plugin >
228228 </plugins >
229229 </build >
230230
265265 </build >
266266 </profile >
267267 <profile >
268- <id >devtest </id >
268+ <id >smoketests </id >
269269 <build >
270270 <plugins >
271271 <plugin >
272272 <groupId >org.apache.maven.plugins</groupId >
273273 <artifactId >maven-surefire-plugin</artifactId >
274274 <configuration >
275275 <systemPropertyVariables >
276- <spring .profiles.active>devtest</spring .profiles.active>
276+ <spring .profiles.active>smoketests</spring .profiles.active>
277+ <failsafe .skipAfterFailureCount>1</failsafe .skipAfterFailureCount>
278+ <surefire .skipAfterFailureCount>1</surefire .skipAfterFailureCount>
279+ </systemPropertyVariables >
280+ </configuration >
281+ </plugin >
282+ </plugins >
283+ </build >
284+ </profile >
285+ <profile >
286+ <id >alltests</id >
287+ <build >
288+ <plugins >
289+ <plugin >
290+ <groupId >org.apache.maven.plugins</groupId >
291+ <artifactId >maven-surefire-plugin</artifactId >
292+ <configuration >
293+ <systemPropertyVariables >
294+ <spring .profiles.active>alltests</spring .profiles.active>
277295 <failsafe .skipAfterFailureCount>1</failsafe .skipAfterFailureCount>
278296 <surefire .skipAfterFailureCount>1</surefire .skipAfterFailureCount>
279297 </systemPropertyVariables >
283301 </build >
284302 </profile >
285303 </profiles >
304+
286305 <reporting >
287306 <plugins >
288307 <plugin >
Original file line number Diff line number Diff line change @@ -76,5 +76,8 @@ spring:
7676 profiles : travis
7777---
7878spring :
79- profiles : travis
79+ profiles : smoketests
80+ ---
81+ spring :
82+ profiles : alltests
8083
You can’t perform that action at this time.
0 commit comments