We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfbf57 commit 6070d98Copy full SHA for 6070d98
1 file changed
pom.xml
@@ -191,20 +191,6 @@
191
</toolchains>
192
</configuration>
193
</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>
208
<plugin>
209
<groupId>org.eclipse.tycho</groupId>
210
<artifactId>tycho-source-plugin</artifactId>
0 commit comments