From: Mathieu Baudier Date: Sat, 5 May 2018 17:21:36 +0000 (+0200) Subject: Argeo Office packaged as zip X-Git-Tag: argeo-suite-2.1.13~41 X-Git-Url: https://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=commitdiff_plain;h=6ab918c8088898d24f1e7e2966a7b702f20371a5 Argeo Office packaged as zip --- diff --git a/dist/argeo-office/.gitignore b/dist/argeo-office/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/dist/argeo-office/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/dist/argeo-office/assembly/argeo-office-e4-rap.xml b/dist/argeo-office/assembly/argeo-office-e4-rap.xml new file mode 100644 index 0000000..30733b4 --- /dev/null +++ b/dist/argeo-office/assembly/argeo-office-e4-rap.xml @@ -0,0 +1,47 @@ + + dist + argeo-office + + dir + zip + + + + base + + 0644 + + ** + + + offline.bat + + + + + + false + ${artifact.groupId}/${artifact.artifactId}-${artifact.version}.${artifact.extension} + share/osgi + + + true + true + + + org.argeo.commons:osgi-boot:zip:*:* + + + + true + true + + + org.argeo.commons:argeo-node:zip:*:* + + + + \ No newline at end of file diff --git a/dist/argeo-office/base/etc/argeo/conf.d/argeo-office.ini b/dist/argeo-office/base/etc/argeo/conf.d/argeo-office.ini new file mode 100644 index 0000000..cbfa365 --- /dev/null +++ b/dist/argeo-office/base/etc/argeo/conf.d/argeo-office.ini @@ -0,0 +1,5 @@ +argeo.osgi.start.3.suite=\ +org.argeo.suite.cms + +argeo.osgi.start.5.suite=\ +org.argeo.suite.e4.rap diff --git a/dist/argeo-office/pom.xml b/dist/argeo-office/pom.xml new file mode 100644 index 0000000..0cf70b9 --- /dev/null +++ b/dist/argeo-office/pom.xml @@ -0,0 +1,107 @@ + + 4.0.0 + + org.argeo.suite + dist + 0.1.13-SNAPSHOT + .. + + argeo-office + pom + Argeo Office + + + dist + + + org.argeo.suite + org.argeo.suite.dep.e4.rap + 0.1.13-SNAPSHOT + + + org.argeo.commons + osgi-boot + zip + ${version.argeo-commons} + + + org.argeo.commons + argeo-node + zip + ${version.argeo-commons} + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + argeo-suite-${project.version} + false + + assembly/argeo-office-e4-rap.xml + + + + + assembly-base + package + + single + + + + + + + + + rpmbuild + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-node + package + + rpm + + + argeo-office + + + /etc/node/conf.d + root + node + 640 + noreplace + false + + + base/etc/node/conf.d + + *.ini + *.txt + + + + + + + argeo-suite-e4-rap + + + + + + + + + + diff --git a/dist/pom.xml b/dist/pom.xml new file mode 100644 index 0000000..516e3c3 --- /dev/null +++ b/dist/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.argeo.suite + argeo-suite + 0.1.13-SNAPSHOT + .. + + dist + Argeo Suite Distributions + pom + + argeo-office + + diff --git a/pom.xml b/pom.xml index 8e388a9..2af0413 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,7 @@ org.argeo.suite.workbench.rap dep + dist 0.1.13-SNAPSHOT