From 6052d4063b91bb2f704487d4793b149856fbb10a Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 27 Nov 2017 15:34:41 +0000 Subject: [PATCH] Initial import. git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/remove-account-portlet@158834 82a268e6-3cf1-43bd-a215-b396298e98cf --- .settings/org.eclipse.wst.common.component | 2 +- pom.xml | 142 ++++++++++++--------- 2 files changed, 84 insertions(+), 60 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 965f84c..c04c574 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,7 +4,7 @@ - + diff --git a/pom.xml b/pom.xml index 938f2dd..84bd82b 100644 --- a/pom.xml +++ b/pom.xml @@ -14,47 +14,20 @@ war RemoveAccount Portlet 1.0.0-SNAPSHOT - - - - com.liferay.maven.plugins - liferay-maven-plugin - ${liferay.maven.plugin.version} - - - generate-sources - - build-css - - - - - ${liferay.auto.deploy.dir} - ${liferay.app.server.deploy.dir} - ${liferay.app.server.lib.global.dir} - ${liferay.app.server.portal.dir} - ${liferay.version} - portlet - - - - maven-compiler-plugin - 2.5 - - UTF-8 - 1.6 - 1.6 - - - - maven-resources-plugin - 2.5 - - UTF-8 - - - - + + + Liferay-v6.2-CE-(Tomcat-7)-(2) + + distro + 6.2.5 + 6.2.5 + /Users/massi/portal/liferay-portal-6.2-ce-ga6/deploy + /Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps + /Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/lib/ext + /Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/ROOT + + + @@ -67,11 +40,6 @@ - - org.gcube.portal - notifications-common-library - provided - org.gcube.dvos usermanagement-core @@ -130,17 +98,73 @@ provided - - - Liferay-v6.2-CE-(Tomcat-7)-(2) - - 6.2.5 - 6.2.5 - /Users/massi/portal/liferay-portal-6.2-ce-ga6/deploy - /Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps - /Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/lib/ext - /Users/massi/portal/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/ROOT - - - + + + + com.liferay.maven.plugins + liferay-maven-plugin + ${liferay.maven.plugin.version} + + + generate-sources + + build-css + + + + + ${liferay.auto.deploy.dir} + ${liferay.app.server.deploy.dir} + ${liferay.app.server.lib.global.dir} + ${liferay.app.server.portal.dir} + ${liferay.version} + portlet + + + + maven-compiler-plugin + 2.5 + + UTF-8 + 1.6 + 1.6 + + + + maven-resources-plugin + 2.5 + + UTF-8 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.5 + + + copy-profile + install + + copy-resources + + + target + + + ${distroDirectory} + true + + profile.xml + + + + + + + + + + + \ No newline at end of file