Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 32574 invoked from network); 21 Apr 2004 19:40:31 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Apr 2004 19:40:31 -0000 Received: (qmail 37175 invoked by uid 500); 21 Apr 2004 19:40:14 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 36908 invoked by uid 500); 21 Apr 2004 19:40:13 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 36893 invoked from network); 21 Apr 2004 19:40:13 -0000 Received: from unknown (HELO smtp1.dnainternet.net) (62.240.72.41) by daedalus.apache.org with SMTP; 21 Apr 2004 19:40:13 -0000 Received: from dna255-200.satp.customers.dnainternet.fi ([213.186.255.200]:1186 "HELO MarianIhmeKone" TLS-CIPHER: ) by smtp1.dnainternet.net with SMTP id S528097AbUDUTkI (ORCPT ); Wed, 21 Apr 2004 22:40:08 +0300 Message-ID: <004301c427d8$8eb592e0$7f01a8c0@MarianIhmeKone> From: "Jukka Uusisalo" To: References: <4086AEFB.1010201@voicelog.net> Subject: Re: Building javadoc Date: Wed, 21 Apr 2004 22:39:07 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Jeff Fletcher" To: Sent: Wednesday, April 21, 2004 8:27 PM Subject: Building javadoc > I'm not very familiar with maven, but I'm under the impression that > "maven javadoc" should build the docs. > Currently I get "Unknown goal javadoc" from maven. > > "maven javadoc:generate" does create 2 doc directories, but they remain > empty. > > Is there any way to generate the javadocs with maven right now? > With maven 1.0rc2 I was able to generate all javadocs with "maven javadoc" command. Seems that javadocs target directory is modules//docs/apidocs directory and all modules does not generate javadocs. - Jukka -