0
votes
1answer
42 views

Migrate a report created with Makefile into a Maven site report

I am quite new to maven but asked to move my current report which is created by a Makefile in a subdirectory via make all into a mvn site report. I put all my non-java stuff for my report into a ...
1
vote
2answers
1k views

Maven project + maven-site-plugin not working

I'm currently working with maven-site-plugin using Maven 3. The plugin is generating all the report as expected but due to my project layout (shown below), the main site shown does not show the ...
2
votes
1answer
148 views

Replace Maven Site Plugin with GWT Compile Plugin

I have successfully set up a few projects which use Maven to automatically deploy the Maven-generated site to the gh-pages branch of their git repository. GitHub then serves these files at a public ...
0
votes
1answer
312 views

Maven site command fails

I'm trying to get maven site working, but I'm blocked on this error. [INFO] Failed to resolve artifact. Failed to resolve artifact, possibly due to a repository list that is not ...
6
votes
1answer
2k views

maven site plugin not deploying subprojects in a multimodule project or generating index.html

I have a multimodule project that I want to deploy a site for, but it seems like my site deployment configuration is not being inherited by subproject child modules. parent moduleA moduleB On ...