You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hide the 'From Archetype' input field in the Maven project type wizard if 'Parent' witch contains pom.xml is selected in the import project Wizard due to the maven archetype generation plugin restrictions.
benoitf
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
kind/bug
Outline of a bug - must adhere to the bug report template.
labels
Aug 9, 2018
vinokurig
changed the title
CHE-10360: Hide the 'From Archetype' field if parent folder is selected
[WIP] CHE-10360: Hide the 'From Archetype' field if parent folder is selected
Aug 13, 2018
vinokurig
changed the title
[WIP] CHE-10360: Hide the 'From Archetype' field if parent folder is selected
[WIP] CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected
Aug 13, 2018
vinokurig
changed the title
[WIP] CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected
CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected
Aug 14, 2018
benoitf
removed
the
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
label
Aug 22, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind/bugOutline of a bug - must adhere to the bug report template.
5 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Hide the 'From Archetype' input field in the Maven project type wizard if 'Parent' witch contains
pom.xmlis selected in the import project Wizard due to the maven archetype generation plugin restrictions.What issues does this PR fix or reference?
#10360
Release Notes
Fix bug with the maven archetype and selected (non root) project path.
Docs PR
N/A