Remove docs profile from autorelease build 88/70788/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Apr 2018 15:42:17 +0000 (11:42 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 11 Apr 2018 15:42:24 +0000 (11:42 -0400)
Resolves the below warning. It looks like no projects are using
this profile anymore.

[WARNING] The requested profile "docs" could not be activated
because it does not exist.

Change-Id: I104299344d788839839d1f3918d198621a12554c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-templates.yaml

index e0733cb4fb04e2fd83e0659605818896cf54d48e..4571d4f83ce0241b89087524581133f339eb511c 100644 (file)
           goals: |
               clean deploy
               $EXTRA_MVN_OPTS
-              -Pintegrationtests,docs,repoBuild
+              -Pintegrationtests,repoBuild
               -Dcheckstyle.skip=true
               -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage
               {opendaylight-infra-mvn-opts}