You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by as...@apache.org on 2018/04/23 21:23:23 UTC

[2/2] portals-pluto git commit: PLUTO-702 Do not include beans.xml in PortletHubDemo since Pluto doesn't require CDI for portlet registration

PLUTO-702 Do not include beans.xml in PortletHubDemo since Pluto doesn't require CDI for portlet registration


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/66bc10b8
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/66bc10b8
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/66bc10b8

Branch: refs/heads/master
Commit: 66bc10b8c6b39b79dd0b3d0592b10d97172b72d0
Parents: 93bc573
Author: Neil Griffin <ne...@gmail.com>
Authored: Mon Apr 23 17:23:03 2018 -0400
Committer: Neil Griffin <ne...@gmail.com>
Committed: Mon Apr 23 17:23:03 2018 -0400

----------------------------------------------------------------------
 PortletHubDemo/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/66bc10b8/PortletHubDemo/pom.xml
----------------------------------------------------------------------
diff --git a/PortletHubDemo/pom.xml b/PortletHubDemo/pom.xml
index 4ac63a5..f1b3cc0 100644
--- a/PortletHubDemo/pom.xml
+++ b/PortletHubDemo/pom.xml
@@ -184,6 +184,7 @@
                  <artifactId>maven-war-plugin</artifactId>
                  <configuration>
                    <packagingExcludes>
+                       WEB-INF/beans.xml,
                        WEB-INF/liferay-portlet.xml,
                        WEB-INF/classes/log4j.properties
                    </packagingExcludes>