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

[MNGSITE-540] Use correct plugin for reporting #216

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

kwin
Copy link
Member

@kwin kwin commented Aug 11, 2024

With https://issues.apache.org/jira/browse/MPLUGIN-423 the reporting mojo has been extracted in a dedicated plugin

@kwin kwin requested a review from michael-o August 11, 2024 08:43
@@ -228,7 +228,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure why there is no profile reporting in this project. IMHO this belongs there. WDYT @michael-o

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me is ok ... even more I would be happy to remove reporting profile at all everywhere.

We always should execute all reporting plugins not only in special profile

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kwin I move this to a profile for consistency reasons with others.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me is ok ... even more I would be happy to remove reporting profile at all everywhere.

We always should execute all reporting plugins not only in special profile

This is a separate discussion. The reason is likely computational overhead.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved to a profile in bacee6d

@kwin kwin force-pushed the bugfix/MNGSITE-540-fix-missing-reports-for-goals branch from 20e8ea8 to db923dd Compare August 11, 2024 09:07
@michael-o
Copy link
Member

Will check later today

@@ -228,7 +228,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kwin I move this to a profile for consistency reasons with others.

@@ -228,7 +228,7 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<artifactId>maven-plugin-report-plugin</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me is ok ... even more I would be happy to remove reporting profile at all everywhere.

We always should execute all reporting plugins not only in special profile

This is a separate discussion. The reason is likely computational overhead.

With https://issues.apache.org/jira/browse/MPLUGIN-423 the reporting
mojo has been extracted in a dedicated plugin
Encapsulate in "reporting" profile
@kwin kwin force-pushed the bugfix/MNGSITE-540-fix-missing-reports-for-goals branch from db923dd to bacee6d Compare August 12, 2024 16:20
@kwin kwin requested a review from michael-o August 12, 2024 16:23
@kwin kwin merged commit 830f762 into master Aug 12, 2024
36 checks passed
@kwin kwin deleted the bugfix/MNGSITE-540-fix-missing-reports-for-goals branch August 12, 2024 17:47
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.

3 participants