Try including pnda modules by default. 21/71321/1
authorDonald Hunter <donaldh@cisco.com>
Fri, 26 Oct 2018 15:07:01 +0000 (16:07 +0100)
committerDonald Hunter <donaldh@cisco.com>
Fri, 26 Oct 2018 15:20:19 +0000 (16:20 +0100)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7cfc3d0..167ef75 100644 (file)
--- 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>