Skip to content

Commit

Permalink
Merge pull request #15003 from famod/mvn-compiler-parameters
Browse files Browse the repository at this point in the history
Clean up maven compiler parameters flag usage
  • Loading branch information
famod authored Feb 11, 2021
2 parents 3bd00c2 + c79a3f1 commit f3ea5fa
Show file tree
Hide file tree
Showing 43 changed files with 0 additions and 162 deletions.
1 change: 0 additions & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>8</release>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
Expand Down
11 changes: 0 additions & 11 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,4 @@
<module>launcher</module>
<module>class-change-agent</module>
</modules>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
</build>
</project>
6 changes: 0 additions & 6 deletions core/test-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion extensions/mailer/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<artifactId>quarkus-hibernate-orm-panache-common-deployment</artifactId>
<name>Quarkus - Hibernate ORM with Panache - Common - Deployment</name>
<dependencies>
Expand Down
4 changes: 0 additions & 4 deletions extensions/panache/hibernate-orm-panache/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<artifactId>quarkus-hibernate-orm-panache-deployment</artifactId>
<name>Quarkus - Hibernate ORM with Panache - Deployment</name>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<artifactId>quarkus-hibernate-reactive-panache-common-deployment</artifactId>
<name>Quarkus - Hibernate Reactive with Panache - Common - Deployment</name>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
<postgres.image>postgres:13.1</postgres.image>
<postgres.reactive.url>vertx-reactive:postgresql://localhost:5432/hibernate_orm_test</postgres.reactive.url>
</properties>
Expand Down
4 changes: 0 additions & 4 deletions extensions/qute/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<artifactId>quarkus-qute-deployment</artifactId>
<name>Quarkus - Qute - Deployment</name>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 0 additions & 1 deletion extensions/resteasy-qute/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/artemis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Artemis - Core</name>
<description>The Apache ActiveMQ Artemis Core integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<!-- JAX-RS -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/artemis-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Artemis - JMS</name>
<description>The Apache ActiveMQ Artemis JMS integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<!-- JAX-RS -->
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/bouncycastle-fips-jsse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<name>Quarkus - Integration Tests - Bouncy Castle FIPS JSSE</name>
<description>Bouncy Castle FIPS JSSE integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/bouncycastle-fips/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Bouncy Castle FIPS</name>
<description>Bouncy Castle FIPS integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/bouncycastle-jsse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Bouncy Castle JSSE</name>
<description>Bouncy Castle integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/bouncycastle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Bouncy Castle</name>
<description>Bouncy Castle integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/elytron-security-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<artifactId>quarkus-integration-test-elytron-security-oauth2</artifactId>
<name>Quarkus - Integration Tests - Elytron Security OAuth2</name>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/elytron-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Elytron Security</name>
<description>The elytron-security integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
8 changes: 0 additions & 8 deletions integration-tests/hibernate-orm-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
<artifactId>quarkus-integration-test-hibernate-orm-panache</artifactId>
<name>Quarkus - Integration Tests - Hibernate ORM with Panache</name>

<!--
This is enabled in the Quarkus Maven archetype but not on the integration tests.
PanacheQuery.project(Class) needs it.
-->
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
6 changes: 0 additions & 6 deletions integration-tests/hibernate-orm-rest-data-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
1 change: 0 additions & 1 deletion integration-tests/hibernate-reactive-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
PanacheQuery.project(Class) needs it.
-->
<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
<postgres.image>postgres:13.1</postgres.image>
<postgres.reactive.url>vertx-reactive:postgresql://localhost:5432/hibernate_orm_test</postgres.reactive.url>
</properties>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/hibernate-validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Hibernate Validator</name>
<description>Module that contains Hibernate Validator/Bean Validation related tests</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/jgit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<name>Quarkus - Integration Tests - JGit</name>
<description>JGit integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/jsch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
<name>Quarkus - Integration Tests - JSch</name>
<description>JSch integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<artifactId>quarkus-integration-test-jsonb</artifactId>
<name>Quarkus - Integration Tests - JSON-B</name>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 0 additions & 1 deletion integration-tests/kafka-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<description>The Apache Kafka Avro integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
<apicurio.version>1.2.2.Final</apicurio.version>
</properties>

Expand Down
4 changes: 0 additions & 4 deletions integration-tests/kafka-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Kafka Streams</name>
<description>The Kafka Streams integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Kafka</name>
<description>The Apache Kafka integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/mailer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Mailer</name>
<description>The Quarkus Mailer integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 0 additions & 1 deletion integration-tests/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<datasource.url>jdbc:h2:tcp://localhost/mem:test</datasource.url>
<datasource.username></datasource.username>
<datasource.password></datasource.password>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
Expand Down
6 changes: 0 additions & 6 deletions integration-tests/mongodb-rest-data-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<parameters>true</parameters>
</configuration>
</plugin>
</plugins>
</build>
</project>
4 changes: 0 additions & 4 deletions integration-tests/picocli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<artifactId>quarkus-integration-test-picocli</artifactId>
<name>Quarkus - Integration Tests - Picocli</name>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/reactive-messaging-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Reactive Messaging - AMQP</name>
<description>The AMQP integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/reactive-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<name>Quarkus - Integration Tests - Reactive Messaging - Kafka</name>
<description>The Kafka Reactive Messaging integration tests module</description>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 0 additions & 1 deletion integration-tests/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<name>Quarkus - Integration Tests - REST client</name>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
<self-signed.trust-store>${project.basedir}/self-signed</self-signed.trust-store>
<self-signed.trust-store-password>changeit</self-signed.trust-store-password>
<wrong-host.trust-store>${project.basedir}/wrong-host</wrong-host.trust-store>
Expand Down
Loading

0 comments on commit f3ea5fa

Please sign in to comment.