25 lines
683 B
XML
25 lines
683 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<ID></ID>
|
||
|
<Type>Library</Type>
|
||
|
<Profile>
|
||
|
<Description>DataMiner - a WPS version of the Statistical Manager</Description>
|
||
|
<Class>DataMiner</Class>
|
||
|
<Name>${artifactId}</Name>
|
||
|
<Version>1.0.0</Version>
|
||
|
<Packages>
|
||
|
<Software>
|
||
|
<Name>${artifactId}</Name>
|
||
|
<Version>${version}</Version>
|
||
|
<MavenCoordinates>
|
||
|
<groupId>${groupId}</groupId>
|
||
|
<artifactId>${artifactId}</artifactId>
|
||
|
<version>${version}</version>
|
||
|
</MavenCoordinates>
|
||
|
<Files>
|
||
|
<File>${build.finalName}.jar</File>
|
||
|
</Files>
|
||
|
</Software>
|
||
|
</Packages>
|
||
|
</Profile>
|
||
|
</Resource>
|