We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056ee00 commit b54d55bCopy full SHA for b54d55b
pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>io.vertx</groupId>
22
<artifactId>vertx-ext-parent</artifactId>
23
- <version>30</version>
+ <version>34</version>
24
</parent>
25
26
<artifactId>vertx-shell</artifactId>
@@ -167,16 +167,6 @@
167
<build>
168
169
<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>
180
<plugin>
181
<groupId>org.apache.maven.plugins</groupId>
182
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments