-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solve Doxia 2 problems and bump mojo-parent to 77
The root cause for the problem was the 'mojoDependencies' config for maven-plugin-plugin, which aimed to fix https://issues.apache.org/jira/browse/MPLUGIN-328 by the workaround from mojohaus/aspectj-maven-plugin#34. That old workaround was actually bad to begin with, because it only included dev.aspectj:aspectj-maven-plugin, therefore implicitly excluding other dependencies like maven-reporting-impl. The latter, however, contains class AbstractMavenReport, which led to all super class @parameter and @component properties to not be included in the generated plugin.xml. Relates to #137. Solves https://issues.apache.org/jira/browse/MPLUGIN-483.
- Loading branch information
Showing
1 changed file
with
14 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters