Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inject-maven-plugin: Add default lifecycle and goal support #544

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

rbygrave
Copy link
Contributor

Add META-INF/plexus/components.xml with default lifecycle and goal such that the maven plugin can be used with extensions true like:

io.avaje avaje-inject-maven-plugin 10.0-RC2 true

Add META-INF/plexus/components.xml with default lifecycle and goal
such that the maven plugin can be used with extensions true like:

<plugin>
  <groupId>io.avaje</groupId>
  <artifactId>avaje-inject-maven-plugin</artifactId>
  <version>10.0-RC2</version>
  <extensions>true</extensions>
</plugin>
@rbygrave rbygrave added this to the 10.0 milestone Apr 18, 2024
@rbygrave rbygrave self-assigned this Apr 18, 2024
@rbygrave rbygrave merged commit 8f9d93c into master Apr 18, 2024
1 of 7 checks passed
@rbygrave rbygrave deleted the feature/maven-plugin-extensions branch April 18, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant