-
Notifications
You must be signed in to change notification settings - Fork 529
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
Cleanup Unused properties inside Mojos #259
Milestone
Comments
11 tasks
Relates to #248 |
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jul 8, 2020
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jul 8, 2020
12 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jul 8, 2020
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jul 8, 2020
rohanKanojia
added a commit
that referenced
this issue
Jul 8, 2020
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Signed-off-by: Tue Dissing <[email protected]>
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
TueDissingWork
pushed a commit
to TueDissingWork/jkube
that referenced
this issue
Jul 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are some mojo
@Parameter
properties inside our mojo which are not directly used in mojo and are used across various places inside JKube Kit.We had a discussion in #244 (comment) about this and we decided to revisit this and check all Mojos and remove all the properties which are not directly used in Mojos directly. An example of these kind of properties are these, which are now moved to OpenShiftResourceMojo:
https://github.com/eclipse/jkube/blob/48ccd83fc8ffd81e3d8716b4fa8b43177ae6755d/kubernetes-maven-plugin/plugin/src/main/java/org/eclipse/jkube/maven/plugin/mojo/build/ResourceMojo.java#L249-L260
The text was updated successfully, but these errors were encountered: