diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-10-30 21:21:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-30 21:21:24 +0000 |
commit | 3ec1d55b83a5ea7010fdeadf9065060630f74b24 (patch) | |
tree | 45fd4d305b05e5c788d5e8e35fb78b625f72963a | |
parent | d003b6e2876dc3b0ef125e90622964eaf8f3114a (diff) | |
parent | 83ffe40c599166d490291f9cec05d84d990c79fa (diff) |
Merge "Try including pnda modules by default."
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,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> |