diff --git src/assembly/binary-layout.xml src/assembly/binary-layout.xml new file mode 100644 index 0000000..1e2e37e --- /dev/null +++ src/assembly/binary-layout.xml @@ -0,0 +1,90 @@ + + + + + binary + + tar.gz + + + + + ${basedir}/*.txt + + share/doc/hbase + + + conf + etc/hbase + + + bin + 755 + + + src/main/ruby + share/hbase/lib/ruby + + + target + share/hbase + + hbase-${project.version}.jar + hbase-${project.version}-tests.jar + + + + target/hbase-webapps + share/hbase/hbase-webapps + + + target/site + share/doc/hbase + + + src/packages/templates/conf + share/hbase/templates/conf + + + src/packages + sbin + 755 + + hbase-setup-conf.sh + update-hbase-env.sh + + + + + + share/hbase/lib + false + runtime + + org.apache.hbase:hbase + + + + diff --git src/assembly/deb-layout.xml src/assembly/deb-layout.xml new file mode 100644 index 0000000..c31c603 --- /dev/null +++ src/assembly/deb-layout.xml @@ -0,0 +1,95 @@ + + + + + deb + + dir + + + + + ${basedir}/*.txt + + share/doc/hbase + + + conf + etc/hbase + + + bin + 755 + + + src/main/ruby + share/hbase/lib/ruby + + + target + share/hbase + + hbase-${project.version}.jar + hbase-${project.version}-tests.jar + + + + target/hbase-webapps + share/hbase/hbase-webapps + + + target/site + share/doc/hbase + + + src/packages/templates/conf + share/hbase/templates/conf + + + src/packages + sbin + 755 + + hbase-setup-conf.sh + update-hbase-env.sh + + + + src/packages/deb/init.d + sbin + 755 + + + + + share/hbase/lib + false + runtime + + org.apache.hbase:hbase + + + + diff --git src/assembly/rpm-layout.xml src/assembly/rpm-layout.xml new file mode 100644 index 0000000..314d919 --- /dev/null +++ src/assembly/rpm-layout.xml @@ -0,0 +1,95 @@ + + + + + rpm + + tar.gz + + + + + ${basedir}/*.txt + + share/doc/hbase + + + conf + etc/hbase + + + bin + 755 + + + src/main/ruby + share/hbase/lib/ruby + + + target + share/hbase + + hbase-${project.version}.jar + hbase-${project.version}-tests.jar + + + + target/hbase-webapps + share/hbase/hbase-webapps + + + target/site + share/doc/hbase + + + src/packages/templates/conf + share/hbase/templates/conf + + + src/packages + sbin + 755 + + hbase-setup-conf.sh + update-hbase-env.sh + + + + src/packages/rpm/init.d + sbin + 755 + + + + + share/hbase/lib + false + runtime + + org.apache.hbase:hbase + + + +