Author: tchemit Date: 2013-07-18 15:06:37 +0200 (Thu, 18 Jul 2013) New Revision: 1448 Url: http://nuiton.org/projects/mavenpom/repository/revisions/1448 Log: fixes #1596: Do not force file existance in modules Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-18 12:56:14 UTC (rev 1447) +++ trunk/pom.xml 2013-07-18 13:06:37 UTC (rev 1448) @@ -568,7 +568,7 @@ <files> <file>LICENSE.txt</file> <file>README.txt</file> - <file>changelog.txt</file> + <!--file>changelog.txt</file--> </files> </requireFilesExist> </rules>