2019-12-03 17:03:19 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<ID></ID>
|
2019-12-05 14:26:23 +01:00
|
|
|
<Type>Portlet</Type>
|
2019-12-03 17:03:19 +01:00
|
|
|
<Profile>
|
2019-12-06 11:07:28 +01:00
|
|
|
<Description>${project.description}</Description>
|
2019-12-03 17:03:19 +01:00
|
|
|
<Class>PortletUser</Class>
|
2019-12-06 11:07:28 +01:00
|
|
|
<Name>${project.artifactId}</Name>
|
|
|
|
<Version>1.0.0</Version>
|
2019-12-03 17:03:19 +01:00
|
|
|
<Packages>
|
|
|
|
<Software>
|
2019-12-05 14:26:23 +01:00
|
|
|
<Name>${project.artifactId}</Name>
|
|
|
|
<Description>${project.description}</Description>
|
2019-12-03 17:03:19 +01:00
|
|
|
<MavenCoordinates>
|
2019-12-05 14:26:23 +01:00
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>${project.artifactId}</artifactId>
|
|
|
|
<version>${project.version}</version>
|
2019-12-03 17:03:19 +01:00
|
|
|
</MavenCoordinates>
|
|
|
|
<Files>
|
|
|
|
<File>${project.build.finalName}.${project.packaging}</File>
|
|
|
|
</Files>
|
|
|
|
</Software>
|
|
|
|
</Packages>
|
|
|
|
</Profile>
|
|
|
|
</Resource>
|