-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m-site-p 3.21+ #561
base: master
Are you sure you want to change the base?
m-site-p 3.21+ #561
Conversation
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-site-plugin</artifactId> | ||
<version>${commons.site-plugin.version}</version> | ||
<configuration> | ||
<!-- Exclude the navigation file for Maven 1 sites | ||
and the changes file used by the changes-plugin, | ||
as they interfere with the site generation. --> | ||
<moduleExcludes> | ||
<xdoc>navigation.xml,changes.xml</xdoc> | ||
</moduleExcludes> | ||
</configuration> | ||
</plugin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no reports in m-site-p
<action type="update">commons.release-plugin.version: 1.5 -> 1.6</action> | ||
<action type="update">commons.spotbugs.version: 3.1.3 -> 3.1.6</action> | ||
<action type="update">japicmp-maven-plugin: 0.12.0 -> 0.13.0</action> | ||
<action type="update" dev="">commons.build-plugin.version: 1.9 -> 1.10</action> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev attribute is required ... it was also required in old schema but not verified ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @slawekjaranowski
Thank you for creating this PR and putting in the work.
How about making the dev
attribute optional for 3.0.0-M2? Absent or "" is the same IMO. Otherwise, that's a lot of mindless editing of 20+ changes.xml files in Commons... :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plugin will be works ... only checking xml will be break - you don't need change it
but it is good idea to make it optional
todo