diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-03-11 00:54:54 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-03-11 00:55:04 +0000 |
commit | 5ed51ae84392b191452566957e5a1bae9c32fbc4 (patch) | |
tree | a6b86fe7122552fc19bf9b2cf0ab581f92f43ce8 /pom.xml | |
parent | a0a88be5349019496ff1027cc67fc79abd2bb476 (diff) |
disable pnda profile
Change-Id: I1076ebe41467ea52adcdb86892ead9f38059db99
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1270
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ limitations under the License. <profiles> <profile> <id>pnda</id> - <activation><activeByDefault>true</activeByDefault></activation> + <activation><activeByDefault>false</activeByDefault></activation> <modules> <module>pnda-mirror-container</module> <module>pnda-bootstrap-container</module> |