Skip to content

Commit 6070d98

Browse files
committed
build: remove redundant maven-compiler testCompile execution
Tycho already compiles tests; the root POM's maven-compiler-plugin execution (id: compiletests) caused a second javac pass.
1 parent 7dfbf57 commit 6070d98

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -191,20 +191,6 @@
191191
</toolchains>
192192
</configuration>
193193
</plugin>
194-
<plugin>
195-
<groupId>org.apache.maven.plugins</groupId>
196-
<artifactId>maven-compiler-plugin</artifactId>
197-
<version>3.14.1</version>
198-
<executions>
199-
<execution>
200-
<id>compiletests</id>
201-
<phase>test-compile</phase>
202-
<goals>
203-
<goal>testCompile</goal>
204-
</goals>
205-
</execution>
206-
</executions>
207-
</plugin>
208194
<plugin>
209195
<groupId>org.eclipse.tycho</groupId>
210196
<artifactId>tycho-source-plugin</artifactId>

0 commit comments

Comments
 (0)