What about creating documentation? I have tried it as described here:
http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%2
0create%20documentation?

But I got an error:
>---
>[ERROR] BUILD ERROR
>[INFO]
>-----------------------------------------------------------------------
-
>-
>---
>[INFO] amqxtras already exists - please run from a clean directory
>[INFO]
>-----------------------------------------------------------------------
-

I'd like to create a documentation  along with site descriptorsa faq
format etc.

Thanks a bunch..

-----Original Message-----
From: Stephen Cowx [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 11, 2005 11:25 AM
To: Maven Users List; Maruf Aytekin
Subject: Re: how to create a site in maven 2

Hi

run C:\TestMaven\amqxtras>mvn site

from the c:\TestMaven\amqxtras directory

the  "archetype:create" goal and its arguments just create the basic
project structure.

the "site" goal creates the website

good luck





Maruf Aytekin wrote:

>Hello All,
>I am pretty new to maven just trying it for my company. I hve a problem
>with creating site. I know that it'd be something so simple. Apologies
>for taking your time. My problem is following;
>
>I first created a maven project amqxtras with the following command
>C:\TestMaven> mvn archetype:create -DgroupId=com.idds.amqxtras
>-DartifactId=amqxtras
>This created a maven project under amqxtras directory.
>
>When I ran the following to generate site documentation
>C:\TestMaven>mvn archetype:create -DgroupId=com.idds.amqxtras
>-DartifactId=amqxtras -DarchetypeGroupId=org.apache.maven.archetypes
>-DarchetypeArtifactId=maven-archetype-site 
>
>I got the following error that amqxtras already exist. What do I do
>wrong?
>
>
>---
>[ERROR] BUILD ERROR
>[INFO]
>-----------------------------------------------------------------------
-
>-
>---
>[INFO] amqxtras already exists - please run from a clean directory
>[INFO]
>-----------------------------------------------------------------------
-
>-
>---
>[INFO] For more information, run Maven with the -e switch
>[INFO]
>-----------------------------------------------------------------------
-
>-
>---
>[INFO] Total time: 1 second
>[INFO] Finished at: Fri Nov 11 10:52:47 EET 2005
>[INFO] Final Memory: 3M/7M
>[INFO]
>-----------------------------------------------------------------------
-
>-
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to