Author: tchemit Date: 2010-06-20 23:30:42 +0200 (Sun, 20 Jun 2010) New Revision: 1890 Url: http://nuiton.org/repositories/revision/nuiton-utils/1890 Log: use maven-license-plugin 2.3 Added: trunk/src/license/THIRD-PARTY.properties Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-19 18:57:01 UTC (rev 1889) +++ trunk/pom.xml 2010-06-20 21:30:42 UTC (rev 1890) @@ -123,7 +123,8 @@ <properties> <i18n.version>1.2.2</i18n.version> - + <license.version>2.3-SNAPSHOT</license.version> + <!-- extra files to include in release --> <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> Added: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties (rev 0) +++ trunk/src/license/THIRD-PARTY.properties 2010-06-20 21:30:42 UTC (rev 1890) @@ -0,0 +1,17 @@ +# Generated by org.nuiton.license.plugin.AddThirdPartyMojo +#--------------------------------------------------------------------------------- +# Already used licenses in project : +# - Apache Software License - Version 2.0 +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Common Public License Version 1.0 +# - Eclipse Public License - Version 1.0 +# - GNU Lesser General Public License version 2.1 +# - Lesser General Public License (LGPL) v 3.0 +# - The Apache Software License, Version 2.0 +# - Unknown license +# +#--------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +#Sun Jun 20 23:07:54 CEST 2010 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 +javax.servlet--servlet-api--2.5=Sun Microsystems, Inc. Binary Code License Agreement for the JDK 5.0 Property changes on: trunk/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org