Return-Path: Delivered-To: apmail-maven-archiva-dev-archive@locus.apache.org Received: (qmail 94729 invoked from network); 30 Dec 2007 19:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Dec 2007 19:06:45 -0000 Received: (qmail 78386 invoked by uid 500); 30 Dec 2007 19:06:34 -0000 Delivered-To: apmail-maven-archiva-dev-archive@maven.apache.org Received: (qmail 78339 invoked by uid 500); 30 Dec 2007 19:06:34 -0000 Mailing-List: contact archiva-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-dev@maven.apache.org Delivered-To: mailing list archiva-dev@maven.apache.org Received: (qmail 78330 invoked by uid 99); 30 Dec 2007 19:06:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Dec 2007 11:06:33 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Dec 2007 19:06:12 +0000 Received: by an-out-0708.google.com with SMTP id d30so829552and.79 for ; Sun, 30 Dec 2007 11:06:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=0Ca323TAKjux9D5z04a/5fAVagGNp/ZkiWPoLvLVKXA=; b=KZnEjiyJ+hyWGoyvnLbJPo2y84nZ0lvtqOZTlcRPbXCp4Z1zqeibx2m+D2yJ6u5WhIHSk8XiMgN4HquZdT91a/dTHU8cgG2ZU5s+ViUPg4WklCbVpE7McXGXt0Z3Iv2Fo0JrZRR5KoygYas7b8c5wuyenV103rnQ+GCGZ5+l39o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Dsfix6zlRLYKvPRMyWp6qDspPs93rA5h9MQYHQKWRd4Sje1zhw9K9Oc+eiOyBP9h8Rtyv0q6uxeKspNYEvF+AGT1JsvDFqHGYpO6Xmo0QF+jcYjRohAt/TtoU1UkZYDtp+SuiJ3KWok3KbBx7Z2bFiFwhI3UfftyHNGa4PdTwkA= Received: by 10.100.216.3 with SMTP id o3mr22241782ang.86.1199041576510; Sun, 30 Dec 2007 11:06:16 -0800 (PST) Received: by 10.100.4.13 with HTTP; Sun, 30 Dec 2007 11:06:16 -0800 (PST) Message-ID: Date: Sun, 30 Dec 2007 12:06:16 -0700 From: "Wendy Smoak" To: "Archiva Developers List" Subject: Trouble with 'mvn site' for archiva/trunk MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I'm having trouble running 'mvn site' from archiva/trunk. (Also from the archvia-1.0 tag, where I was attempting to publish the docs.) INFO] [dependency:copy {execution: copy}] [INFO] Configured Artifact: org.apache.maven.archiva:archiva-applet:null:1.1-SNAPSHOT:jar [INFO] archiva-applet-1.1-SNAPSHOT.jar already exists. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error configuring: org.apache.maven.plugins:maven-war-plugin. Reason: ERROR: Cannot override read-only parameter: classesDirectory in goal: war:inplace [INFO] ------------------------------------------------------------------------ Here's the full log: http://people.apache.org/~wsmoak/maven/archiva/mvn-site-20071230.txt $ mvn -version Maven version: 2.0.8 Java version: 1.5.0_13 OS name: "mac os x" version: "10.4.11" arch: "i386" Family: "unix" I've tried it with war plugin versions 2.0 and 2.1-alpha-1 with the same result (above). With 2.1-alpha-2-SNAPSHOT, I get a NPE instead: $ mvn site ... [WARNING] DEPRECATED [dependentWarExcludes]: use the excludes in the overlay object instead [INFO] [war:inplace {execution: default}] [INFO] Generating webapp in source directory[/Users/wsmoak/svn/maven/archiva/archiva-web/archiva-webapp/src/main/webapp] [INFO] Assembling webapp[archiva-webapp] in [/Users/wsmoak/svn/maven/archiva/archiva-web/archiva-webapp/src/main/webapp] [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] null [INFO] ------------------------------------------------------------------------ [INFO] Trace java.lang.NullPointerException at org.apache.maven.plugin.war.util.WebappStructure.getDependencies(WebappStructure.java:107) at org.apache.maven.plugin.war.util.WebappStructure.analyseDependencies(WebappStructure.java:286) at org.apache.maven.plugin.war.packaging.DependenciesAnalysisPackagingTask.performPackaging(DependenciesAnalysisPackagingTask.java:46) at org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.java:373) ... The last time I know the site worked was back in October when I published this: http://maven.apache.org/archiva/ref/1.0-beta-3-SNAPSHOT/ Can someone else try it and let me know whether 'mvn site' works? -- Wendy