This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit cb2842dc413c9bfab4b38704e142921ae1e0c496 Author: Maven Release <maven-release@codelutin.com> Date: Tue May 26 06:23:23 2015 +0000 - update third parties files - optimize dependencies - add license headers --- .../src/license/THIRD-PARTY.properties | 15 ++------------- helper-maven-plugin-test-api/pom.xml | 6 ++++++ .../src/license/THIRD-PARTY.properties | 16 +++------------- .../main/java/org/nuiton/plugin/MojoTestRule.java | 22 ++++++++++++++++++++++ .../main/java/org/nuiton/plugin/TestHelper.java | 22 ++++++++++++++++++++++ .../src/site/apt/index.apt | 21 +++++++++++++++++++++ .../src/site/apt/mojo-testFramework.apt | 21 +++++++++++++++++++++ helper-maven-plugin-test-api/src/site/site.xml | 22 ++++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 15 ++------------- .../plugin/CheckAutoContainerPluginTest.java | 22 ++++++++++++++++++++++ 10 files changed, 143 insertions(+), 39 deletions(-) diff --git a/helper-maven-plugin-api/src/license/THIRD-PARTY.properties b/helper-maven-plugin-api/src/license/THIRD-PARTY.properties index 2e0940b..846002c 100644 --- a/helper-maven-plugin-api/src/license/THIRD-PARTY.properties +++ b/helper-maven-plugin-api/src/license/THIRD-PARTY.properties @@ -1,10 +1,9 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - Apache License # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Common Public License Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - Indiana University Extreme! Lab Software License, vesion 1.1.1 # - Lesser General Public License (LPGL) @@ -13,20 +12,10 @@ # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 -# - http://classworlds.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Oct 26 13:40:44 CET 2014 -classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html -commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 +#Tue May 26 06:17:16 UTC 2015 commons-collections--commons-collections--3.1=The Apache Software License, Version 2.0 -nekohtml--xercesMinimal--1.9.6.2=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4=The Apache Software License, Version 2.0 -org.slf4j--jcl-over-slf4j--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-api--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-jdk14--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-nop--1.5.3=The Apache Software License, Version 2.0 oro--oro--2.0.8=The Apache Software License, Version 2.0 diff --git a/helper-maven-plugin-test-api/pom.xml b/helper-maven-plugin-test-api/pom.xml index 2112d71..65586ee 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -106,6 +106,12 @@ </dependency> <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> <scope>compile</scope> diff --git a/helper-maven-plugin-test-api/src/license/THIRD-PARTY.properties b/helper-maven-plugin-test-api/src/license/THIRD-PARTY.properties index 2e0940b..befb894 100644 --- a/helper-maven-plugin-test-api/src/license/THIRD-PARTY.properties +++ b/helper-maven-plugin-test-api/src/license/THIRD-PARTY.properties @@ -1,32 +1,22 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - Apache License # - BSD License # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 -# - Common Public License Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) v 3.0 # - Lesser General Public License (LPGL) # - Lesser General Public License (LPGL) v 2.1 # - MIT License # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 -# - http://classworlds.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Oct 26 13:40:44 CET 2014 -classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html -commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 +#Tue May 26 06:17:33 UTC 2015 commons-collections--commons-collections--3.1=The Apache Software License, Version 2.0 -nekohtml--xercesMinimal--1.9.6.2=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4=The Apache Software License, Version 2.0 -org.slf4j--jcl-over-slf4j--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-api--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-jdk14--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-nop--1.5.3=The Apache Software License, Version 2.0 oro--oro--2.0.8=The Apache Software License, Version 2.0 diff --git a/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/MojoTestRule.java b/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/MojoTestRule.java index f232039..fb6f53f 100644 --- a/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/MojoTestRule.java +++ b/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/MojoTestRule.java @@ -1,5 +1,27 @@ package org.nuiton.plugin; +/* + * #%L + * Helper Maven Plugin :: Test Api + * %% + * Copyright (C) 2009 - 2015 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% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.maven.plugin.testing.MojoRule; diff --git a/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/TestHelper.java b/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/TestHelper.java index 1f46b51..bbaf900 100644 --- a/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/TestHelper.java +++ b/helper-maven-plugin-test-api/src/main/java/org/nuiton/plugin/TestHelper.java @@ -1,5 +1,27 @@ package org.nuiton.plugin; +/* + * #%L + * Helper Maven Plugin :: Test Api + * %% + * Copyright (C) 2009 - 2015 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% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.codehaus.plexus.PlexusTestCase; diff --git a/helper-maven-plugin-test-api/src/site/apt/index.apt b/helper-maven-plugin-test-api/src/site/apt/index.apt index 8131a59..8fcb5d3 100644 --- a/helper-maven-plugin-test-api/src/site/apt/index.apt +++ b/helper-maven-plugin-test-api/src/site/apt/index.apt @@ -1,3 +1,24 @@ +~~~ +~~ #%L +~~ Helper Maven Plugin :: Test Api +~~ %% +~~ Copyright (C) 2009 - 2015 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% +~~~ ---- Introduction diff --git a/helper-maven-plugin-test-api/src/site/apt/mojo-testFramework.apt b/helper-maven-plugin-test-api/src/site/apt/mojo-testFramework.apt index 0a36d83..8e0eb45 100644 --- a/helper-maven-plugin-test-api/src/site/apt/mojo-testFramework.apt +++ b/helper-maven-plugin-test-api/src/site/apt/mojo-testFramework.apt @@ -1,3 +1,24 @@ +~~~ +~~ #%L +~~ Helper Maven Plugin :: Test Api +~~ %% +~~ Copyright (C) 2009 - 2015 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% +~~~ ---- Mojo Test framework diff --git a/helper-maven-plugin-test-api/src/site/site.xml b/helper-maven-plugin-test-api/src/site/site.xml index 8a24ae9..82a41e7 100644 --- a/helper-maven-plugin-test-api/src/site/site.xml +++ b/helper-maven-plugin-test-api/src/site/site.xml @@ -1,4 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Helper Maven Plugin :: Test Api + %% + Copyright (C) 2009 - 2015 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 name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" diff --git a/helper-maven-plugin/src/license/THIRD-PARTY.properties b/helper-maven-plugin/src/license/THIRD-PARTY.properties index fded311..9a31fab 100644 --- a/helper-maven-plugin/src/license/THIRD-PARTY.properties +++ b/helper-maven-plugin/src/license/THIRD-PARTY.properties @@ -1,12 +1,11 @@ # Generated by org.codehaus.mojo.license.AddThirdPartyMojo #------------------------------------------------------------------------------- # Already used licenses in project : -# - Apache License # - BSD License # - CDDL # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License (CDDL) v1.0 -# - Common Public License Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License, Version 1.0 # - GPLv2+CE # - Indiana University Extreme! Lab Software License, vesion 1.1.1 @@ -17,21 +16,11 @@ # - New BSD License # - Public Domain # - The Apache Software License, Version 2.0 -# - http://classworlds.codehaus.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Sun Oct 26 13:41:53 CET 2014 -classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/license.html -commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0 +#Tue May 26 06:19:41 UTC 2015 commons-collections--commons-collections--3.1=The Apache Software License, Version 2.0 -nekohtml--xercesMinimal--1.9.6.2=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-container-default--1.0-alpha-9-stable-1=The Apache Software License, Version 2.0 -org.codehaus.plexus--plexus-interactivity-api--1.0-alpha-4=The Apache Software License, Version 2.0 -org.slf4j--jcl-over-slf4j--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-api--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-jdk14--1.5.6=The Apache Software License, Version 2.0 -org.slf4j--slf4j-nop--1.5.3=The Apache Software License, Version 2.0 oro--oro--2.0.8=The Apache Software License, Version 2.0 plexus--plexus-mail-sender-api--1.0-alpha-2=The Apache Software License, Version 2.0 diff --git a/helper-maven-plugin/src/test/java/org/nuiton/helper/plugin/CheckAutoContainerPluginTest.java b/helper-maven-plugin/src/test/java/org/nuiton/helper/plugin/CheckAutoContainerPluginTest.java index 977d15a..470f429 100644 --- a/helper-maven-plugin/src/test/java/org/nuiton/helper/plugin/CheckAutoContainerPluginTest.java +++ b/helper-maven-plugin/src/test/java/org/nuiton/helper/plugin/CheckAutoContainerPluginTest.java @@ -1,5 +1,27 @@ package org.nuiton.helper.plugin; +/* + * #%L + * Helper Maven Plugin :: Mojos + * %% + * Copyright (C) 2009 - 2015 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% + */ + import org.junit.Assert; import org.junit.Assume; import org.junit.Ignore; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.