Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.2.1
-
None
-
None
-
Liferay IDE 2.2.1.201411200728-ga2
Description
Reproduce steps
1. create a maven ext project names "test", without add profile yet
2.in Markers , use quick fix to create a new maven profile . the profile will be added to pom.xml file in test-ext project
3.update project , there will be alot maven dependency problems about missing artifact and failed to read ${liferay.version} type artifacts
While if I create an maven ext project names "test2" with create the profile in wizard at the same time, the profile will be added to pom.xml file in test2 project . and also no errors with sub projects
the same problem also happens with maven service builder project