diff options
author | Donald Hunter <donaldh@cisco.com> | 2018-10-26 16:07:01 +0100 |
---|---|---|
committer | Donald Hunter <donaldh@cisco.com> | 2018-10-26 16:20:19 +0100 |
commit | 83ffe40c599166d490291f9cec05d84d990c79fa (patch) | |
tree | 99f6bde67e9d2b4d55a327f3e5af5f2ef907eff7 | |
parent | 0745d89fe369cd77b4ab058ec3b7a7de828d7d65 (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.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> |