summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-10-30 21:21:24 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-30 21:21:24 +0000
commit3ec1d55b83a5ea7010fdeadf9065060630f74b24 (patch)
tree45fd4d305b05e5c788d5e8e35fb78b625f72963a
parentd003b6e2876dc3b0ef125e90622964eaf8f3114a (diff)
parent83ffe40c599166d490291f9cec05d84d990c79fa (diff)
Merge "Try including pnda modules by default."
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7cfc3d0..167ef75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>