Enis Soztutar created PHOENIX-1969:
--------------------------------------
Summary: Release tarball should be created from mvn assembly
Key: PHOENIX-1969
URL: https://issues.apache.org/jira/browse/PHOENIX-1969
Project: Phoenix
Issue Type: Bug
Reporter: Enis Soztutar
As discussed in PHOENIX-1945 and in the dev mail thread, Phoenix should have
only 1 tarball format. Right now, the tarball created from phoenix-assembly,
and the tarball created from dev/make_rc.sh does not match.
In HBase, our make_rc.sh script just calls the
{code}
${mvn} install -DskipTests site assembly:single -Prelease
{code}
and
{code}
MAVEN_OPTS="${mvnopts}" ${mvn} clean install -DskipTests assembly:single
-Dassembly.file="${HBASE_HOME}/hbase-assembly/src/main/assembly/src.xml"
-Prelease
{code}
So, both the src tarball, and the binary tarball are created from hbase-asembly
module.
The tarball's are also detached, so only created when needed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)