We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75955fb commit 30ca28eCopy full SHA for 30ca28e
pom.xml
@@ -23,7 +23,7 @@
23
<parent>
24
<groupId>org.apache.maven.plugins</groupId>
25
<artifactId>maven-plugins</artifactId>
26
- <version>42</version>
+ <version>43</version>
27
<relativePath />
28
</parent>
29
@@ -191,19 +191,6 @@
191
</dependency>
192
</dependencies>
193
194
- <build>
195
- <plugins>
196
- <plugin>
197
- <groupId>org.apache.maven.plugins</groupId>
198
- <artifactId>maven-compiler-plugin</artifactId>
199
- <configuration>
200
- <proc>none</proc>
201
- <showDeprecation>true</showDeprecation>
202
- </configuration>
203
- </plugin>
204
- </plugins>
205
- </build>
206
-
207
<profiles>
208
<profile>
209
<id>run-its</id>
0 commit comments