diff --git a/BUILDING.txt b/BUILDING.txt index 11213b8..03ab4f7 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -10,7 +10,7 @@ After installing go, to build, run: To build a tarball, do: - $ mvn clean install -DskipTests assembly:single + $ mvn clean install -DskipTests assembly:single -Pdist This will build a tarball into ./target. diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 5c37dc8..bb973f3 100644 --- a/htrace-core/pom.xml +++ b/htrace-core/pom.xml @@ -32,13 +32,6 @@ language governing permissions and limitations under the License. --> - - maven-assembly-plugin - - true - - - org.apache.maven.plugins maven-source-plugin @@ -161,4 +154,21 @@ language governing permissions and limitations under the License. --> 2.4.0 + + + + dist + + + + + maven-assembly-plugin + + true + + + + + + diff --git a/htrace-flume/pom.xml b/htrace-flume/pom.xml index 9e7358b..ef0fa38 100644 --- a/htrace-flume/pom.xml +++ b/htrace-flume/pom.xml @@ -34,10 +34,8 @@ language governing permissions and limitations under the License. --> - maven-assembly-plugin - true jar-with-dependencies @@ -108,4 +106,21 @@ language governing permissions and limitations under the License. --> test + + + + dist + + + + + maven-assembly-plugin + + true + + + + + + diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml index c2407fe..09d1a28 100644 --- a/htrace-hbase/pom.xml +++ b/htrace-hbase/pom.xml @@ -52,7 +52,6 @@ language governing permissions and limitations under the License. --> maven-assembly-plugin - true jar-with-dependencies @@ -189,6 +188,20 @@ language governing permissions and limitations under the License. --> + + dist + + + + + maven-assembly-plugin + + true + + + + + diff --git a/htrace-zipkin/pom.xml b/htrace-zipkin/pom.xml index db58a10..caced6a 100644 --- a/htrace-zipkin/pom.xml +++ b/htrace-zipkin/pom.xml @@ -32,10 +32,8 @@ language governing permissions and limitations under the License. --> - maven-assembly-plugin - true jar-with-dependencies @@ -102,4 +100,22 @@ language governing permissions and limitations under the License. --> 1.7 + + + + dist + + + + + maven-assembly-plugin + + true + + + + + + + diff --git a/pom.xml b/pom.xml index bf85272..7145092 100644 --- a/pom.xml +++ b/pom.xml @@ -209,6 +209,10 @@ language governing permissions and limitations under the License. --> + + maven-assembly-plugin + 2.5.3 + @@ -260,19 +264,6 @@ language governing permissions and limitations under the License. --> - maven-assembly-plugin - 2.5.3 - - - false - gnu - htrace-${project.version} - - src/main/assembly/src.xml - - - - org.apache.maven.plugins maven-surefire-plugin @@ -318,4 +309,26 @@ language governing permissions and limitations under the License. --> file:///tmp + + + + dist + + + + maven-assembly-plugin + + + false + gnu + htrace-${project.version} + + src/main/assembly/src.xml + + + + + + +