diff options
author | Donald Hunter <donaldh@cisco.com> | 2018-09-13 11:44:43 +0100 |
---|---|---|
committer | Donald Hunter <donaldh@cisco.com> | 2018-09-13 11:48:02 +0100 |
commit | 0912b37c4603a7fbf9ef4deda73849ae59ced885 (patch) | |
tree | ef9434f61f8cc0edf5aa614d4331c15a5f2d92c9 /pom.xml | |
parent | 22b358530d76c08b3dd01529237dcfe0d5a37017 (diff) |
Use mvn profile 'pnda' for pnda-mirror/bootstrap
The profile can be enabled with 'mvn -P pnda clean install'
Change-Id: I21d9ac73cee91ddfa7b64e420f229aa47822e753
Signed-off-by: Donald Hunter <donaldh@cisco.com>
Issue-ID: DCAEGEN2-777
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -45,10 +45,18 @@ limitations under the License. <module>k8s-bootstrap-container</module> <module>tca-cdap-container</module> <module>healthcheck-container</module> - <module>pnda-mirror-container</module> - <module>pnda-bootstrap-container</module> <module>tls-init-container</module> </modules> + <profiles> + <profile> + <id>pnda</id> + <activation><activeByDefault>false</activeByDefault></activation> + <modules> + <module>pnda-mirror-container</module> + <module>pnda-bootstrap-container</module> + </modules> + </profile> + </profiles> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |