Author: tchemit Date: 2010-04-15 15:54:20 +0200 (Thu, 15 Apr 2010) New Revision: 1750 Log: Evolution #522: do not import Revision, Author and Date svn-keywords (using only Id one) Modified: trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java Modified: trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java =================================================================== --- trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java 2010-04-15 11:02:17 UTC (rev 1749) +++ trunk/src/main/java/org/nuiton/license/plugin/AbstractLicenseWithDescriptorMojo.java 2010-04-15 13:54:20 UTC (rev 1750) @@ -2,7 +2,6 @@ * #%L * Maven License Plugin * - * $Author$ * $Id$ * $HeadURL$ * %% @@ -306,8 +305,8 @@ buffer.append(ls); // breaks the keyword otherwise svn will update them here - buffer.append(ls).append("$" + "Author$"); //TC-20100415 : do not generate thoses redundant keywords +// buffer.append(ls).append("$" + "Author$"); // buffer.append(ls).append("$" + "LastChangedDate$"); // buffer.append(ls).append("$" + "LastChangedRevision$"); buffer.append(ls).append("$" + "Id$");
participants (1)
-
tchemit@users.nuiton.org