Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
2.3
-
None
-
None
Description
The generated build file fails to include a definition for includeantruntime, resulting in warnings such as:
maven-build.xml:74: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
For compatibility with Maven classpath, surely the generated build file should include "includeantruntime=false" ?