diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-02-20 00:20:59 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-02-20 00:21:05 +0000 |
commit | 706a7f30d97358155a8561bad0acd3cc956a3f43 (patch) | |
tree | 87318f151e40d96eacf3ca00525dd4aa09c84fd8 /pom.xml | |
parent | bbc38ccd4a449eedef2d4d45212d551170076fcb (diff) |
enable pnda profile
Change-Id: I4ffcf78af887c589fc2d69e0f9a33ed02bfc08d2
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>false</activeByDefault></activation> + <activation><activeByDefault>true</activeByDefault></activation> <modules> <module>pnda-mirror-container</module> <module>pnda-bootstrap-container</module> |