Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.5
-
Fix Version/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
At least, access to $
{basedir}inside the configuration files would be very useful.
Just for some addition info why I need this.
{basedir}/src/main/resources) and also written (to ${basedir}I have written a checkstyle rule which assures that the published API for a module does not change (based on annotations which indicate what the published API is).
To be able to do this check, a "api.txt" file is read as input (from $
/target). This allows both manual comparison and allows replace the src file by the target file when a release is made.