hi all:In hbase 0.94, we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase sources using mvn command:
mvn clean package -DskipTests -DtarBut it doesn't work on hbase trunk. From the search result, i try this cmd in hbase trunk
mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly The output show:[INFO] Assemblies have been skipped per configuration of the skipAssembly parameter.
.... Any one can help me ? thx.