Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1, 3.2, 3.3
-
None
-
None
-
No relevance
Description
site:jar uses maven.site.skip only to avoid launch the site:site, but generates the -site.jar file with META-INF information.
I've attached a minimal Maven project to test this.
You can launch it to test with maven-site-plugin version 3.3:
mvn -Dmaven.skip.test=true clean site:jar
You can also launch with:
mvn -Dsite.version=3.1 -Dmaven.skip.test=true clean site:jar
where site.version is the version of the maven-site-plugin to test.
Attachments
Attachments
Issue Links
- is related to
-
MSITE-696 site:deploy try to deploy the site of a sub module even if the property maven.site.skip is set to true
- Closed