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

Migrate Fabric8 Maven Plugin to Eclipse JKube #134

Open
wants to merge 2 commits into
base: stable-ocp-3.11
Choose a base branch
from

Conversation

rohanKanojia
Copy link

Eclipse JKube is new rebranded and refactored version of Fabric8 Maven Plugin. In the future, support for Fabric8 Maven Plugin would be dropped.

Generated from Eclipse JKube migrate goal:

  • For Red Hat OpenShift:
mvn org.eclipse.jkube:openshift-maven-plugin:migrate
  • For Kubernetes:
mvn org.eclipse.jkube:kubernetes-maven-plugin:migrate

I wasn't able to compile review-service which is also using FMP. I'm facing this error(maybe this is due to deprecated wildfly swarm being used):

[ERROR] Failed to execute goal org.wildfly.swarm:wildfly-swarm-plugin:2017.12.1:package (default) on project review-service: Execution default of goal org.wildfly.swarm:wildfly-swarm-plugin:2017.12.1:package failed: An API incompatibility was encountered while executing org.wildfly.swarm:wildfly-swarm-plugin:2017.12.1:package: java.lang.AbstractMethodError: null
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>org.wildfly.swarm:wildfly-swarm-plugin:2017.12.1

[Eclipse JKube](https://github.com/eclipse/jkube) is new rebranded and refactored
version of [Fabric8 Maven Plugin](https://github.com/fabric8io/fabric8-maven-plugin).
In future, support for Fabric8 Maven Plugin would be dropped.

Generated from Eclipse JKube [migrate goal](https://www.eclipse.org/jkube/docs/migration-guide/):
- For Red Hat OpenShift:
```
mvn org.eclipse.jkube:openshift-maven-plugin:migrate
```
- For Kubernetes:
```
mvn org.eclipse.jkube:kubernetes-maven-plugin:migrate
```
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