[MPOM-358] Activate "reporting" profile during releases#91
Conversation
Only activate m-project-info-reports-p reports during "reporting" profile
| <artifactId>maven-release-plugin</artifactId> | ||
| <configuration> | ||
| <autoVersionSubmodules>true</autoVersionSubmodules> | ||
| <releaseProfiles>apache-release,reporting</releaseProfiles> |
There was a problem hiding this comment.
site is not build during release - so this has no effect here
There was a problem hiding this comment.
why not? Don't we rely on the default from https://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#goals
There was a problem hiding this comment.
we use only deploy goal
https://github.com/apache/maven-apache-parent/blob/master/pom.xml#L248-L258
There was a problem hiding this comment.
Any idea why? IMHO building and deploying site also is very useful (at least for Msven Plugins)
There was a problem hiding this comment.
I created https://issues.apache.org/jira/browse/MPOM-359 for that.
There was a problem hiding this comment.
By the way I am for removing reporting profile at all - all site reports should be build always without special profile.
But should be discussed on dev list - maybe exist a rationale reason why we have special profile.
|
Resolve #279 |
Only activate m-project-info-reports-p reports during "reporting" profile