-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: liferay-faces-2.1.4-ga5, liferay-faces-2.2.4-ga5, liferay-faces-3.0.4-legacy-ga5, liferay-faces-3.0.4-ga5, liferay-faces-3.1.4-ga5, liferay-faces-3.2.4-ga5, liferay-faces-4.2.5-ga6
-
Component/s: ZZZ: Legacy - POM
-
Labels:None
In order to facilitate a fix with the LiferayMavenProjectConfigurator class in Liferay IDE, it is necessary to add the following configuration:
<build> <plugins> <plugin> <groupId>com.liferay.maven.plugins</groupId> <artifactId>liferay-maven-plugin</artifactId> <configuration> <pluginType>portlet</pluginType> </configuration> </plugin> </plugins> </build>
- is related to
-
FACES-2159 Enable Liferay IDE to identify Liferay Faces demo/issue/test portlets as Liferay portlets
-
- Closed
-