Skip to content

Commit

Permalink
Update to vertx5-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 17, 2024
1 parent 277d821 commit 2282a9d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 352 deletions.
41 changes: 32 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-ext-parent</artifactId>
<version>38</version>
<artifactId>vertx5-parent</artifactId>
<version>3</version>
</parent>

<artifactId>vertx-stomp</artifactId>
Expand Down Expand Up @@ -118,17 +118,29 @@
</includes>
</resource>
</resources>
<testResources>
<testResource>
<directory>${project.basedir}/src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</testResources>

<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<phase>compile</phase>
<configuration>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
</annotationProcessors>
</configuration>
</execution>
</executions>
</plugin> </plugins>
</pluginManagement>

<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19.1</version>
<executions>
<execution>
<goals>
Expand All @@ -143,6 +155,17 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>package-docs</id>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
99 changes: 0 additions & 99 deletions src/main/generated/io/vertx/ext/stomp/FrameConverter.java

This file was deleted.

116 changes: 0 additions & 116 deletions src/main/generated/io/vertx/ext/stomp/StompClientOptionsConverter.java

This file was deleted.

Loading

0 comments on commit 2282a9d

Please sign in to comment.