Skip to content

Commit b54d55b

Browse files
committed
Update to parent pom 34
1 parent 056ee00 commit b54d55b

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.vertx</groupId>
2222
<artifactId>vertx-ext-parent</artifactId>
23-
<version>30</version>
23+
<version>34</version>
2424
</parent>
2525

2626
<artifactId>vertx-shell</artifactId>
@@ -167,16 +167,6 @@
167167
<build>
168168

169169
<plugins>
170-
<!-- Copy resources after compilation phase as we generate JS in src/main/resources -->
171-
<plugin>
172-
<artifactId>maven-resources-plugin</artifactId>
173-
<executions>
174-
<execution>
175-
<id>default-resources</id>
176-
<phase>process-classes</phase>
177-
</execution>
178-
</executions>
179-
</plugin>
180170
<plugin>
181171
<groupId>org.apache.maven.plugins</groupId>
182172
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)