-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
The plugin site at https://wvengen.github.io/proguard-maven-plugin/index.html is outdated, it says:
Last Published: 2021-11-04 | Version: 2.5.2-SNAPSHOT
Maybe creation and deployment of the site could be automated with GitHub actions, e.g. either publish on every commit on master
or when a GitHub Release is created. The separate gh-pages
branch might not be needed for this anymore.
However, running mvn site
locally produces the following warnings and errors for me:
...
[INFO] --- site:3.21.0:site (default-site) @ proguard-maven-plugin ---
[INFO] Rendering site for default locale
[INFO] Configuring report plugin maven-plugin-plugin:3.15.1
[WARNING] Ignoring report plugin maven-plugin-plugin:3.15.1, it does not contain any report goals: should be removed from reporting configuration in POM
[INFO] Configuring report plugin maven-project-info-reports-plugin:3.8.0
[INFO] Configured 6 reports for maven-project-info-reports-plugin:3.8.0: dependencies, dependency-convergence, plugin-management, licenses, scm, summary
[WARNING] Site model of 'com.github.wvengen:proguard-maven-plugin:maven-plugin:2.6.2-SNAPSHOT' for default locale is still using the old pre-version 2.0.0 model. You MUST migrate to the new model as soon as possible otherwise your build will break in the future!
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.539 s
[INFO] Finished at: 2025-03-24T00:30:57+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.21.0:site (default-site) on project proguard-maven-plugin: Failed to obtain site model: Error parsing site descriptor: expected START_TAG or END_TAG not TEXT (position: TEXT seen ...<menu ref="parent" />\r\n ${reports}\r\n </... @9:5)
(not sure if the error is because a different build command has to be executed)
Metadata
Metadata
Assignees
Labels
No labels