Skip to content

Commit

Permalink
removed lifecycle-mapping plugin, fixes lsp used for vscode/nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
stalep authored and whitingjr committed Mar 5, 2024
1 parent 3ed213f commit 5376d0b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,30 +232,6 @@
<artifactId>maven-resources-plugin</artifactId>
<version>${version.maven.resources}</version>
</plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<versionRange>[1.7,)</versionRange>
<goals>
<goal>run</goal>
</goals>
<action>
<ignore />
</action>
</pluginExecutionFilter>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
Expand Down

0 comments on commit 5376d0b

Please sign in to comment.