-
Notifications
You must be signed in to change notification settings - Fork 35
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
helidon init compatibility support #918
base: master
Are you sure you want to change the base?
Conversation
archetype/engine-v2/src/main/java/io/helidon/build/archetype/engine/v2/ArchetypeEngineV2.java
Outdated
Show resolved
Hide resolved
archetype/engine-v2/src/main/java/io/helidon/build/archetype/engine/v2/ArchetypeEngineV2.java
Outdated
Show resolved
Hide resolved
cli/impl/src/main/java/io/helidon/build/cli/impl/InitCommand.java
Outdated
Show resolved
Hide resolved
archetype/engine-v2/src/main/java/io/helidon/build/archetype/engine/v2/ArchetypeEngineV2.java
Outdated
Show resolved
Hide resolved
maven-plugins/helidon-archetype-maven-plugin/src/it/projects/test7/postbuild.groovy
Outdated
Show resolved
Hide resolved
...s/helidon-archetype-maven-plugin/src/main/java/io/helidon/build/maven/archetype/JarMojo.java
Outdated
Show resolved
Hide resolved
cli/tests/functional/src/test/java/io/helidon/build/cli/tests/CliDistributionTest.java
Outdated
Show resolved
Hide resolved
cli/tests/functional/src/test/java/io/helidon/build/cli/tests/CliDistributionTest.java
Outdated
Show resolved
Hide resolved
helidon init compatibility support fix check compatibility in ArchetypeEngineV2.java add logs to test add logs to test, fix copyright fix check compatibility in ArchetypeEngineV2 use maven-remote-resources-plugin to share resources between modules refactoring refactoring code change after review fix IT test Signed-off-by: aserkes <[email protected]>
f0a1a3f
to
c4a0633
Compare
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
Fixes #906