diff --git a/descriptor.xml b/descriptor.xml new file mode 100644 index 0000000..aa4f1ca --- /dev/null +++ b/descriptor.xml @@ -0,0 +1,32 @@ + + + servicearchive + + tar.gz + + / + + + . + ${file.separator} + true + + README.md + LICENSE.md + CHANGELOG.md + profile.xml + + 755 + true + + + + + target${file.separator}${build.finalName}.${project.packaging} + ${file.separator}${artifactId} + + + \ No newline at end of file diff --git a/profile.xml b/profile.xml new file mode 100644 index 0000000..0fe7047 --- /dev/null +++ b/profile.xml @@ -0,0 +1,25 @@ + + + + Portlet + + ${project.description} + PortletUser + ${project.artifactId} + 1.0.0 + + + ${project.artifactId} + ${project.description} + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + ${project.build.finalName}.${project.packaging} + + + + + diff --git a/service_archive.xml b/service_archive.xml new file mode 100644 index 0000000..7fb882c --- /dev/null +++ b/service_archive.xml @@ -0,0 +1,18 @@ + + org.apache.maven.plugins + maven-assembly-plugin + + + descriptor.xml + + + + + servicearchive + install + + single + + + + \ No newline at end of file