Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
remove m2e specific lifecycle mapping metadata
  • Loading branch information
kwin committed Nov 9, 2022
1 parent c22e5a5 commit c34c3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ under the License.
<version>${resolverVersion}</version>
<scope>provided</scope>
</dependency>
<!-- incremental build support (http://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html) -->
<!-- IDE build support (http://www.eclipse.org/m2e/documentation/m2e-making-maven-plugins-compat.html) -->
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public abstract class AbstractDependencyMojo


/**
* For m2e incremental build support
* For IDE build support
*/
@Component
private BuildContext buildContext;
Expand Down

0 comments on commit c34c3c7

Please sign in to comment.