summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Hunter <donaldh@cisco.com>2018-10-26 16:07:01 +0100
committerDonald Hunter <donaldh@cisco.com>2018-10-26 16:20:19 +0100
commit83ffe40c599166d490291f9cec05d84d990c79fa (patch)
tree99f6bde67e9d2b4d55a327f3e5af5f2ef907eff7
parent0745d89fe369cd77b4ab058ec3b7a7de828d7d65 (diff)
Try including pnda modules by default.
We have worked on reducing the resource requirements of the PNDA mirror build so it should work on the Jenkins cluster now Issue-ID: DCAEGEN2-777 Change-Id: I3b6c125b9f4c39d47b15ae20a52233f448ba9471 Signed-off-by: Donald Hunter <donaldh@cisco.com>
-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>