Skip to content

Commit d85f3fa

Browse files
committed
Remove <source/> and <target/> elements, which are no longer needed after 236fc26.
Remove also `<release>17</release>` (because already inherited from the parent pom.xml) except when testing this option is the purpose of the integration test.
1 parent 203cb86 commit d85f3fa

File tree

31 files changed

+0
-119
lines changed

31 files changed

+0
-119
lines changed

src/it/MCOMPILER-270_release/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@
4545
<artifactId>maven-compiler-plugin</artifactId>
4646
<version>@project.version@</version>
4747
<configuration>
48-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
49-
<source />
50-
<target />
5148
<release>${java.specification.version}</release>
5249
</configuration>
5350
</plugin>

src/it/MCOMPILER-275_separate-moduleinfo/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
<jdkToolchain>
5454
<version>1.9</version>
5555
</jdkToolchain>
56-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
57-
<source />
58-
<target />
5956
<release>17</release>
6057
</configuration>
6158
</execution>

src/it/MCOMPILER-294/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-compiler-plugin</artifactId>
4444
<version>@project.version@</version>
45-
<configuration>
46-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
47-
<source />
48-
<target />
49-
<release>17</release>
50-
</configuration>
5145
</plugin>
5246
</plugins>
5347
</build>

src/it/MCOMPILER-321_pathexceptions/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@
5050
<artifactId>maven-compiler-plugin</artifactId>
5151
<version>@project.version@</version>
5252
<configuration>
53-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
54-
<source />
55-
<target />
56-
<release>17</release>
5753
<!--
5854
Normally, the following arguments should not be provided. Instead, an automatic module name
5955
should be used in the `module-info.java` file. However, this is not possible for the JAR in

src/it/MCOMPILER-328_multiReleaseOutput/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
3535
<artifactId>maven-compiler-plugin</artifactId>
3636
<version>@project.version@</version>
3737
<configuration>
38-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
39-
<source />
40-
<target />
4138
<release>17</release>
4239
<multiReleaseOutput>true</multiReleaseOutput>
4340
</configuration>

src/it/MCOMPILER-336_incremental-modulepath/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
<artifactId>maven-compiler-plugin</artifactId>
3838
<version>@project.version@</version>
3939
<configuration>
40-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
41-
<source />
42-
<target />
43-
<release>17</release>
4440
<useIncrementalCompilation>false</useIncrementalCompilation>
4541
<!-- https://issues.apache.org/jira/browse/MCOMPILER-209 -->
4642
</configuration>

src/it/MCOMPILER-346/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-compiler-plugin</artifactId>
5454
<version>@project.version@</version>
55-
<configuration>
56-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
57-
<source />
58-
<target />
59-
<release>17</release>
60-
</configuration>
6155
</plugin>
6256
</plugins>
6357
</build>

src/it/MCOMPILER-360/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-compiler-plugin</artifactId>
4444
<version>@project.version@</version>
45-
<configuration>
46-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
47-
<source />
48-
<target />
49-
<release>17</release>
50-
</configuration>
5145
</plugin>
5246
</plugins>
5347
</build>

src/it/MCOMPILER-366/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-compiler-plugin</artifactId>
5454
<version>@project.version@</version>
55-
<configuration>
56-
<release>17</release>
57-
</configuration>
5855
</plugin>
5956
</plugins>
6057
</pluginManagement>

src/it/MCOMPILER-373_mrjar/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ under the License.
3131
<artifactId>maven-compiler-plugin</artifactId>
3232
<version>@project.version@</version>
3333
<configuration>
34-
<!-- TODO: remove source and target after we identified where Maven inherits those values. -->
35-
<source />
36-
<target />
3734
<release>15</release>
3835
</configuration>
3936
<!-- define the possible compilations -->

0 commit comments

Comments
 (0)