Skip to content
  • Patrick Wendell's avatar
    1cb2629f
    [HOTFIX] Rename release-profile to release · 1cb2629f
    Patrick Wendell authored
    when publishing releases. We named it as 'release-profile' because that is
    the Maven convention. However, it turns out this special name causes several
    other things to kick-in when we are creating releases that are not desirable.
    For instance, it triggers the javadoc plugin to run, which actually fails
    in our current build set-up.
    
    The fix is just to rename this to a different profile to have no
    collateral damage associated with its use.
    1cb2629f
    [HOTFIX] Rename release-profile to release
    Patrick Wendell authored
    when publishing releases. We named it as 'release-profile' because that is
    the Maven convention. However, it turns out this special name causes several
    other things to kick-in when we are creating releases that are not desirable.
    For instance, it triggers the javadoc plugin to run, which actually fails
    in our current build set-up.
    
    The fix is just to rename this to a different profile to have no
    collateral damage associated with its use.
Loading