Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
None
Description
When you create a new maven workspace from version 1.0.2 of com.liferay.project.templates.workspace it by default puts init-bundle in the default lifecycle of 'post-integration-test' so by default executes for any 'clean install' lifecycle. Which is not what you want for basic development.
By default this should be commented out and developers would just run "mvn liferay:init-bundle" manually on demand instead as a part of default lifecycle.