Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInfer maven: Error loading property file '****/${env}.properties #1074
Comments
|
After debugging, I found that if maven doesn't specify env properties, it uses dev by default. So mvn clean compile is OK. |
|
Hi! yes sounds like an area that could be improved. Thanks for reporting. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
mvn clean compile, everything goes well.But when using
infer -- mvn clean compile, report error:Error loading property file '****/${env}.propertiesTarget Project URL: https://github.com/shuzheng/zheng