Skip to content

Commit f46f202

Browse files
supporting mvn clean package without failures (#75)
1 parent e302308 commit f46f202

File tree

4 files changed

+2
-30
lines changed

4 files changed

+2
-30
lines changed

pom-step-02.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
<goal>start</goal>
3636
</goals>
3737
</execution>
38-
<execution>
39-
<id>stop-empty-database</id>
40-
<phase>verify</phase>
41-
<goals>
42-
<goal>stop</goal>
43-
</goals>
44-
</execution>
4538
</executions>
4639
</plugin>
4740
<plugin>

pom-step-03.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,9 @@
4545
</configuration>
4646

4747
<executions>
48-
<execution>
49-
<id>start-empty-database</id>
50-
<phase>initialize</phase>
51-
<goals>
52-
<goal>start</goal>
53-
</goals>
54-
</execution>
5548
<execution>
5649
<id>stop-empty-database</id>
57-
<phase>process-resources</phase>
50+
<phase>verify</phase>
5851
<goals>
5952
<goal>stop</goal>
6053
</goals>

pom-step-04.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
<goal>start</goal>
3636
</goals>
3737
</execution>
38-
<execution>
39-
<id>stop-demo-database</id>
40-
<phase>verify</phase>
41-
<goals>
42-
<goal>stop</goal>
43-
</goals>
44-
</execution>
4538
</executions>
4639
</plugin>
4740
<plugin>

pom-step-05.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,9 @@
4545
</configuration>
4646

4747
<executions>
48-
<execution>
49-
<id>start-demo-database</id>
50-
<phase>initialize</phase>
51-
<goals>
52-
<goal>start</goal>
53-
</goals>
54-
</execution>
5548
<execution>
5649
<id>stop-demo-database</id>
57-
<phase>process-resources</phase>
50+
<phase>verify</phase>
5851
<goals>
5952
<goal>stop</goal>
6053
</goals>

0 commit comments

Comments
 (0)