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 7a10f26 commit 39f646f
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 58 deletions.
Binary file removed .DS_Store
Binary file not shown.
51 changes: 36 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

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

<artifactId>vertx-config-parent</artifactId>
Expand All @@ -30,7 +30,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<stack.version>5.0.0-SNAPSHOT</stack.version>
<doc.skip>true</doc.skip>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
<testcontainers.version>1.15.2</testcontainers.version>
</properties>
Expand Down Expand Up @@ -64,18 +63,6 @@
</license>
</licenses>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -129,4 +116,38 @@
</dependency>
</dependencies>

<build>
<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-assembly-plugin</artifactId>
<executions>
<execution>
<id>package-docs</id>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
1 change: 0 additions & 1 deletion vertx-config-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<artifactId>vertx-config-consul</artifactId>

<properties>
<doc.skip>false</doc.skip>
<embedded.consul.version>0.3.0</embedded.consul.version>
</properties>

Expand Down
1 change: 0 additions & 1 deletion vertx-config-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<properties>
<jgit.version>4.4.1.201607150455-r</jgit.version>
<doc.skip>false</doc.skip>
</properties>

<artifactId>vertx-config-git</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions vertx-config-hocon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@

<artifactId>vertx-config-hocon</artifactId>

<properties>
<doc.skip>false</doc.skip>
</properties>


<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
1 change: 0 additions & 1 deletion vertx-config-kubernetes-configmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

<properties>
<kubernetes-client-version>1.4.35</kubernetes-client-version>
<doc.skip>false</doc.skip>
</properties>

<dependencies>
Expand Down
5 changes: 0 additions & 5 deletions vertx-config-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@

<artifactId>vertx-config-redis</artifactId>

<properties>
<doc.skip>false</doc.skip>
</properties>


<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
4 changes: 0 additions & 4 deletions vertx-config-spring-config-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<artifactId>vertx-config-spring-config-server</artifactId>

<properties>
<doc.skip>false</doc.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
17 changes: 0 additions & 17 deletions vertx-config-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<artifactId>vertx-config-vault</artifactId>

<properties>
<doc.skip>false</doc.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down Expand Up @@ -76,17 +72,4 @@
</dependency>
</dependencies>

<profiles>
<!-- Work around for https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8266261 -->
<profile>
<id>jdk-1.8.0_292-workaround</id>
<activation>
<jdk>1.8.0_292</jdk>
</activation>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
</profile>
</profiles>

</project>
4 changes: 0 additions & 4 deletions vertx-config-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

<artifactId>vertx-config-yaml</artifactId>

<properties>
<doc.skip>false</doc.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
1 change: 0 additions & 1 deletion vertx-config-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

<properties>
<curator.version>2.13.0</curator.version>
<doc.skip>false</doc.skip>
</properties>

<dependencies>
Expand Down
4 changes: 0 additions & 4 deletions vertx-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@

<artifactId>vertx-config</artifactId>

<properties>
<doc.skip>false</doc.skip>
</properties>

</project>

0 comments on commit 39f646f

Please sign in to comment.