summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-14 16:25:50 -0700
committerPatrick Brady <pb071s@att.com>2018-08-14 16:25:53 -0700
commit7d8a3043f47acda12a0a00e42a805ff544b76a69 (patch)
tree93cc6c67b19e245e9ec2d26493db43def867414e /pom.xml
parentca4f7e16fc35f9f1a8c0a885e3ad8c62c64c3c37 (diff)
Fix to build parent poms
Change-Id: I93a740112277d3896c2d7cacf793980faea886a1 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1045
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index ee2185d99..c8d498190 100644
--- a/pom.xml
+++ b/pom.xml
@@ -650,7 +650,7 @@ limitations under the License.
</properties>
<!-- Core app-c from 1604 -->
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>appc-common</module>
@@ -676,7 +676,7 @@ limitations under the License.
<ssl.insecure>true</ssl.insecure>
</properties>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>appc-dispatcher</module>