Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0 M2
-
None
Description
The new liferay plugin project wizard when using maven projects lets users select existing profiles to attach to the project or create new ones.
Because of this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=421943
We should not let the user select any profile that has a space in it or create a new profile that has a space.
So if existing profiles have spaces we should simply not show them in the 'select' dialog. Also the new maven profile dialog provides a default value for the new profile id. the default value should not produce any values with spaces. (simply replace them with '-') and also if the user does manually type in an 'id' that has spaces, we should mark it with a validation error stating that 'no' spaces are allowed.