versioneye.properties in multi-module projects cause build failures
hakan42 opened this issue · 0 comments
hakan42 commented
Similiar to #8, if the versioneye.properties file is checked in into src/main/resources, this causes that file to be packaged into the final distributable if the default maven configuration is used.
This is turn causes build failures with android projects ( https://www.google.com/search?btnG=1&pws=0&q=Duplicate+files+at+the+same+path+inside+the+APK )
As a partial solution, I propose that the file is being moved to src/qa/properties, which would exclude it from being packaged. And that a warning be written to the console if the file is found in src/main/properties. A more fully configurability could remain for ticket #8 .