diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-14 16:25:50 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-14 16:25:53 -0700 |
commit | 7d8a3043f47acda12a0a00e42a805ff544b76a69 (patch) | |
tree | 93cc6c67b19e245e9ec2d26493db43def867414e | |
parent | ca4f7e16fc35f9f1a8c0a885e3ad8c62c64c3c37 (diff) |
Fix to build parent poms
Change-Id: I93a740112277d3896c2d7cacf793980faea886a1
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1045
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |