r1873 - in trunk: . src/it/ano-812 src/main/java/org/nuiton/license/plugin
Author: tchemit Date: 2010-11-11 22:20:22 +0100 (Thu, 11 Nov 2010) New Revision: 1873 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1873 Log: push back all its + add svn-keywords + license headers Modified: trunk/pom.xml trunk/src/it/ano-812/README.txt trunk/src/it/ano-812/invoker.properties trunk/src/it/ano-812/pom.xml trunk/src/it/ano-812/verify.groovy trunk/src/main/java/org/nuiton/license/plugin/ArtifactHelper.java Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-11 21:09:37 UTC (rev 1872) +++ trunk/pom.xml 2010-11-11 21:20:22 UTC (rev 1873) @@ -484,21 +484,21 @@ <configuration> <pomIncludes> <pomInclude>ano-812/pom.xml</pomInclude> - <!--<pomInclude>ano-816/pom.xml</pomInclude>--> - <!--<pomInclude>ano-947/pom.xml</pomInclude>--> - <!--<pomInclude>evol-952/pom.xml</pomInclude>--> - <!--<pomInclude>evol-818/excluded-included/pom.xml</pomInclude>--> - <!--<pomInclude>evol-818/multimodule-filters/pom.xml</pomInclude>--> - <!--<pomInclude>evol-884/update-project-license/pom.xml</pomInclude>--> - <!--<pomInclude>evol-884/update-file-header/pom.xml</pomInclude>--> - <!--<pomInclude>evol-884/update-file-header-specific/pom.xml</pomInclude>--> - <!--<pomInclude>add-third-party/no-encoding/pom.xml</pomInclude>--> - <!--<pomInclude>aggregate-add-third-party/pom.xml</pomInclude>--> - <!--<pomInclude>add-third-party/merge-licenses/pom.xml</pomInclude>--> - <!--<pomInclude>add-third-party/no-deps/pom.xml</pomInclude>--> - <!--<pomInclude>add-third-party/with-deps/pom.xml</pomInclude>--> - <!--<pomInclude>update-file-header/pom.xml</pomInclude>--> - <!--<pomInclude>update-project-license/pom.xml</pomInclude>--> + <pomInclude>ano-816/pom.xml</pomInclude> + <pomInclude>ano-947/pom.xml</pomInclude> + <pomInclude>evol-952/pom.xml</pomInclude> + <pomInclude>evol-818/excluded-included/pom.xml</pomInclude> + <pomInclude>evol-818/multimodule-filters/pom.xml</pomInclude> + <pomInclude>evol-884/update-project-license/pom.xml</pomInclude> + <pomInclude>evol-884/update-file-header/pom.xml</pomInclude> + <pomInclude>evol-884/update-file-header-specific/pom.xml</pomInclude> + <pomInclude>add-third-party/no-encoding/pom.xml</pomInclude> + <pomInclude>aggregate-add-third-party/pom.xml</pomInclude> + <pomInclude>add-third-party/merge-licenses/pom.xml</pomInclude> + <pomInclude>add-third-party/no-deps/pom.xml</pomInclude> + <pomInclude>add-third-party/with-deps/pom.xml</pomInclude> + <pomInclude>update-file-header/pom.xml</pomInclude> + <pomInclude>update-project-license/pom.xml</pomInclude> </pomIncludes> <postBuildHookScript>verify</postBuildHookScript> <localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath> Property changes on: trunk/src/it/ano-812/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/it/ano-812/invoker.properties =================================================================== --- trunk/src/it/ano-812/invoker.properties 2010-11-11 21:09:37 UTC (rev 1872) +++ trunk/src/it/ano-812/invoker.properties 2010-11-11 21:20:22 UTC (rev 1873) @@ -1,3 +1,27 @@ +### +# #%L +# Maven License Plugin +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2008 - 2010 CodeLutin +# %% +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Lesser Public License for more details. +# +# You should have received a copy of the GNU General Lesser Public +# License along with this program. If not, see +# <http://www.gnu.org/licenses/lgpl-3.0.html>. +# #L% +### # A comma or space separated list of goals/phases to execute, may # specify an empty list to execute the default goal of the IT project Property changes on: trunk/src/it/ano-812/invoker.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/it/ano-812/pom.xml =================================================================== --- trunk/src/it/ano-812/pom.xml 2010-11-11 21:09:37 UTC (rev 1872) +++ trunk/src/it/ano-812/pom.xml 2010-11-11 21:20:22 UTC (rev 1873) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Maven License Plugin + + $Id$ + $HeadURL$ + %% + Copyright (C) 2008 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Property changes on: trunk/src/it/ano-812/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/it/ano-812/verify.groovy =================================================================== --- trunk/src/it/ano-812/verify.groovy 2010-11-11 21:09:37 UTC (rev 1872) +++ trunk/src/it/ano-812/verify.groovy 2010-11-11 21:20:22 UTC (rev 1873) @@ -1,3 +1,27 @@ +/* + * #%L + * Maven License Plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ file = new File(basedir, 'target/generated-sources/license/THIRD-PARTY.txt'); assert file.exists(); Property changes on: trunk/src/it/ano-812/verify.groovy ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Modified: trunk/src/main/java/org/nuiton/license/plugin/ArtifactHelper.java =================================================================== --- trunk/src/main/java/org/nuiton/license/plugin/ArtifactHelper.java 2010-11-11 21:09:37 UTC (rev 1872) +++ trunk/src/main/java/org/nuiton/license/plugin/ArtifactHelper.java 2010-11-11 21:20:22 UTC (rev 1873) @@ -1,3 +1,27 @@ +/* + * #%L + * Maven License Plugin + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2010 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ package org.nuiton.license.plugin; import org.apache.commons.lang.StringUtils; Property changes on: trunk/src/main/java/org/nuiton/license/plugin/ArtifactHelper.java ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org