Lucio Lelii 2017-02-22 10:50:18 +00:00
parent 7f6b26e1a6
commit 5a65ee2138
7 changed files with 68 additions and 66 deletions

View File

@ -1 +0,0 @@
Used as service in the gCube Framework

View File

@ -1,6 +1,4 @@
gCube System - License gCube System - License
------------------------------------------------------------ ------------------------------------------------------------
The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). ${gcube.license}
The software and documentation is provided by its authors/distributors "as is" and no expressed or
implied warranty is given for its use, quality or fitness for a particular case.

View File

@ -1,2 +0,0 @@
Lucio lelii (lucio.lelii@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".

View File

@ -1,45 +1,66 @@
The gCube System - tabular data service The gCube System - ${name}
--------------------------------------------------
------------------------------------------------------------
${description}
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2),
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1). ${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
* Lucio Lelii (lucio.lelii@isti.cnr.it), CNR Pisa, * Lucio Lelii (lucio.lelii@isti.cnr.it), CNR, Italy
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
Maintainers
Version and Release Date
------------------------
v. 1.0.0
* First release
Description
----------- -----------
* Lucio Lelii (lucio.lelii@isti.cnr.it), CNR, Italy
Download information
-------------------- Download information
--------------------------------------------------
Source code is available from SVN:
${scm.url}
Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}
Documentation Documentation
------------- --------------------------------------------------
Documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}
Support
--------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool:
${gcube.issueTracking}
Licensing Licensing
--------- --------------------------------------------------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory. This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -9,15 +9,14 @@
<baseDirectory>/</baseDirectory> <baseDirectory>/</baseDirectory>
<fileSets> <fileSets>
<fileSet> <fileSet>
<directory>/home/lucio/workspace/imarine/tabular-data-service/distro</directory> <directory>${distroDirectory}</directory>
<outputDirectory>/</outputDirectory> <outputDirectory>/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes> <useDefaultExcludes>true</useDefaultExcludes>
<includes> <includes>
<include>README</include> <include>README</include>
<include>LICENSE</include> <include>LICENSE</include>
<include>INSTALL</include>
<include>MAINTAINERS</include>
<include>changelog.xml</include> <include>changelog.xml</include>
<include>profile.xml</include>
</includes> </includes>
<fileMode>755</fileMode> <fileMode>755</fileMode>
<filtered>true</filtered> <filtered>true</filtered>
@ -25,13 +24,9 @@
</fileSets> </fileSets>
<files> <files>
<file> <file>
<source>target/tabular-data-manager.war</source> <source>target/${build.finalName}.${project.packaging}</source>
<outputDirectory>/tabular-data-manager</outputDirectory> <outputDirectory>/${artifactId}</outputDirectory>
</file>
<file>
<source>/home/lucio/workspace/imarine/tabular-data-service/distro/svnpath.txt</source>
<outputDirectory>/tabular-data-manager</outputDirectory>
<filtered>true</filtered>
</file> </file>
</files> </files>
</assembly> </assembly>

View File

View File

@ -280,15 +280,6 @@
<target>1.7</target> <target>1.7</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<warName>tabular-data-manager</warName>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>