I noticed this issue while trying to verify https://issues.apache.org/jira/browse/WHIRR-442 (I have the latest trunk):
when I run the following: $ mvn -DskipTests -Pjavadoc -Ppackage clean package assembly:assembly it declares success. It is generating -rw-rw-r-- 1 phunt phunt 221367 2011-12-08 14:35 whirr-0.7.0-SNAPSHOT-src.tar.gz -rw-rw-r-- 1 phunt phunt 221374 2011-12-08 14:36 whirr-0.7.0-SNAPSHOT.tar.gz shouldn't the binary artifact be much larger? When I unpack either archive I get "whirr-0.7.0-SNAPSHOT-src/" I tried both mvn2 and mvn3 - same results. Bug or I'm doing something wrong? Patrick mvn --version Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) Maven home: /home/phunt/bin/apache-maven-3.0.3 Java version: 1.6.0_26, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-sun-1.6.0.26/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.0.0-13-generic-pae", arch: "i386", family: "unix"
