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 6d27d0b07a73c2f5cdcd11250b5def25dd9d62bd Author: Maven Release <maven-release@codelutin.com> Date: Sat Feb 27 15:32:04 2016 +0100 Add missing header --- .../plugin/ComputeDistributionSiteUrlMojo.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java index faac3c0..2a1a71b 100644 --- a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java +++ b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/ComputeDistributionSiteUrlMojo.java @@ -1,5 +1,27 @@ package org.nuiton.helper.plugin; +/* + * #%L + * Helper Maven Plugin :: Mojos + * %% + * Copyright (C) 2009 - 2016 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.maven.plugins.annotations.LifecyclePhase; import org.apache.maven.plugins.annotations.Mojo; import org.apache.maven.plugins.annotations.Parameter; -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.