jira-importer commented on issue #465:
URL: 
https://github.com/apache/maven-apache-parent/issues/465#issuecomment-2771733818

   **[Herve 
Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)**
 commented
   
   on the difference between arguments = "-P apache-release" vs releaseProfiles 
= "apache-release":
   arguments is used by every release goal, be it release:prepare or 
release:perform
   but releaseProfiles is only used in release:perform
   
   thinking out loud: given the tasks that are done in apache-release profile 
(generate javadoc and source jar, PGP sign) I feel that
   - PGP in release:prepare is perhaps too much
   - javadoc in release:prepare is useful to detect if javadoc can't be 
generated (because JDK 8 is stricter, for example)
   
   so the switch from arguments to releaseProfile will just provide less checks 
against javadoc issues
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to