Github user ptgoetz commented on the pull request:

    https://github.com/apache/storm/pull/736#issuecomment-143020062
  
    Unfortunately, I'm -1 at this point since it breaks the release process 
(Maven release plugin) and I could not find a workaround.
    
    The main problem is the two step build using profiles, since the release 
plugin expects the project to be built all at once. I can release with the 
`storm-core` profile, but when I go to release with `storm-more` maven goes 
into an infinite loop of resolving snapshot dependencies (because the poms for 
`storm-core` have a new version).
    
    If we eliminate the separate profiles so we can build with one maven 
command, the release plugin should be happy. But in its current form, this 
patch would make it impossible to release maven artifacts.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to