Maven-helper-plugin-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- 427 discussions
Author: tchemit
Date: 2010-11-11 14:17:20 +0100 (Thu, 11 Nov 2010)
New Revision: 780
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/780
Log:
go back to version 1.2.9 for release + change my roles
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-29 08:29:03 UTC (rev 779)
+++ trunk/pom.xml 2010-11-11 13:17:20 UTC (rev 780)
@@ -39,7 +39,7 @@
<artifactId>maven-helper-plugin</artifactId>
- <version>1.3-SNAPSHOT</version>
+ <version>1.2.9-SNAPSHOT</version>
<dependencies>
@@ -230,7 +230,8 @@
<organization>CodeLutin</organization>
<timezone>+2</timezone>
<roles>
- <role>Développeur</role>
+ <role>Lead</role>
+ <role>Developer</role>
</roles>
</developer>
</developers>
1
0
Author: tchemit
Date: 2010-10-29 10:29:03 +0200 (Fri, 29 Oct 2010)
New Revision: 779
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/779
Log:
Update mavenpom4redmineAndCentral to 2.4.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-26 12:57:29 UTC (rev 778)
+++ trunk/pom.xml 2010-10-29 08:29:03 UTC (rev 779)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.4</version>
</parent>
<artifactId>maven-helper-plugin</artifactId>
1
0
Author: tchemit
Date: 2010-10-26 14:57:29 +0200 (Tue, 26 Oct 2010)
New Revision: 778
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/778
Log:
fix build (use inheritance from mavenpom for commons libs)
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-26 12:12:29 UTC (rev 777)
+++ trunk/pom.xml 2010-10-26 12:57:29 UTC (rev 778)
@@ -198,7 +198,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
1
0
Author: tchemit
Date: 2010-10-26 14:12:29 +0200 (Tue, 26 Oct 2010)
New Revision: 777
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/777
Log:
use mavenpom 2.4-SNAPSHOT
use camelCase style for version properties
use default libraries version from mavenpom
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
+++ trunk/pom.xml 2010-10-26 12:12:29 UTC (rev 777)
@@ -48,20 +48,16 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
</dependency>
- <!-- fix dependency pb in xpp3Reader (need at least version > 2.2) -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.5</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
</dependency>
<dependency>
@@ -94,7 +90,7 @@
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-mail-sender-api</artifactId>
- <version>${plexusMailSender.version}</version>
+ <version>${plexusMailSenderVersion}</version>
<exclusions>
<exclusion>
<groupId>plexus</groupId>
@@ -202,14 +198,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.16</version>
<scope>test</scope>
</dependency>
@@ -260,7 +254,7 @@
<properties>
- <plexusMailSender.version>1.0-alpha-2</plexusMailSender.version>
+ <plexusMailSenderVersion>1.0-alpha-2</plexusMailSenderVersion>
<!-- extra files to include in release -->
<redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
1
0
Author: tchemit
Date: 2010-10-23 13:44:57 +0200 (Sat, 23 Oct 2010)
New Revision: 776
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/776
Log:
Evolution #974: Optimize dependencies
Evolution #975: Use new maven-license-plugin mecanism to update file headers
Evolution #976: Updates mavenpom4redmineCentral to 2.4
Removed:
trunk/src/license/project.xml
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/changelog.txt
trunk/pom.xml
trunk/src/it/check-auto-container/central/invoker.properties
trunk/src/it/check-auto-container/central/pom.xml
trunk/src/it/check-auto-container/central/verify.groovy
trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties
trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml
trunk/src/it/check-auto-container/nuiton-other-releases/verify.groovy
trunk/src/it/check-auto-container/unsafe-central/invoker.properties
trunk/src/it/check-auto-container/unsafe-central/pom.xml
trunk/src/it/check-auto-container/unsafe-central/verify.groovy
trunk/src/it/collect-files/multi/invoker.properties
trunk/src/it/collect-files/multi/module1/pom.xml
trunk/src/it/collect-files/multi/module1/src/module1-2.txt
trunk/src/it/collect-files/multi/module1/src/module1.txt
trunk/src/it/collect-files/multi/module2/pom.xml
trunk/src/it/collect-files/multi/module2/src/module2-2.txt
trunk/src/it/collect-files/multi/module2/src/module2.txt
trunk/src/it/collect-files/multi/pom.xml
trunk/src/it/collect-files/multi/src/collect-files-2.txt
trunk/src/it/collect-files/multi/src/collect-files.txt
trunk/src/it/collect-files/multi/verify.groovy
trunk/src/it/collect-files/single/invoker.properties
trunk/src/it/collect-files/single/pom.xml
trunk/src/it/collect-files/single/src/collect-files-2.txt
trunk/src/it/collect-files/single/src/collect-files.txt
trunk/src/it/collect-files/single/verify.groovy
trunk/src/it/send-email/single/emailContent.txt
trunk/src/it/send-email/single/invoker.properties
trunk/src/it/send-email/single/pom.xml
trunk/src/it/send-email/single/verify.groovy
trunk/src/it/settings.xml
trunk/src/it/share-server-secret/single/invoker.properties
trunk/src/it/share-server-secret/single/pom.xml
trunk/src/it/share-server-secret/single/verify.groovy
trunk/src/license/THIRD-PARTY.properties
trunk/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java
trunk/src/main/java/org/nuiton/helper/plugin/CollectFilesMojo.java
trunk/src/main/java/org/nuiton/helper/plugin/SendEmailMojo.java
trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java
trunk/src/main/java/org/nuiton/io/FileUpdater.java
trunk/src/main/java/org/nuiton/io/FileUpdaterHelper.java
trunk/src/main/java/org/nuiton/io/MirroredFileUpdater.java
trunk/src/main/java/org/nuiton/io/PropertiesDateRemoveFilterStream.java
trunk/src/main/java/org/nuiton/io/SortedProperties.java
trunk/src/main/java/org/nuiton/io/mail/MailSender.java
trunk/src/main/java/org/nuiton/io/mail/ProjectJavamailMailSender.java
trunk/src/main/java/org/nuiton/io/rest/DefaultRestClientConfiguration.java
trunk/src/main/java/org/nuiton/io/rest/RestClient.java
trunk/src/main/java/org/nuiton/io/rest/RestClientConfiguration.java
trunk/src/main/java/org/nuiton/io/rest/RestDataNotFoundException.java
trunk/src/main/java/org/nuiton/io/rest/RestException.java
trunk/src/main/java/org/nuiton/io/rest/RestRequest.java
trunk/src/main/java/org/nuiton/io/rest/RestRequestBuilder.java
trunk/src/main/java/org/nuiton/io/rest/RestSession.java
trunk/src/main/java/org/nuiton/io/xpp3/AbstractXpp3Reader.java
trunk/src/main/java/org/nuiton/io/xpp3/DataConverter.java
trunk/src/main/java/org/nuiton/io/xpp3/DefaultDataConverter.java
trunk/src/main/java/org/nuiton/io/xpp3/PropertyMapper.java
trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Helper.java
trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Reader.java
trunk/src/main/java/org/nuiton/plugin/AbstractPlugin.java
trunk/src/main/java/org/nuiton/plugin/DependencyUtil.java
trunk/src/main/java/org/nuiton/plugin/Plugin.java
trunk/src/main/java/org/nuiton/plugin/PluginHelper.java
trunk/src/main/java/org/nuiton/plugin/PluginIOContext.java
trunk/src/main/java/org/nuiton/plugin/PluginWithEncoding.java
trunk/src/main/java/org/nuiton/plugin/VelocityTemplateGenerator.java
trunk/src/main/resources/META-INF/plexus/components.xml
trunk/src/main/resources/assemblies/deps.xml
trunk/src/main/resources/assemblies/full.xml
trunk/src/site/apt/Todo.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/mojo-examples.apt
trunk/src/site/apt/mojo-framework.apt
trunk/src/site/apt/mojo-testFramework.apt
trunk/src/site/apt/mojo-usages.apt
trunk/src/site/site_en.xml
trunk/src/test/java/org/nuiton/helper/plugin/SendEmailMojoTest.java
trunk/src/test/java/org/nuiton/io/JavaDummy.java
trunk/src/test/java/org/nuiton/io/JavaFileUpdaterTest.java
trunk/src/test/java/org/nuiton/io/JaxxFileUpdaterTest.java
trunk/src/test/java/org/nuiton/io/xpp3/Identity.java
trunk/src/test/java/org/nuiton/io/xpp3/IdentityXpp3Reader.java
trunk/src/test/java/org/nuiton/io/xpp3/Xpp3HelperTest.java
trunk/src/test/java/org/nuiton/io/xpp3/Xpp3ReaderTest.java
trunk/src/test/java/org/nuiton/plugin/AbstractMojoTest.java
trunk/src/test/java/org/nuiton/plugin/PluginHelperTest.java
trunk/src/test/java/org/nuiton/plugin/TestHelper.java
trunk/src/test/resources/META-INF/services/org.nuiton.io.xpp3.Xpp3Reader
trunk/src/test/resources/log4j.properties
trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/mailContentFile.txt
trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml
trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml
trunk/src/test/resources/org/nuiton/io/JaxxDummy.java
trunk/src/test/resources/org/nuiton/io/JaxxDummy.jaxx
trunk/src/test/resources/org/nuiton/io/xpp3/identities.xml
trunk/src/test/resources/org/nuiton/io/xpp3/identities2.xml
trunk/src/test/resources/org/nuiton/io/xpp3/identity.xml
trunk/src/test/resources/org/nuiton/plugin/urls.txt
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>2.3.2</version>
+ <version>2.4-SNAPSHOT</version>
</parent>
<artifactId>maven-helper-plugin</artifactId>
@@ -65,12 +65,6 @@
</dependency>
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
<version>1.2</version>
@@ -91,12 +85,6 @@
</dependency>
<dependency>
- <groupId>org.sonatype.plexus</groupId>
- <artifactId>plexus-cipher</artifactId>
- <version>1.5</version>
- </dependency>
-
- <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.0-alpha-9-stable-1</version>
@@ -115,75 +103,50 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus-mail-sender-javamail</artifactId>
- <version>${plexusMailSender.version}</version>
- <exclusions>
- <exclusion>
- <groupId>plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>plexus</groupId>
- <artifactId>plexus-mail-sender-simple</artifactId>
- <version>${plexusMailSender.version}</version>
- <exclusions>
- <exclusion>
- <groupId>plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<!-- provided dependencies -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
- <version>${maven.version}</version>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
- <version>${maven.version}</version>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
- <version>${maven.version}</version>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
- <!--dependency>
+ <dependency>
<groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- <version>${maven.version}</version>
+ <artifactId>maven-artifact</artifactId>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
- </dependency-->
+ </dependency>
<dependency>
<groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- <version>${maven.version}</version>
+ <artifactId>maven-artifact-manager</artifactId>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
+
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>${maven.version}</version>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
- <!-- forces use of javamail 1.4 since it's the only version available in
- the repo. We should remove this as soon as the dependency in
- plexus-mail-sender-javamail will be updated
- -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
@@ -192,6 +155,12 @@
<!--<version>1.4.3</version>-->
</dependency>
+ <dependency>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-provider-api</artifactId>
+ <version>1.0-beta-6</version>
+ <scope>provided</scope>
+ </dependency>
<!-- tests dependencies -->
@@ -243,20 +212,11 @@
<version>1.2.16</version>
<scope>test</scope>
</dependency>
+
<dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-velocity</artifactId>
- <version>1.1.8</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
+ <groupId>velocity</groupId>
+ <artifactId>velocity</artifactId>
+ <version>1.5</version>
</dependency>
</dependencies>
Property changes on: trunk/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/central/invoker.properties
===================================================================
--- trunk/src/it/check-auto-container/central/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/central/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=validate
Property changes on: trunk/src/it/check-auto-container/central/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/central/pom.xml
===================================================================
--- trunk/src/it/check-auto-container/central/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/central/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/check-auto-container/central/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/central/verify.groovy
===================================================================
--- trunk/src/it/check-auto-container/central/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/central/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,2 +1,26 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
return true;
Property changes on: trunk/src/it/check-auto-container/central/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties
===================================================================
--- trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=validate
Property changes on: trunk/src/it/check-auto-container/nuiton-other-releases/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml
===================================================================
--- trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/nuiton-other-releases/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/check-auto-container/nuiton-other-releases/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/nuiton-other-releases/verify.groovy
===================================================================
--- trunk/src/it/check-auto-container/nuiton-other-releases/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/nuiton-other-releases/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,2 +1,26 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
return true;
Property changes on: trunk/src/it/check-auto-container/nuiton-other-releases/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/unsafe-central/invoker.properties
===================================================================
--- trunk/src/it/check-auto-container/unsafe-central/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/unsafe-central/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=validate
Property changes on: trunk/src/it/check-auto-container/unsafe-central/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/unsafe-central/pom.xml
===================================================================
--- trunk/src/it/check-auto-container/unsafe-central/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/unsafe-central/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/check-auto-container/unsafe-central/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/check-auto-container/unsafe-central/verify.groovy
===================================================================
--- trunk/src/it/check-auto-container/unsafe-central/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/check-auto-container/unsafe-central/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,2 +1,26 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
return true;
Property changes on: trunk/src/it/check-auto-container/unsafe-central/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/multi/invoker.properties
===================================================================
--- trunk/src/it/collect-files/multi/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/multi/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=clean install
Property changes on: trunk/src/it/collect-files/multi/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/multi/module1/pom.xml
===================================================================
--- trunk/src/it/collect-files/multi/module1/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/multi/module1/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,5 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/collect-files/multi/module1/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/multi/module1/src/module1-2.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/multi/module1/src/module1.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/multi/module2/pom.xml
===================================================================
--- trunk/src/it/collect-files/multi/module2/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/multi/module2/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,5 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/collect-files/multi/module2/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/multi/module2/src/module2-2.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/multi/module2/src/module2.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/multi/pom.xml
===================================================================
--- trunk/src/it/collect-files/multi/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/multi/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/collect-files/multi/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/multi/src/collect-files-2.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/multi/src/collect-files.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/multi/verify.groovy
===================================================================
--- trunk/src/it/collect-files/multi/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/multi/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
// collect-files
assert new File(basedir, 'target/collect.properties').exists();
assert !new File(basedir, 'target/collect').exists();
Property changes on: trunk/src/it/collect-files/multi/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/single/invoker.properties
===================================================================
--- trunk/src/it/collect-files/single/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/single/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=clean verify
Property changes on: trunk/src/it/collect-files/single/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/single/pom.xml
===================================================================
--- trunk/src/it/collect-files/single/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/single/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/collect-files/single/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/single/src/collect-files-2.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/collect-files/single/src/collect-files.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/collect-files/single/verify.groovy
===================================================================
--- trunk/src/it/collect-files/single/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/collect-files/single/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
// collect-files
assert new File(basedir, 'target/collect.properties').exists();
assert !new File(basedir, 'target/collect').exists();
Property changes on: trunk/src/it/collect-files/single/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/it/send-email/single/emailContent.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/send-email/single/invoker.properties
===================================================================
--- trunk/src/it/send-email/single/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/send-email/single/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:send-email
Property changes on: trunk/src/it/send-email/single/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/send-email/single/pom.xml
===================================================================
--- trunk/src/it/send-email/single/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/send-email/single/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/send-email/single/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/send-email/single/verify.groovy
===================================================================
--- trunk/src/it/send-email/single/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/send-email/single/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
/*
* Licensed to the Apache Software Foundation (ASF) under one
Property changes on: trunk/src/it/send-email/single/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/settings.xml
===================================================================
--- trunk/src/it/settings.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/settings.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<settings>
@@ -53,7 +77,7 @@
</pluginRepository>
</pluginRepositories>
</profile>
-
+
<profile>
<id>nuiton-other-releases</id>
<activation>
Property changes on: trunk/src/it/settings.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/share-server-secret/single/invoker.properties
===================================================================
--- trunk/src/it/share-server-secret/single/invoker.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/share-server-secret/single/invoker.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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
invoker.goals=clean initialize
Property changes on: trunk/src/it/share-server-secret/single/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/share-server-secret/single/pom.xml
===================================================================
--- trunk/src/it/share-server-secret/single/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/share-server-secret/single/pom.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/share-server-secret/single/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/it/share-server-secret/single/verify.groovy
===================================================================
--- trunk/src/it/share-server-secret/single/verify.groovy 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/it/share-server-secret/single/verify.groovy 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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%
+ */
assert new File(basedir, 'build.log').exists();
content = new File(basedir, 'build.log').text;
Property changes on: trunk/src/it/share-server-secret/single/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/license/THIRD-PARTY.properties
===================================================================
--- trunk/src/license/THIRD-PARTY.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/license/THIRD-PARTY.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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%
+###
# Generated by org.nuiton.license.plugin.AddThirdPartyMojo
#-------------------------------------------------------------------------------
# Already used licenses in project :
@@ -3,20 +27,23 @@
# - Apache License
# - Apache Public License 2.0
+# - BSD License
# - Common Development and Distribution License (CDDL) v1.0
# - Common Public License Version 1.0
# - Public Domain
# - The Apache Software License, Version 2.0
+# - http://classworlds.codehaus.org/license.html
#-------------------------------------------------------------------------------
# Please fill the missing licenses for dependencies :
#
#
-#Sun Jun 27 08:45:23 CEST 2010
+#Fri Oct 22 20:18:44 CEST 2010
classworlds--classworlds--1.1-alpha-2=http\://classworlds.codehaus.org/lice…
commons-cli--commons-cli--1.0=The Apache Software License, Version 2.0
commons-codec--commons-codec--1.2=The Apache Software License, Version 2.0
+commons-collections--commons-collections--3.1=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
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
-plexus--plexus-mail-sender-javamail--1.0-alpha-2=The Apache Software License, Version 2.0
-plexus--plexus-mail-sender-simple--1.0-alpha-2=The Apache Software License, Version 2.0
+#plexus--plexus-mail-sender-javamail--1.0-alpha-2=The Apache Software License, Version 2.0
+#plexus--plexus-mail-sender-simple--1.0-alpha-2=The Apache Software License, Version 2.0
Property changes on: trunk/src/license/THIRD-PARTY.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Deleted: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/license/project.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-…">
- <mainLicense>lgpl_v3</mainLicense>
- <headers>
-
- <header>
- <commentStyle>java</commentStyle>
- <fileSets>
- <fileSet>
- <basedir>src/main/java</basedir>
- <include>**/*.java</include>
- </fileSet>
- <fileSet>
- <basedir>src/test/java</basedir>
- <include>**/*.java</include>
- </fileSet>
- </fileSets>
- </header>
-
- <header>
- <commentStyle>apt</commentStyle>
- <fileSet>
- <basedir>src/site</basedir>
- <include>**/*.apt</include>
- </fileSet>
- </header>
-
- <header>
- <commentStyle>xml</commentStyle>
- <fileSet>
- <basedir>src/site</basedir>
- <include>**/*.xml</include>
- </fileSet>
- </header>
-
- </headers>
-</project>
Property changes on: trunk/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/helper/plugin/CollectFilesMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/helper/plugin/SendEmailMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/FileUpdater.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/FileUpdaterHelper.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/MirroredFileUpdater.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/PropertiesDateRemoveFilterStream.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/SortedProperties.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/mail/MailSender.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/mail/ProjectJavamailMailSender.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/DefaultRestClientConfiguration.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestClient.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestClientConfiguration.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestDataNotFoundException.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestException.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestRequest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestRequestBuilder.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/rest/RestSession.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/xpp3/AbstractXpp3Reader.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/xpp3/DataConverter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/xpp3/DefaultDataConverter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/xpp3/PropertyMapper.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Helper.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Reader.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/AbstractPlugin.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/DependencyUtil.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/Plugin.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/PluginHelper.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/PluginIOContext.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/PluginWithEncoding.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/main/java/org/nuiton/plugin/VelocityTemplateGenerator.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/main/resources/META-INF/plexus/components.xml
===================================================================
--- trunk/src/main/resources/META-INF/plexus/components.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/main/resources/META-INF/plexus/components.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,50 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<component-set>
- <components>
- <component>
- <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
- <role-hint>maven-helper-plugin</role-hint>
- <implementation>org.sonatype.plexus.components.cipher.DefaultPlexusCipher</implementation>
- </component>
- <component>
- <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role>
- <role-hint>maven-helper-plugin</role-hint>
- <implementation>org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher</implementation>
- <requirements>
- <requirement>
- <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
- <field-name>_cipher</field-name>
- </requirement>
- <requirement>
- <role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor</role>
- <field-name>_decryptors</field-name>
- </requirement>
- </requirements>
- <configuration>
- <_configurationFile>~/.m2/settings-security.xml</_configurationFile>
- </configuration>
- </component>
- <component>
- <role>org.codehaus.plexus.velocity.VelocityComponent</role>
- <role-hint>maven-helper-plugin</role-hint>
- <implementation>org.codehaus.plexus.velocity.DefaultVelocityComponent</implementation>
- <configuration>
- <properties>
- <property>
- <name>resource.loader</name>
- <value>file,class</value>
- </property>
- <property>
- <name>class.resource.loader.class</name>
- <value>org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader</value>
- </property>
- <property>
- <name>file.resource.loader.class</name>
- <value>org.apache.velocity.runtime.resource.loader.FileResourceLoader</value>
- </property>
- </properties>
- </configuration>
- </component>
- </components>
+ <components>
+ <component>
+ <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
+ <role-hint>maven-helper-plugin</role-hint>
+ <implementation>org.sonatype.plexus.components.cipher.DefaultPlexusCipher
+ </implementation>
+ </component>
+ <component>
+ <role>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</role>
+ <role-hint>maven-helper-plugin</role-hint>
+ <implementation>
+ org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher
+ </implementation>
+ <requirements>
+ <requirement>
+ <role>org.sonatype.plexus.components.cipher.PlexusCipher</role>
+ <field-name>_cipher</field-name>
+ </requirement>
+ <requirement>
+ <role>org.sonatype.plexus.components.sec.dispatcher.PasswordDecryptor
+ </role>
+ <field-name>_decryptors</field-name>
+ </requirement>
+ </requirements>
+ <configuration>
+ <_configurationFile>~/.m2/settings-security.xml</_configurationFile>
+ </configuration>
+ </component>
+ <component>
+ <role>org.codehaus.plexus.velocity.VelocityComponent</role>
+ <role-hint>maven-helper-plugin</role-hint>
+ <implementation>org.codehaus.plexus.velocity.DefaultVelocityComponent
+ </implementation>
+ <configuration>
+ <properties>
+ <property>
+ <name>resource.loader</name>
+ <value>file,class</value>
+ </property>
+ <property>
+ <name>class.resource.loader.class</name>
+ <value>
+ org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+ </value>
+ </property>
+ <property>
+ <name>file.resource.loader.class</name>
+ <value>
+ org.apache.velocity.runtime.resource.loader.FileResourceLoader
+ </value>
+ </property>
+ </properties>
+ </configuration>
+ </component>
+ </components>
</component-set>
\ No newline at end of file
Property changes on: trunk/src/main/resources/META-INF/plexus/components.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/main/resources/assemblies/deps.xml
===================================================================
--- trunk/src/main/resources/assemblies/deps.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/main/resources/assemblies/deps.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,45 +1,69 @@
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<assembly>
- <id>deps</id>
- <formats>
- <format>zip</format>
- </formats>
- <!-- This don't support SNAPSHOT -->
- <dependencySets>
- <dependencySet>
- <outputDirectory>lib</outputDirectory>
- <excludes>
- <!--exclude>junit:junit</exclude-->
- <exclude>${artifact.groupId}:${artifact.artifactId}</exclude>
- </excludes>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
- <fileSets>
- <fileSet>
- <directory>target</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>*.jar</include>
- </includes>
- <excludes>
- <exclude>*-sources.jar</exclude>
- <exclude>*-javadoc.jar</exclude>
- </excludes>
- </fileSet>
- <fileSet>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>README*</include>
- <include>LICENSE*</include>
- <include>pom.xml</include>
- </includes>
- </fileSet>
- <fileSet>
- <outputDirectory>/</outputDirectory>
- <directory>target/classes</directory>
- <includes>
- <include>THIRD-PARTY.txt</include>
- </includes>
- </fileSet>
- </fileSets>
+ <id>deps</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <!-- This don't support SNAPSHOT -->
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <excludes>
+ <!--exclude>junit:junit</exclude-->
+ <exclude>${artifact.groupId}:${artifact.artifactId}</exclude>
+ </excludes>
+ <scope>runtime</scope>
+ </dependencySet>
+ </dependencySets>
+ <fileSets>
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*-sources.jar</exclude>
+ <exclude>*-javadoc.jar</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>README*</include>
+ <include>LICENSE*</include>
+ <include>pom.xml</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <outputDirectory>/</outputDirectory>
+ <directory>target/classes</directory>
+ <includes>
+ <include>THIRD-PARTY.txt</include>
+ </includes>
+ </fileSet>
+ </fileSets>
</assembly>
\ No newline at end of file
Property changes on: trunk/src/main/resources/assemblies/deps.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/main/resources/assemblies/full.xml
===================================================================
--- trunk/src/main/resources/assemblies/full.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/main/resources/assemblies/full.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,47 +1,71 @@
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<assembly>
- <id>full</id>
- <formats>
- <format>zip</format>
- </formats>
- <!-- This don't support SNAPSHOT -->
- <dependencySets>
- <dependencySet>
- <outputDirectory>lib</outputDirectory>
- <excludes>
- <exclude>${artifact.groupId}:${artifact.artifactId}</exclude>
- </excludes>
- <scope>runtime</scope>
- </dependencySet>
- </dependencySets>
- <fileSets>
- <fileSet>
- <directory>target</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>*.jar</include>
- </includes>
- <excludes>
- <exclude>*-sources.jar</exclude>
- </excludes>
- </fileSet>
- <fileSet>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>README*</include>
- <include>LICENSE*</include>
- <include>pom.xml</include>
- </includes>
- </fileSet>
- <fileSet>
- <outputDirectory>/</outputDirectory>
- <directory>target/classes</directory>
- <includes>
- <include>THIRD-PARTY.txt</include>
- </includes>
- </fileSet>
- <fileSet>
- <directory>src</directory>
- <!--useDefaultExcludes>true</useDefaultExcludes-->
- </fileSet>
- </fileSets>
+ <id>full</id>
+ <formats>
+ <format>zip</format>
+ </formats>
+ <!-- This don't support SNAPSHOT -->
+ <dependencySets>
+ <dependencySet>
+ <outputDirectory>lib</outputDirectory>
+ <excludes>
+ <exclude>${artifact.groupId}:${artifact.artifactId}</exclude>
+ </excludes>
+ <scope>runtime</scope>
+ </dependencySet>
+ </dependencySets>
+ <fileSets>
+ <fileSet>
+ <directory>target</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>*.jar</include>
+ </includes>
+ <excludes>
+ <exclude>*-sources.jar</exclude>
+ </excludes>
+ </fileSet>
+ <fileSet>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>README*</include>
+ <include>LICENSE*</include>
+ <include>pom.xml</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <outputDirectory>/</outputDirectory>
+ <directory>target/classes</directory>
+ <includes>
+ <include>THIRD-PARTY.txt</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>src</directory>
+ <!--useDefaultExcludes>true</useDefaultExcludes-->
+ </fileSet>
+ </fileSets>
</assembly>
\ No newline at end of file
Property changes on: trunk/src/main/resources/assemblies/full.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/Todo.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/mojo-examples.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/mojo-framework.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/mojo-testFramework.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/apt/mojo-usages.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/site/site_en.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/helper/plugin/SendEmailMojoTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/JavaDummy.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/JavaFileUpdaterTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/JaxxFileUpdaterTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/xpp3/Identity.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/xpp3/IdentityXpp3Reader.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/xpp3/Xpp3HelperTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/io/xpp3/Xpp3ReaderTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/plugin/AbstractMojoTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/plugin/PluginHelperTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/java/org/nuiton/plugin/TestHelper.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/resources/META-INF/services/org.nuiton.io.xpp3.Xpp3Reader
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/log4j.properties
===================================================================
--- trunk/src/test/resources/log4j.properties 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/log4j.properties 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+###
+# #%L
+# Maven helper plugin
+#
+# $Id$
+# $HeadURL$
+# %%
+# Copyright (C) 2009 - 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%
+###
# Global logging configuration
log4j.rootLogger=ERROR, stdout
# Console output...
Property changes on: trunk/src/test/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/mailContentFile.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml
===================================================================
--- trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/sendEmail.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml
===================================================================
--- trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,4 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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/test/resources/org/nuiton/helper/plugin/sendEmailMojoTest/skipSendEmail.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/io/JaxxDummy.java
===================================================================
--- trunk/src/test/resources/org/nuiton/io/JaxxDummy.java 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/io/JaxxDummy.java 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+/*
+ * #%L
+ * Maven helper plugin
+ *
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2009 - 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.io;
/** @author tchemit <chemit(a)codelutin.com> */
Property changes on: trunk/src/test/resources/org/nuiton/io/JaxxDummy.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/io/JaxxDummy.jaxx
===================================================================
--- trunk/src/test/resources/org/nuiton/io/JaxxDummy.jaxx 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/io/JaxxDummy.jaxx 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<Object>
Dummy file to test org.nuiton.util.FileUpdaterHelper.JaxxFileUpdater
</Object>
\ No newline at end of file
Property changes on: trunk/src/test/resources/org/nuiton/io/JaxxDummy.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/io/xpp3/identities.xml
===================================================================
--- trunk/src/test/resources/org/nuiton/io/xpp3/identities.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/io/xpp3/identities.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<identities>
<identity>
<firstName>first name</firstName>
Property changes on: trunk/src/test/resources/org/nuiton/io/xpp3/identities.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/io/xpp3/identities2.xml
===================================================================
--- trunk/src/test/resources/org/nuiton/io/xpp3/identities2.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/io/xpp3/identities2.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<identity>
<identity>
<firstName>first name</firstName>
Property changes on: trunk/src/test/resources/org/nuiton/io/xpp3/identities2.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Modified: trunk/src/test/resources/org/nuiton/io/xpp3/identity.xml
===================================================================
--- trunk/src/test/resources/org/nuiton/io/xpp3/identity.xml 2010-10-17 01:38:12 UTC (rev 775)
+++ trunk/src/test/resources/org/nuiton/io/xpp3/identity.xml 2010-10-23 11:44:57 UTC (rev 776)
@@ -1,3 +1,27 @@
+<!--
+ #%L
+ Maven helper plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 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%
+ -->
<identity>
<firstName>first name</firstName>
<lastName>last name</lastName>
Property changes on: trunk/src/test/resources/org/nuiton/io/xpp3/identity.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
Property changes on: trunk/src/test/resources/org/nuiton/plugin/urls.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Author Date Id Revision HeadURL
1
0
Author: tchemit
Date: 2010-10-17 03:38:12 +0200 (Sun, 17 Oct 2010)
New Revision: 775
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/775
Log:
Update mavenpom4redmineAndCentral to 2.3.2.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-08 23:50:30 UTC (rev 774)
+++ trunk/pom.xml 2010-10-17 01:38:12 UTC (rev 775)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
</parent>
<artifactId>maven-helper-plugin</artifactId>
1
0
Author: tchemit
Date: 2010-10-09 01:50:30 +0200 (Sat, 09 Oct 2010)
New Revision: 774
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/774
Log:
Update mavenpom4redmineAndCentral to 2.3.1.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-08 22:18:44 UTC (rev 773)
+++ trunk/pom.xml 2010-10-08 23:50:30 UTC (rev 774)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>2.3</version>
+ <version>2.3.1</version>
</parent>
<artifactId>maven-helper-plugin</artifactId>
1
0
Author: hudson
Date: 2010-10-09 00:18:44 +0200 (Sat, 09 Oct 2010)
New Revision: 773
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/773
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-08 22:18:43 UTC (rev 772)
+++ trunk/pom.xml 2010-10-08 22:18:44 UTC (rev 773)
@@ -39,7 +39,7 @@
<artifactId>maven-helper-plugin</artifactId>
- <version>1.2.8</version>
+ <version>1.3-SNAPSHOT</version>
<dependencies>
@@ -287,9 +287,9 @@
<!-- ************************************************************* -->
<scm>
- <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plu…</connection>
- <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plu…</developerConnection>
- <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-he…</url>
+ <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</connection>
+ <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</developerConnection>
+ <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url>
</scm>
<!-- ************************************************************* -->
1
0
Author: hudson
Date: 2010-10-09 00:18:43 +0200 (Sat, 09 Oct 2010)
New Revision: 772
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/772
Log:
[maven-release-plugin] copy for tag maven-helper-plugin-1.2.8
Added:
tags/maven-helper-plugin-1.2.8/
Property changes on: tags/maven-helper-plugin-1.2.8
___________________________________________________________________
Added: svn:ignore
+ target
*.iml
*.ipr
*.iws
Added: svn:mergeinfo
+
1
0
Author: hudson
Date: 2010-10-09 00:18:42 +0200 (Sat, 09 Oct 2010)
New Revision: 771
Url: http://nuiton.org/repositories/revision/maven-helper-plugin/771
Log:
[maven-release-plugin] prepare release maven-helper-plugin-1.2.8
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-10-08 12:42:12 UTC (rev 770)
+++ trunk/pom.xml 2010-10-08 22:18:42 UTC (rev 771)
@@ -39,7 +39,7 @@
<artifactId>maven-helper-plugin</artifactId>
- <version>1.2.8-SNAPSHOT</version>
+ <version>1.2.8</version>
<dependencies>
@@ -287,9 +287,9 @@
<!-- ************************************************************* -->
<scm>
- <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</connection>
- <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</developerConnection>
- <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url>
+ <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plu…</connection>
+ <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plu…</developerConnection>
+ <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-he…</url>
</scm>
<!-- ************************************************************* -->
1
0