diff --git a/descriptor.xml b/descriptor.xml new file mode 100644 index 0000000..b3f5628 --- /dev/null +++ b/descriptor.xml @@ -0,0 +1,31 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + changelog.xml + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + \ No newline at end of file diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..b5c7b79 --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,17 @@ + + + Modified text to make evident you can create an account via SSO + + + + The created account now automatic set email as verified + + + + First release + + + diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..b3f5628 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,31 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + changelog.xml + profile.xml + + 755 + true + + + + + target/${build.finalName}.${project.packaging} + /${artifactId} + + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..51c3b6b --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Service + + ${description} + PortletUser + ${artifactId} + ${version} + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + target/${build.finalName}.war + + + + + diff --git a/pom.xml b/pom.xml index 67ca998..a5cddaa 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,8 @@ distro + 1.8 + 1.8 6.2.5 6.2.10.12 /Users/massi/portal/liferay-portal-6.2-ce-ga6/deploy @@ -184,21 +186,27 @@ 1.8 - + + maven-resources-plugin + 2.5 + + UTF-8 + + org.apache.maven.plugins - maven-assembly-plugin + maven-javadoc-plugin - - ${distroDirectory}/descriptor.xml - + -Xdoclint:none + -Xdoclint:none + 3.1.0 - servicearchive + generate-doc install - single + jar