-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.2, 2.3
-
Fix Version/s: None
-
Component/s: tomcat7
-
Labels:None
In the RunMojo.java class in the method getContextFile it does this:
if ( contextFile != null && contextFile.exists() )
{
// filter file
} else {
// no context file is used
}
If I have configured a wrong path for my file I would like to have this logged instead of just falling back to the default when no file is specified.
- links to