maven-site-plugin
Resource Filtering with Maven Site Plugin
I\'m using the maven site plugin to create and deploy a site of document开发者_运维知识库ation and resources. There are some javascript files that I would like to filter based on what profile is being[详细]
2023-03-29 15:55 分类:问答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 rep[详细]
2023-03-27 03:36 分类:问答Maven site plugin to deploy snapshots and releases separately?
I would like to deploy a site for a hierarchy of Maven projects differently for snapshots and releases (i.e. http://example.org for releases and http://dev.example.org for snapshots) and keep the proj[详细]
2023-03-26 18:49 分类:问答maven site for multi module
I have a maven project with lots of sub-modules, and I use parent pom to control the plugins the directory like below[详细]
2023-03-05 03:28 分类:问答Maven multi-module project site with javadocs
I would like use Maven for creating site for my application. This is a multi-module app, the parent module is simple site module, and first child is a core of app, the second is a GUI (Swing).[详细]
2023-03-04 07:33 分类:问答Ignore Sibling-Modules During Maven Javadoc/Site Compilation
I have a Maven-managed project which contains a few modules, one of which is the actual library of interest. The other modules are just add-ons or examples that build off of the library. I\'m looking[详细]
2023-02-24 01:02 分类:问答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 rep开发者_如何学JAVAository. GitHub then serves these fil[详细]
2023-02-22 09:53 分类:问答maven site-deploy to tomcat with webdav
I have used maven to generate a site for my project and want to use the site-deploy plugin to pubish the site to a webserver. I am using Tomcat with webdav enabled so created an empty war project and[详细]
2023-02-21 02:55 分类:问答Maven site command fails
I\'m trying to get maven site working, but I\'m blocked on this error. [INFO] Failed to resolve artifact.[详细]
2023-02-14 12:50 分类:问答Maven site (Maven 3) generates empty site folder
I\'m attempting to create a basic maven site using the maven site plugin. So I added this to my pom: <reporting>[详细]
2023-02-04 15:56 分类:问答