Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example:
mvn clean test -Dactive_env=jenkins
is still defaulting and loading a development environment database connection properties from database.properties
development
database.properties
Log output during the build:
[WARNING] Environment variable 'ACTIVE_ENV' not found, defaulting to 'development'
The text was updated successfully, but these errors were encountered:
#1030 System property active_env is not working for opening connectio…
cc0da02
…ns during tests
5996a59
d3f82d0
…ns during tests - small fixes
86a91f4
ipolevoy
No branches or pull requests
For example:
is still defaulting and loading a
development
environment database connection properties fromdatabase.properties
Log output during the build:
The text was updated successfully, but these errors were encountered: