34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Resource xmlns:p1="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<ID/>
|
||
|
<Type>Service</Type>
|
||
|
<Profile>
|
||
|
<Description>The gCube Data Trasfer HTTP URI resolver</Description>
|
||
|
<Class>DataTransfer</Class>
|
||
|
<Name>${artifactId}</Name>
|
||
|
<Version>1.0.0</Version>
|
||
|
<Packages>
|
||
|
<Software>
|
||
|
<Description>The gCube Data Trasfer HTTP URI resolver</Description>
|
||
|
<Name>${artifactId}</Name>
|
||
|
<Version>${version}</Version>
|
||
|
<MavenCoordinates>
|
||
|
<groupId>${groupId}</groupId>
|
||
|
<artifactId>${artifactId}</artifactId>
|
||
|
<version>${version}</version>
|
||
|
</MavenCoordinates>
|
||
|
<MultiVersion value="true"/>
|
||
|
<Mandatory level="GHN"/>
|
||
|
<Shareable level="VO"/>
|
||
|
<GHNRequirements>
|
||
|
<Requirement category="Site" operator="ge" requirement="string" value="java1.5"/>
|
||
|
</GHNRequirements>
|
||
|
<SpecificData>text</SpecificData>
|
||
|
<Type>library</Type>
|
||
|
<Files>
|
||
|
<File>${build.finalName}.war</File>
|
||
|
</Files>
|
||
|
</Software>
|
||
|
</Packages>
|
||
|
</Profile>
|
||
|
</Resource>
|