Updated Pom

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@98892 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-22 17:37:46 +00:00
parent 1fb564c5e2
commit 14b0dd95c8
7 changed files with 29 additions and 43 deletions

View File

@ -19,9 +19,6 @@
<dependent-module archiveName="tabular-data-widget-common-event-1.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-widget-common-event/tabular-data-widget-common-event">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-gwt-service-2.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-gwt-service/tabular-data-gwt-service">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="tabular-data-wizard-widget-1.3.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/tabular-data-wizard-widget/tabular-data-wizard-widget">
<dependency-type>uses</dependency-type>
</dependent-module>

23
log.txt

File diff suppressed because one or more lines are too long

33
pom.xml
View File

@ -14,6 +14,8 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-portlet</artifactId>
<version>2.3.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>tabular-data-portlet</name>
<description>tabular-data-portlet manages tabular data</description>
@ -38,6 +40,7 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<finalName>${artifactId}-${version}</finalName>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2014-07-04</release.date>
<wikiLink>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Service</wikiLink>
@ -53,7 +56,7 @@
on Linux? -->
<!-- <GLOBUS_LOCATION>${env.GLOBUS_LOCATION}</GLOBUS_LOCATION> -->
<KEYS>${env.KEYS}</KEYS>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
@ -312,21 +315,21 @@
<artifactId>tabular-data-toolbox-widget</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- tabular-data-extractcodelist-widget -->
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-extractcodelist-widget</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- tabular-data-unionwizard-widget -->
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-unionwizard-widget</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!--tabular-data-tasks-widget -->
<dependency>
@ -341,7 +344,7 @@
<artifactId>tabular-data-template</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT]</version>
</dependency>
<!-- tabular-data-column-operation-widget -->
<dependency>
<groupId>org.gcube-portlets.user.tdcolumnoperation</groupId>
@ -381,6 +384,8 @@
</dependencies>
<build>
<!-- Generate compiled stuff in the folder used for developing mode -->
<outputDirectory>${webappDirectory}/WEB-INF/classes</outputDirectory>
<resources>
@ -395,7 +400,6 @@
<plugins>
<!-- GWT Maven Plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
@ -405,6 +409,7 @@
<execution>
<configuration>
<extraJvmArgs>-Xmx1024M -Xss1024k -Dgwt.compiler.localWorkers=1</extraJvmArgs>
</configuration>
<goals>
<goal>compile</goal>
@ -415,12 +420,14 @@
<configuration>
<runTarget>tabulardataportlet.html</runTarget>
<hostedWebapp>${webappDirectory}</hostedWebapp>
<module>org.gcube.portlets.user.td.tabulardataportlet</module>
</configuration>
</plugin>
<!-- Copy static web files before executing gwt:run -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@ -429,11 +436,13 @@
<executions>
<execution>
<phase>compile</phase>
<!-- <goals> <goal>exploded</goal> </goals> -->
<!--<goals> <goal>exploded</goal> </goals> -->
</execution>
</executions>
<configuration>
<webappDirectory>${webappDirectory}</webappDirectory>
<warName> ${project.build.finalName}</warName>
<!-- Include static jar into WEB-INF/lib -->
<!-- <webResources> <resource> <directory>lib</directory> <includes>
<include>*.jar</include> </includes> <targetPath>WEB-INF/lib</targetPath>
@ -503,11 +512,10 @@
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
@ -530,6 +538,7 @@
</filesets>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
@ -538,6 +547,7 @@
<descriptors>
<descriptor>${templatesDirectory}/descriptor.xml</descriptor>
</descriptors>
<finalName>${project.build.finalName}</finalName>
</configuration>
<executions>
<execution>
@ -546,6 +556,7 @@
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
@ -564,5 +575,5 @@
</dependency>
</dependencies>
</dependencyManagement>
<packaging>war</packaging>
</project>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<portlet-app xmlns='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd' version='2.0'>
<portlet>
<description>TabularDataPortlet</description>
<description>TabularDataPortlet</description>
<portlet-name>TabularDataPortlet</portlet-name>
<display-name>TabularDataPortlet</display-name>
<portlet-class>org.gcube.portlets.user.td.server.portlet.TabularDataPortlet</portlet-class>

View File

@ -4,7 +4,7 @@
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
<!-- Servlets -->
<servlet>
<servlet-name>tdservlet</servlet-name>

View File

@ -25,7 +25,7 @@
<files>
<file>
<source>${distroDirectory}/svnpath.txt</source>
<outputDirectory>/${artifactId}</outputDirectory>
<outputDirectory>/${artifactId}-${version}</outputDirectory>
</file>
<file>
<source>${configDirectory}/profile.xml</source>
@ -33,7 +33,8 @@
</file>
<file>
<source>target/${build.finalName}.${packaging}</source>
<outputDirectory>/${artifactId}</outputDirectory>
<outputDirectory>/${artifactId}-${version}</outputDirectory>
</file>
</files>
</assembly>

View File

@ -6,7 +6,7 @@
<Description>${project.description}</Description>
<Class>PortletsUser</Class>
<Name>${project.name}</Name>
<Version>1.0.0</Version>
<Version>${version}</Version>
<Packages>
<Software>
<Description>${project.description}</Description>
@ -19,7 +19,7 @@
</MavenCoordinates>
<Type>webapplication</Type>
<Files>
<File>${project.build.finalName}.${project.packaging}</File>
<File>${project.build.finalName}.${project.packaging}</File>
</Files>
</Software>
</Packages>