Skip to content

Commit

Permalink
Use recommended_2008_06 on sortpom
Browse files Browse the repository at this point in the history
  • Loading branch information
velo committed Oct 7, 2024
1 parent 93a86db commit 19a6131
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 681 deletions.
2 changes: 1 addition & 1 deletion .mvn/.develocity/develocity-workspace-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kb5sou75s5bebgilztnvdtqvw4
h5io2ff2gzdbbjanvoljkzgzra
6 changes: 3 additions & 3 deletions apt-test-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<phase>package</phase>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand All @@ -130,10 +130,10 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>really-executable-jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -176,10 +176,10 @@
<executions>
<!-- see definition of how this runs above -->
<execution>
<phase>post-integration-test</phase>
<goals>
<goal>build</goal>
</goals>
<phase>post-integration-test</phase>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<phase>package</phase>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand All @@ -164,10 +164,10 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>really-executable-jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions example-github-with-coroutine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<phase>package</phase>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand All @@ -85,10 +85,10 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>really-executable-jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions example-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<phase>package</phase>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand All @@ -81,10 +81,10 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>really-executable-jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions example-wikipedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<phase>package</phase>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand All @@ -82,10 +82,10 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>really-executable-jar</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Expand Down
14 changes: 7 additions & 7 deletions jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
<name>Feign Jakarta</name>
<description>Feign Jakarta</description>

<properties>
<main.java.version>11</main.java.version>
<main.basedir>${project.basedir}/..</main.basedir>

<moditect.skip>true</moditect.skip>
</properties>

<distributionManagement>
<relocation>
<groupId>${project.groupId}</groupId>
<artifactId>feign-jaxrs3</artifactId>
</relocation>
</distributionManagement>

<properties>
<main.java.version>11</main.java.version>
<main.basedir>${project.basedir}/..</main.basedir>

<moditect.skip>true</moditect.skip>
</properties>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
<executions>
<execution>
<id>jakarta-ee</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<phase>package</phase>
<configuration>
<classifier>jakarta</classifier>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
<executions>
<execution>
<id>jakarta-ee</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<phase>package</phase>
<configuration>
<classifier>jakarta</classifier>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,17 @@
</execution>
<execution>
<id>java-compile</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<phase>compile</phase>
</execution>
<execution>
<id>java-test-compile</id>
<phase>test-compile</phase>
<goals>
<goal>testCompile</goal>
</goals>
<phase>test-compile</phase>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
<executions>
<execution>
<id>add-module-infos</id>
<phase>package</phase>
<goals>
<goal>add-module-info</goal>
</goals>
<phase>package</phase>
<configuration>
<exclusions>
<exclusion>
Expand Down
Loading

0 comments on commit 19a6131

Please sign in to comment.