mvn site command creates css, images, but no html files
-------------------------------------------------------

                 Key: MSITE-439
                 URL: http://jira.codehaus.org/browse/MSITE-439
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0.1
         Environment: maven-site-plugin:2.0.1 with Apache Maven 3.0-alpha-5 
            Reporter: John Cheng


I read about http://cwiki.apache.org/MAVEN/maven-3x-and-site-plugin.html and 
MNG-4162, but I am not sure if what I am seeing is the expected behavior, or if 
it should be reported as a bug. 

To reproduce, use Maven 3.0 alpha 5. Create the maven-archetype-webapp project, 
and try to generate a site for it.

mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp 
-DarchetypeArtifactId=maven-archetype-webapp
cd my-webapp
mvn site
ls -l target/site

Expected to see index.html, etc.,

The result I see is a css folder and a image folder, but nothing else. Is there 
a way to generate a site using Maven 3?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to