Skip to content

Commit

Permalink
FACES-2159 (REVERT) Enable Liferay IDE to identify Liferay Faces demo…
Browse files Browse the repository at this point in the history
…/issue/test portlets as Liferay portlets
  • Loading branch information
ngriffin7a committed Mar 18, 2015
1 parent 6c611b3 commit 332b697
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions demos/pom.xml
Expand Up @@ -187,11 +187,6 @@
</profiles>
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration>
Expand Down
5 changes: 0 additions & 5 deletions issues/pom.xml
Expand Up @@ -19,11 +19,6 @@

<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions test/bridge-tck/bridge-tck-lifecycle-set-portlet/pom.xml
Expand Up @@ -91,11 +91,6 @@
<!-- but the "unpack" approach found below meets our needs better than the maven-assembly-plugin -->
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions test/bridge-tck/bridge-tck-main-portlet/pom.xml
Expand Up @@ -277,11 +277,6 @@
<!-- but the "unpack" approach found below meets our needs better than the maven-assembly-plugin -->
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.appfuse.plugins</groupId>
<artifactId>maven-warpath-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions test/bridge-tck/bridge-tck-render-policy1-portlet/pom.xml
Expand Up @@ -91,11 +91,6 @@
<!-- but the "unpack" approach found below meets our needs better than the maven-assembly-plugin -->
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions test/bridge-tck/bridge-tck-render-policy2-portlet/pom.xml
Expand Up @@ -91,11 +91,6 @@
<!-- but the "unpack" approach found below meets our needs better than the maven-assembly-plugin -->
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions test/bridge-tck/bridge-tck-render-policy3-portlet/pom.xml
Expand Up @@ -91,11 +91,6 @@
<!-- but the "unpack" approach found below meets our needs better than the maven-assembly-plugin -->
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions test/bridge-tck/bridge-tck-response-wrapper-portlet/pom.xml
Expand Up @@ -91,11 +91,6 @@
<!-- but the "unpack" approach found below meets our needs better than the maven-assembly-plugin -->
<build>
<plugins>
<!-- FACES-2159: Liferay IDE requires liferay-maven-plugin to be specified -->
<plugin>
<groupId>com.liferay.maven.plugins</groupId>
<artifactId>liferay-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
Expand Down

0 comments on commit 332b697

Please sign in to comment.