Skip to content
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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

slawekjaranowski
Copy link
Member

@slawekjaranowski slawekjaranowski commented Dec 20, 2024

todo

  • cleanups comments

Comment on lines -1224 to -1236
<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>
Copy link
Member Author

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>
Copy link
Member Author

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 ...

Copy link
Member

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... :-(

Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants