Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven-install-plugin-3.x' into M…
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Aug 15, 2024
2 parents c22d3b5 + 30ca28e commit 0f089fc
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>42</version>
<version>43</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -190,19 +190,6 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>none</proc>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>run-its</id>
Expand Down

0 comments on commit 0f089fc

Please sign in to comment.