Skip to content

Commit

Permalink
fix pom.xml file warning
Browse files Browse the repository at this point in the history
fix the following warning:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-antrun-plugin:3.1.0:run (execution: default, phase: compile)
  • Loading branch information
ashitsalesforce committed Oct 31, 2023
1 parent 163fb1f commit fc50c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
</testResource>
</testResources>

<pluginManagement>
<plugins>
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/versions-maven-plugin -->
<plugin>
Expand Down Expand Up @@ -523,5 +524,6 @@
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit fc50c6a

Please sign in to comment.