-
Notifications
You must be signed in to change notification settings - Fork 2k
Add automatic module names #2681
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
Add automatic module names #2681
Conversation
@@ -22,7 +22,6 @@ | |||
<plugin> | |||
<groupId>org.apache.felix</groupId> | |||
<artifactId>maven-bundle-plugin</artifactId> | |||
<version>5.1.9</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version already defined in parent pom
@@ -35,7 +35,6 @@ | |||
<plugin> | |||
<groupId>org.apache.felix</groupId> | |||
<artifactId>maven-bundle-plugin</artifactId> | |||
<version>5.1.9</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version already defined in parent pom
@@ -25,6 +25,11 @@ | |||
<groupId>org.apache.felix</groupId> | |||
<artifactId>maven-bundle-plugin</artifactId> | |||
<extensions>true</extensions> | |||
<configuration> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The alignment looks wrong here because this file has a mix of tabs and spaces. Let me know if I should format the entire file for consistency.
/easycla |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, loffing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Whoops. Looks like I inadvertently removed the LGTM label by syncing my fork. |
/lgtm |
CRD generation is flaking for some reason. Manual merge. |
Fix #2656 by adding
Automatic-Module-Name
manifest headers to appropriate jars. Values for the headers are derived from artifact IDs.These modules can be used as follows: