diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..a01bf47 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,30 @@ + + portal + + tar.gz + + / + + + ${distroDirectory} + /META-INF + true + + README + LICENSE + changelog.xml + + 755 + true + + + Portal-Bundle + / + true + 755 + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 72dd379..ad6a578 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ 7.0.62 + distro @@ -249,6 +250,25 @@ + + org.apache.maven.plugins + maven-assembly-plugin + + false + + distro/descriptor.xml + + + + + portal + package + + single + + + +