diff --git a/.classpath b/.classpath index 04023d0..2998aa3 100644 --- a/.classpath +++ b/.classpath @@ -6,11 +6,6 @@ - - - - - diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/pom.xml b/pom.xml index b3d645c..4ca5572 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ maven-parent org.gcube.tools - 1.0.0 + 1.1.0 org.gcube.portlets.user @@ -17,26 +17,21 @@ Workspace Widget - scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId} - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId} - http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId} + scm:git:https://code-repo.d4science.org/gCubeSystem/workspace-widget-portlet.git + scm:git:https://code-repo.d4science.org/gCubeSystem/workspace-widget-portlet.git + https://code-repo.d4science.org/gCubeSystem/workspace-widget-portlet - - - Liferay-v6.2-CE-(Tomcat-7)-(2) - - distro - 1.8 - 1.8 - 6.2.5 - 6.2.10.12 - /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 - - - + + distro + 1.8 + 1.8 + 6.2.5 + 6.2.10.12 + /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 + @@ -153,7 +148,6 @@ maven-compiler-plugin - 2.5 UTF-8 1.8 @@ -167,26 +161,6 @@ UTF-8 - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2 - - - ${distroDirectory}/descriptor.xml - - - - - servicearchive - install - - single - - - - \ No newline at end of file