mvn clean followed by mvn install in PEPS project folder fails with following error:
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software Package/source/PEPS/src/main/java/eu/stork/peps/auth/cpeps/AUCPEPS.java:[397,34] cannot find symbol
symbol: variable CACHE_LIST
location: class eu.stork.peps.auth.commons.PEPSParameters
[ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software Package/source/PEPS/src/main/java/eu/stork/peps/auth/cpeps/AUCPEPS.java:[764,29] cannot find symbol
symbol: method addUnavailableAttrs(eu.stork.peps.auth.commons.IPersonalAttributeList,eu.stork.peps.auth.commons.IPersonalAttributeList)
location: variable attributeListProcessor of type eu.stork.peps.auth.commons.IAttributeListProcessor
[ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software Package/source/PEPS/src/main/java/eu/stork/peps/APResponseAction.java:[159,51] cannot find symbol
symbol: variable CACHE_LIST
location: class eu.stork.peps.auth.commons.PEPSParameters
[INFO] 3 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.004 s
[INFO] Finished at: 2015-11-25T16:07:49+01:00
[INFO] Final Memory: 23M/306M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project PEPS: Compilation failure: Compilation failure:
[ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software Package/source/PEPS/src/main/java/eu/stork/peps/auth/cpeps/AUCPEPS.java:[397,34] cannot find symbol
[ERROR] symbol: variable CACHE_LIST
[ERROR] location: class eu.stork.peps.auth.commons.PEPSParameters
[ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software Package/source/PEPS/src/main/java/eu/stork/peps/auth/cpeps/AUCPEPS.java:[764,29] cannot find symbol
[ERROR] symbol: method addUnavailableAttrs(eu.stork.peps.auth.commons.IPersonalAttributeList,eu.stork.peps.auth.commons.IPersonalAttributeList)
[ERROR] location: variable attributeListProcessor of type eu.stork.peps.auth.commons.IAttributeListProcessor
[ERROR] /C:/ide/stork/ms-part2/MS-Part2/Software Package/source/PEPS/src/main/java/eu/stork/peps/APResponseAction.java:[159,51] cannot find symbol
[ERROR] symbol: variable CACHE_LIST
[ERROR] location: class eu.stork.peps.auth.commons.PEPSParameters
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException