diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-01-04 14:43:44 -0600 |
---|---|---|
committer | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2019-01-04 14:43:44 -0600 |
commit | 777131d706b8379c5fb30f8161902d0388eb96bf (patch) | |
tree | cca309d2b46d4772682afdb9fc0c4f0798a86869 /feature-state-management/src/main/feature | |
parent | d803757e8696a4383b57e0ee619687b820225550 (diff) |
Add tooling for drools policy developers
This commit adds tooling to better support development activities
for drools developers.
1. deploy artifacts to nexus or to local file repository on demand.
It also allows to test on a single drools instance without the
dependency on a nexus repo.
2. make installation configuration files conform to same
convention (all upper case).
Change-Id: Ia0a2fc25db2ef21b774a9eee4ed51d4b876a1993
Issue-ID: POLICY-1367
Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'feature-state-management/src/main/feature')
-rw-r--r-- | feature-state-management/src/main/feature/config/feature-state-management.properties | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/feature-state-management/src/main/feature/config/feature-state-management.properties b/feature-state-management/src/main/feature/config/feature-state-management.properties index bb3c2f17..9005519c 100644 --- a/feature-state-management/src/main/feature/config/feature-state-management.properties +++ b/feature-state-management/src/main/feature/config/feature-state-management.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # feature-state-management # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -74,10 +74,10 @@ refresh_state_audit_interval_ms=600000 # Assume it's the releaseRepository that needs to be audited, # because that's the one BRMGW will publish to. -repository.audit.id=${{releaseRepositoryID}} -repository.audit.url=${{releaseRepositoryUrl}} -repository.audit.username=${{repositoryUsername}} -repository.audit.password=${{repositoryPassword}} +repository.audit.id=${{RELEASE_REPOSITORY_ID}} +repository.audit.url=${{RELEASE_REPOSITORY_URL}} +repository.audit.username=${{REPOSITORY_USERNAME}} +repository.audit.password=${{REPOSITORY_PASSWORD}} # Flag to control the execution of the subsystemTest for the Nexus Maven repository repository.audit.is.active=false repository.audit.ignore.errors=true |