Author: tchemit Date: 2012-02-16 15:09:53 +0100 (Thu, 16 Feb 2012) New Revision: 235 Url: http://nuiton.org/repositories/revision/jredmine/235 Log: - change to version 1.3-SNAPSHOT - T?\195?\162che #1969: Rename maven-jredmine-plugin to jredmine-maven-plugin Added: trunk/jredmine-maven-plugin/ trunk/jredmine-maven-plugin/pom.xml trunk/jredmine-maven-plugin/src/it/multi/pom.xml trunk/jredmine-maven-plugin/src/it/report/pom.xml trunk/jredmine-maven-plugin/src/it/single/pom.xml trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml Removed: trunk/jredmine-maven-plugin/pom.xml trunk/jredmine-maven-plugin/src/it/multi/pom.xml trunk/jredmine-maven-plugin/src/it/report/pom.xml trunk/jredmine-maven-plugin/src/it/single/pom.xml trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml trunk/maven-jredmine-plugin/LICENSE.txt trunk/maven-jredmine-plugin/README.txt trunk/maven-jredmine-plugin/changelog.txt trunk/maven-jredmine-plugin/pom.xml trunk/maven-jredmine-plugin/src/ Modified: trunk/jredmine-client/pom.xml trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml trunk/jredmine-maven-plugin/src/site/apt/index.apt trunk/jredmine-maven-plugin/src/site/apt/usage.apt trunk/jredmine-maven-plugin/src/site/site_fr.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml trunk/pom.xml trunk/src/site/apt/index.apt Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/jredmine-client/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -3,7 +3,6 @@ #%L JRedmine :: Client - $Id$ $HeadURL$ %% Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin @@ -35,7 +34,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.3-SNAPSHOT</version> </parent> <groupId>org.nuiton.jredmine</groupId> Deleted: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,292 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven plugin - - $Id$ - $HeadURL$ - %% - Copyright (C) 2009 - 2010 Tony Chemit, 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"> - - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>jredmine</artifactId> - <version>1.2.3-SNAPSHOT</version> - </parent> - - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - - <dependencies> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jredmine-client</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jredmine-client</artifactId> - <version>${project.version}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - - <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - </dependency> - - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-i18n</artifactId> - </dependency> - - <dependency> - <groupId>org.sonatype.plexus</groupId> - <artifactId>plexus-sec-dispatcher</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-settings</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - </dependency> - - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-impl</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </dependency> - - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-velocity</artifactId> - </dependency> - - <!-- doxia --> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-site-renderer</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-decoration-model</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-sink-api</artifactId> - </dependency> - - <!-- tests dependencies --> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - - <dependency> - <groupId>org.apache.maven.plugin-testing</groupId> - <artifactId>maven-plugin-testing-harness</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRedmine :: Maven plugin</name> - - <description>JRedmine maven plugin to interacts with Redmine's server - </description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - - <build> - - <plugins> - - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>helpmojo</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <profiles> - - <!-- reports only at release time --> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <reporting> - <plugins> - - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <version>${pluginPluginVersion}</version> - </plugin> - - </plugins> - </reporting> - </profile> - <profile> - <id>run-its</id> - <!--activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation--> - <build> - <plugins> - <plugin> - <artifactId>maven-invoker-plugin</artifactId> - <configuration> - <pomIncludes> - <pomInclude>single_failed/pom.xml</pomInclude> - <pomInclude>single/pom.xml</pomInclude> - <pomInclude>multi/pom.xml</pomInclude> - <pomInclude>skip-report/pom.xml</pomInclude> - <pomInclude>report/pom.xml</pomInclude> - </pomIncludes> - <postBuildHookScript>verify</postBuildHookScript> - <localRepositoryPath>${basedir}/target/local-repo - </localRepositoryPath> - <settingsFile>src/it/settings.xml</settingsFile> - <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo> - </configuration> - <executions> - <execution> - <id>integration-test</id> - <goals> - <goal>install</goal> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - </profiles> - -</project> Copied: trunk/jredmine-maven-plugin/pom.xml (from rev 234, trunk/maven-jredmine-plugin/pom.xml) =================================================================== --- trunk/jredmine-maven-plugin/pom.xml (rev 0) +++ trunk/jredmine-maven-plugin/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -0,0 +1,291 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven plugin + + $HeadURL$ + %% + Copyright (C) 2009 - 2010 Tony Chemit, 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"> + + <modelVersion>4.0.0</modelVersion> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> + <groupId>org.nuiton</groupId> + <artifactId>jredmine</artifactId> + <version>1.3-SNAPSHOT</version> + </parent> + + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + + <dependencies> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jredmine-client</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>jredmine-client</artifactId> + <version>${project.version}</version> + <scope>test</scope> + <classifier>tests</classifier> + </dependency> + + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> + + <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + </dependency> + + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-i18n</artifactId> + </dependency> + + <dependency> + <groupId>org.sonatype.plexus</groupId> + <artifactId>plexus-sec-dispatcher</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + </dependency> + + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-api</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </dependency> + + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>runtime</scope> + </dependency> + + <dependency> + <groupId>org.apache.velocity</groupId> + <artifactId>velocity</artifactId> + </dependency> + + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-velocity</artifactId> + </dependency> + + <!-- doxia --> + + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-core</artifactId> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-site-renderer</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-decoration-model</artifactId> + </dependency> + + <dependency> + <groupId>org.apache.maven.doxia</groupId> + <artifactId>doxia-sink-api</artifactId> + </dependency> + + <!-- tests dependencies --> + + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <scope>test</scope> + <classifier>tests</classifier> + </dependency> + + <dependency> + <groupId>org.apache.maven.plugin-testing</groupId> + <artifactId>maven-plugin-testing-harness</artifactId> + </dependency> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>JRedmine :: Maven plugin</name> + + <description>JRedmine maven plugin to interacts with Redmine's server + </description> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>maven-plugin</packaging> + + <build> + + <plugins> + + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>helpmojo</goal> + </goals> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <profiles> + + <!-- reports only at release time --> + <profile> + <id>reporting</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <reporting> + <plugins> + + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + <version>${pluginPluginVersion}</version> + </plugin> + + </plugins> + </reporting> + </profile> + <profile> + <id>run-its</id> + <!--activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation--> + <build> + <plugins> + <plugin> + <artifactId>maven-invoker-plugin</artifactId> + <configuration> + <pomIncludes> + <pomInclude>single_failed/pom.xml</pomInclude> + <pomInclude>single/pom.xml</pomInclude> + <pomInclude>multi/pom.xml</pomInclude> + <pomInclude>skip-report/pom.xml</pomInclude> + <pomInclude>report/pom.xml</pomInclude> + </pomIncludes> + <postBuildHookScript>verify</postBuildHookScript> + <localRepositoryPath>${basedir}/target/local-repo + </localRepositoryPath> + <settingsFile>src/it/settings.xml</settingsFile> + <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo> + </configuration> + <executions> + <execution> + <id>integration-test</id> + <goals> + <goal>install</goal> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + + </profiles> + +</project> Deleted: trunk/jredmine-maven-plugin/src/it/multi/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/it/multi/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,188 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven 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"> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.nuiton.jredmine.test.multi</groupId> - <artifactId>pom</artifactId> - <version>0</version> - - <modules> - <module>module1</module> - <module>module2</module> - </modules> - - <name>JRedmine multi pom</name> - <description>Test JRedmine plugin for a multi module.</description> - - <packaging>pom</packaging> - - <url>http://www.foo.com</url> - - <issueManagement> - <system>redmine</system> - <url>http://www.mynuiton.org/projects/one/issues</url> - </issueManagement> - - <properties> - - <pluginVersion>@pom.version@</pluginVersion> - - <!-- default encoding --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - - <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile> - <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url> - <redmine.serverId>redmine-local</redmine.serverId> - <redmine.projectId>one</redmine.projectId> - <redmine.versionId>1.0.0</redmine.versionId> - - <redmine.url>http://www.mynuiton.org</redmine.url> - <releaseFiles>${basedir}/src/pom.txt</releaseFiles> - - <collectedFiles>target/collect.properties</collectedFiles> - - </properties> - - <build> - - <pluginManagement> - <plugins> - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <version>${pluginVersion}</version> - </plugin> - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> - </plugin> - </plugins> - </pluginManagement> - - - <plugins> - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <execution> - <id>get-redmine-login</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>initialize</phase> - <configuration> - <serverId>${redmine.serverId}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> - </configuration> - </execution> - <!-- collect files to send to redmine --> - <execution> - <id>collect-files</id> - <goals> - <goal>collect-files</goal> - </goals> - <phase>package</phase> - <configuration> - <extraFiles>${releaseFiles}</extraFiles> - <descriptionFile>${collectedFiles}</descriptionFile> - <!--<copyFiles>false</copyFiles>--> - </configuration> - </execution> - - </executions> - </plugin> - - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <executions> - <execution> - <id>generate-changes</id> - <goals> - <goal>generate-changes</goal> - <goal>generate-news-announcement</goal> - <goal>generate-email-announcement</goal> - </goals> - <phase>generate-resources</phase> - <configuration> - <xmlPath>${maven.changeFile}</xmlPath> - - <generateOnce>true</generateOnce> - - <actionMapping>fix:1, add:2</actionMapping> - <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate> - - <xmlPath>${maven.changeFile}</xmlPath> - <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> - </configuration> - </execution> - - <execution> - <id>publish-redmine</id> - <!-- only executed on the pom --> - <inherited>false</inherited> - <goals> - <goal>update-version</goal> - <goal>publish-attachments</goal> - <goal>publish-news</goal> - </goals> - <phase>verify</phase> - <configuration> - - <!-- Send nothing ! --> - <!--<dryRun>true</dryRun>--> - - <!-- update-version --> - <closeVersion>true</closeVersion> - <versionDescription>éàçè`a</versionDescription> - - <!-- publish-attachments --> - <filesFromProperties>${collectedFiles}</filesFromProperties> - - <!-- publish-news --> - <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm</newsContentFile> - <newsSummary>${project.description}</newsSummary> - <newsTitle>${project.name} ${project.version} released</newsTitle> - - </configuration> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - -</project> Copied: trunk/jredmine-maven-plugin/src/it/multi/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/multi/pom.xml) =================================================================== --- trunk/jredmine-maven-plugin/src/it/multi/pom.xml (rev 0) +++ trunk/jredmine-maven-plugin/src/it/multi/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -0,0 +1,188 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven 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"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.nuiton.jredmine.test.multi</groupId> + <artifactId>pom</artifactId> + <version>0</version> + + <modules> + <module>module1</module> + <module>module2</module> + </modules> + + <name>JRedmine multi pom</name> + <description>Test JRedmine plugin for a multi module.</description> + + <packaging>pom</packaging> + + <url>http://www.foo.com</url> + + <issueManagement> + <system>redmine</system> + <url>http://www.mynuiton.org/projects/one/issues</url> + </issueManagement> + + <properties> + + <pluginVersion>@pom.version@</pluginVersion> + + <!-- default encoding --> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + + <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile> + <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url> + <redmine.serverId>redmine-local</redmine.serverId> + <redmine.projectId>one</redmine.projectId> + <redmine.versionId>1.0.0</redmine.versionId> + + <redmine.url>http://www.mynuiton.org</redmine.url> + <releaseFiles>${basedir}/src/pom.txt</releaseFiles> + + <collectedFiles>target/collect.properties</collectedFiles> + + </properties> + + <build> + + <pluginManagement> + <plugins> + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <version>${pluginVersion}</version> + </plugin> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> + </plugin> + </plugins> + </pluginManagement> + + + <plugins> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <executions> + <execution> + <id>get-redmine-login</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>initialize</phase> + <configuration> + <serverId>${redmine.serverId}</serverId> + <passwordOut>redmine.password</passwordOut> + <usernameOut>redmine.username</usernameOut> + </configuration> + </execution> + <!-- collect files to send to redmine --> + <execution> + <id>collect-files</id> + <goals> + <goal>collect-files</goal> + </goals> + <phase>package</phase> + <configuration> + <extraFiles>${releaseFiles}</extraFiles> + <descriptionFile>${collectedFiles}</descriptionFile> + <!--<copyFiles>false</copyFiles>--> + </configuration> + </execution> + + </executions> + </plugin> + + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <executions> + <execution> + <id>generate-changes</id> + <goals> + <goal>generate-changes</goal> + <goal>generate-news-announcement</goal> + <goal>generate-email-announcement</goal> + </goals> + <phase>generate-resources</phase> + <configuration> + <xmlPath>${maven.changeFile}</xmlPath> + + <generateOnce>true</generateOnce> + + <actionMapping>fix:1, add:2</actionMapping> + <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate> + + <xmlPath>${maven.changeFile}</xmlPath> + <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> + </configuration> + </execution> + + <execution> + <id>publish-redmine</id> + <!-- only executed on the pom --> + <inherited>false</inherited> + <goals> + <goal>update-version</goal> + <goal>publish-attachments</goal> + <goal>publish-news</goal> + </goals> + <phase>verify</phase> + <configuration> + + <!-- Send nothing ! --> + <!--<dryRun>true</dryRun>--> + + <!-- update-version --> + <closeVersion>true</closeVersion> + <versionDescription>éàçè`a</versionDescription> + + <!-- publish-attachments --> + <filesFromProperties>${collectedFiles}</filesFromProperties> + + <!-- publish-news --> + <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm</newsContentFile> + <newsSummary>${project.description}</newsSummary> + <newsTitle>${project.name} ${project.version} released</newsTitle> + + </configuration> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + +</project> Deleted: trunk/jredmine-maven-plugin/src/it/report/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/report/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/it/report/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,139 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven 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 - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> - -<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"> - <modelVersion>4.0.0</modelVersion> - - <groupId>org.nuiton.jredmine</groupId> - <artifactId>test-report</artifactId> - <version>0</version> - - <name>JRedmine report</name> - <packaging>pom</packaging> - <description>Test JRedmine plugin reports</description> - - <url>http://www.foo.com</url> - - <issueManagement> - <system>redmine</system> - <url>http://www.mynuiton.org/projects/one/issues</url> - </issueManagement> - - <properties> - - <pluginVersion>@pom.version@</pluginVersion> - - <redmine.serverId>redmine-local</redmine.serverId> - <redmine.projectId>one</redmine.projectId> - <redmine.versionId>1.0.0</redmine.versionId> - - <!-- default encoding --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - - <!--<redmine.url>http://www.mynuiton.org</redmine.url>--> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> - <executions> - <execution> - <id>get-redmine-login</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>initialize</phase> - <configuration> - <serverId>${redmine.serverId}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - <reporting> - <plugins> - - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <version>${pluginVersion}</version> - <configuration> - <serverId>redmine-local</serverId> - <projectId>one</projectId> - <versionId>1.0.0</versionId> - <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate> - <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate> - <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn - </columnNames> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>issues-report</report> - <report>issues-report-by-assignee</report> - <report>issues-report-by-category</report> - <report>issues-report-by-priority</report> - <report>issues-report-by-reporter</report> - <report>issues-report-by-status</report> - <report>issues-report-by-tracker</report> - <report>issues-report-by-version</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - -</project> Copied: trunk/jredmine-maven-plugin/src/it/report/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/report/pom.xml) =================================================================== --- trunk/jredmine-maven-plugin/src/it/report/pom.xml (rev 0) +++ trunk/jredmine-maven-plugin/src/it/report/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -0,0 +1,139 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven 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 + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <groupId>org.nuiton.jredmine</groupId> + <artifactId>test-report</artifactId> + <version>0</version> + + <name>JRedmine report</name> + <packaging>pom</packaging> + <description>Test JRedmine plugin reports</description> + + <url>http://www.foo.com</url> + + <issueManagement> + <system>redmine</system> + <url>http://www.mynuiton.org/projects/one/issues</url> + </issueManagement> + + <properties> + + <pluginVersion>@pom.version@</pluginVersion> + + <redmine.serverId>redmine-local</redmine.serverId> + <redmine.projectId>one</redmine.projectId> + <redmine.versionId>1.0.0</redmine.versionId> + + <!-- default encoding --> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <!--<redmine.url>http://www.mynuiton.org</redmine.url>--> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> + <executions> + <execution> + <id>get-redmine-login</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>initialize</phase> + <configuration> + <serverId>${redmine.serverId}</serverId> + <passwordOut>redmine.password</passwordOut> + <usernameOut>redmine.username</usernameOut> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + <reporting> + <plugins> + + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <version>${pluginVersion}</version> + <configuration> + <serverId>redmine-local</serverId> + <projectId>one</projectId> + <versionId>1.0.0</versionId> + <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate> + <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate> + <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn + </columnNames> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>issues-report</report> + <report>issues-report-by-assignee</report> + <report>issues-report-by-category</report> + <report>issues-report-by-priority</report> + <report>issues-report-by-reporter</report> + <report>issues-report-by-status</report> + <report>issues-report-by-tracker</report> + <report>issues-report-by-version</report> + </reports> + </reportSet> + </reportSets> + </plugin> + + </plugins> + </reporting> + +</project> Deleted: trunk/jredmine-maven-plugin/src/it/single/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/single/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/it/single/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,183 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven 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"> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.nuiton.jredmine.test</groupId> - <artifactId>single</artifactId> - <version>0</version> - - <name>JRedmine single</name> - <packaging>jar</packaging> - <description>Test JRedmine plugin for a single module.</description> - - <url>http://www.foo.com</url> - - <issueManagement> - <system>redmine</system> - <url>http://www.mynuiton.org/projects/one/issues</url> - </issueManagement> - - <properties> - - <pluginVersion>@pom.version@</pluginVersion> - - <!-- default encoding --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - - <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile> - <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url> - <redmine.serverId>redmine-local</redmine.serverId> - <redmine.projectId>one</redmine.projectId> - <redmine.versionId>1.0.0</redmine.versionId> - - <redmine.url>http://www.mynuiton.org</redmine.url> - <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles> - - <collectedFiles>target/collect.properties</collectedFiles> - - </properties> - - <build> - - <pluginManagement> - <plugins> - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <version>${pluginVersion}</version> - </plugin> - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> - </plugin> - </plugins> - </pluginManagement> - - <plugins> - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <execution> - <id>get-redmine-login</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>initialize</phase> - <configuration> - <serverId>${redmine.serverId}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> - </configuration> - </execution> - <!-- collect files to send to redmine --> - <execution> - <id>collect-files</id> - <goals> - <goal>collect-files</goal> - </goals> - <phase>package</phase> - <configuration> - <extraFiles>${releaseFiles}</extraFiles> - <descriptionFile>${collectedFiles}</descriptionFile> - <!--<copyFiles>false</copyFiles>--> - </configuration> - </execution> - - </executions> - </plugin> - - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <executions> - <execution> - <id>generate</id> - <goals> - <goal>generate-changes</goal> - <goal>generate-news-announcement</goal> - <goal>generate-email-announcement</goal> - </goals> - <phase>generate-resources</phase> - <configuration> - <!-- common --> - <xmlPath>${maven.changeFile}</xmlPath> - - <!-- generate-changes --> - <generateOnce>true</generateOnce> - <actionMapping>fix:1, add:2</actionMapping> - <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate> - - <!-- generate announcements --> - <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> - </configuration> - </execution> - - <execution> - <id>publish-redmine</id> - <goals> - <goal>update-version</goal> - <goal>publish-attachments</goal> - <goal>publish-news</goal> - <!--<goal>send-email</goal>--> - </goals> - <phase>verify</phase> - <configuration> - - <!-- Send nothing ! --> - <!--<dryRun>true</dryRun>--> - - <verbose>true</verbose> - - <!-- update-version --> - <closeVersion>true</closeVersion> - <versionDescription>éàçè`a</versionDescription> - - <!-- publish-attachments --> - <filesFromProperties>${collectedFiles}</filesFromProperties> - - <!-- publish-news --> - <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm - </newsContentFile> - <newsSummary>${project.description}</newsSummary> - <newsTitle>${project.name} ${project.version} released</newsTitle> - </configuration> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - -</project> Copied: trunk/jredmine-maven-plugin/src/it/single/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/single/pom.xml) =================================================================== --- trunk/jredmine-maven-plugin/src/it/single/pom.xml (rev 0) +++ trunk/jredmine-maven-plugin/src/it/single/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven 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"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.nuiton.jredmine.test</groupId> + <artifactId>single</artifactId> + <version>0</version> + + <name>JRedmine single</name> + <packaging>jar</packaging> + <description>Test JRedmine plugin for a single module.</description> + + <url>http://www.foo.com</url> + + <issueManagement> + <system>redmine</system> + <url>http://www.mynuiton.org/projects/one/issues</url> + </issueManagement> + + <properties> + + <pluginVersion>@pom.version@</pluginVersion> + + <!-- default encoding --> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + + <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile> + <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url> + <redmine.serverId>redmine-local</redmine.serverId> + <redmine.projectId>one</redmine.projectId> + <redmine.versionId>1.0.0</redmine.versionId> + + <redmine.url>http://www.mynuiton.org</redmine.url> + <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles> + + <collectedFiles>target/collect.properties</collectedFiles> + + </properties> + + <build> + + <pluginManagement> + <plugins> + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <version>${pluginVersion}</version> + </plugin> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> + </plugin> + </plugins> + </pluginManagement> + + <plugins> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <executions> + <execution> + <id>get-redmine-login</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>initialize</phase> + <configuration> + <serverId>${redmine.serverId}</serverId> + <passwordOut>redmine.password</passwordOut> + <usernameOut>redmine.username</usernameOut> + </configuration> + </execution> + <!-- collect files to send to redmine --> + <execution> + <id>collect-files</id> + <goals> + <goal>collect-files</goal> + </goals> + <phase>package</phase> + <configuration> + <extraFiles>${releaseFiles}</extraFiles> + <descriptionFile>${collectedFiles}</descriptionFile> + <!--<copyFiles>false</copyFiles>--> + </configuration> + </execution> + + </executions> + </plugin> + + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <executions> + <execution> + <id>generate</id> + <goals> + <goal>generate-changes</goal> + <goal>generate-news-announcement</goal> + <goal>generate-email-announcement</goal> + </goals> + <phase>generate-resources</phase> + <configuration> + <!-- common --> + <xmlPath>${maven.changeFile}</xmlPath> + + <!-- generate-changes --> + <generateOnce>true</generateOnce> + <actionMapping>fix:1, add:2</actionMapping> + <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate> + + <!-- generate announcements --> + <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> + </configuration> + </execution> + + <execution> + <id>publish-redmine</id> + <goals> + <goal>update-version</goal> + <goal>publish-attachments</goal> + <goal>publish-news</goal> + <!--<goal>send-email</goal>--> + </goals> + <phase>verify</phase> + <configuration> + + <!-- Send nothing ! --> + <!--<dryRun>true</dryRun>--> + + <verbose>true</verbose> + + <!-- update-version --> + <closeVersion>true</closeVersion> + <versionDescription>éàçè`a</versionDescription> + + <!-- publish-attachments --> + <filesFromProperties>${collectedFiles}</filesFromProperties> + + <!-- publish-news --> + <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm + </newsContentFile> + <newsSummary>${project.description}</newsSummary> + <newsTitle>${project.name} ${project.version} released</newsTitle> + </configuration> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + +</project> Deleted: trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,207 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven 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"> - - <modelVersion>4.0.0</modelVersion> - <groupId>org.nuiton.jredmine.test</groupId> - <artifactId>single</artifactId> - <version>0</version> - - <name>JRedmine single</name> - <packaging>jar</packaging> - <description>Test JRedmine plugin for a single module.</description> - - <url>http://www.foo.com</url> - - <issueManagement> - <system>redmine</system> - <url>http://www.mynuiton.org/projects/one/issues</url> - </issueManagement> - - <properties> - - <pluginVersion>@pom.version@</pluginVersion> - - <!-- default encoding --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - - <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile> - <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url> - <redmine.serverId>redmine-local</redmine.serverId> - <redmine.username>redmine-fake_login</redmine.username> - <redmine.password>redmine-fake_password</redmine.password> - <redmine.projectId>one</redmine.projectId> - <redmine.versionId>1.0.0</redmine.versionId> - - <!-- will skip jredime execution is not logged --> - <redmine.safe>false</redmine.safe> - - <redmine.url>http://www.mynuiton.org</redmine.url> - <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles> - - <collectedFiles>target/collect.properties</collectedFiles> - - </properties> - - <build> - - <pluginManagement> - <plugins> - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <version>${pluginVersion}</version> - </plugin> - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> - </plugin> - </plugins> - </pluginManagement> - - <plugins> - - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <executions> - <!-- collect files to send to redmine --> - <execution> - <id>collect-files</id> - <goals> - <goal>collect-files</goal> - </goals> - <phase>package</phase> - <configuration> - <extraFiles>${releaseFiles}</extraFiles> - <descriptionFile>${collectedFiles}</descriptionFile> - </configuration> - </execution> - - </executions> - </plugin> - - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <executions> - <execution> - <id>generate</id> - <goals> - <goal>generate-changes</goal> - <goal>generate-news-announcement</goal> - <goal>generate-email-announcement</goal> - </goals> - <phase>generate-resources</phase> - <configuration> - <!-- common --> - <xmlPath>${maven.changeFile}</xmlPath> - - <!-- generate-changes --> - <generateOnce>true</generateOnce> - <actionMapping>fix:1, add:2</actionMapping> - <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate> - - <!-- generate announcements --> - <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> - </configuration> - </execution> - - <execution> - <id>publish-redmine</id> - <goals> - <goal>update-version</goal> - <goal>publish-attachments</goal> - <goal>publish-news</goal> - </goals> - <phase>verify</phase> - <configuration> - - <!-- Send nothing ! --> - <!--<dryRun>true</dryRun>--> - - <verbose>true</verbose> - - <!-- update-version --> - <closeVersion>true</closeVersion> - <versionDescription>éàçè`a</versionDescription> - - <!-- publish-attachments --> - <filesFromProperties>${collectedFiles}</filesFromProperties> - - <!-- publish-news --> - <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm - </newsContentFile> - <newsSummary>${project.description}</newsSummary> - <newsTitle>${project.name} ${project.version} released</newsTitle> - </configuration> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - - <reporting> - <plugins> - - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <version>${pluginVersion}</version> - <configuration> - <serverId>redmine-local</serverId> - <projectId>one</projectId> - <versionId>1.0.0</versionId> - <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate> - <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate> - <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn - </columnNames> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>issues-report</report> - <report>issues-report-by-tracker</report> - <report>issues-report-by-status</report> - <report>issues-report-by-category</report> - <report>issues-report-by-priority</report> - <report>issues-report-by-version</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - -</project> Copied: trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml) =================================================================== --- trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml (rev 0) +++ trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -0,0 +1,207 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven 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"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.nuiton.jredmine.test</groupId> + <artifactId>single</artifactId> + <version>0</version> + + <name>JRedmine single</name> + <packaging>jar</packaging> + <description>Test JRedmine plugin for a single module.</description> + + <url>http://www.foo.com</url> + + <issueManagement> + <system>redmine</system> + <url>http://www.mynuiton.org/projects/one/issues</url> + </issueManagement> + + <properties> + + <pluginVersion>@pom.version@</pluginVersion> + + <!-- default encoding --> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + + <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile> + <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url> + <redmine.serverId>redmine-local</redmine.serverId> + <redmine.username>redmine-fake_login</redmine.username> + <redmine.password>redmine-fake_password</redmine.password> + <redmine.projectId>one</redmine.projectId> + <redmine.versionId>1.0.0</redmine.versionId> + + <!-- will skip jredime execution is not logged --> + <redmine.safe>false</redmine.safe> + + <redmine.url>http://www.mynuiton.org</redmine.url> + <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles> + + <collectedFiles>target/collect.properties</collectedFiles> + + </properties> + + <build> + + <pluginManagement> + <plugins> + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <version>${pluginVersion}</version> + </plugin> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> + </plugin> + </plugins> + </pluginManagement> + + <plugins> + + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <executions> + <!-- collect files to send to redmine --> + <execution> + <id>collect-files</id> + <goals> + <goal>collect-files</goal> + </goals> + <phase>package</phase> + <configuration> + <extraFiles>${releaseFiles}</extraFiles> + <descriptionFile>${collectedFiles}</descriptionFile> + </configuration> + </execution> + + </executions> + </plugin> + + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <executions> + <execution> + <id>generate</id> + <goals> + <goal>generate-changes</goal> + <goal>generate-news-announcement</goal> + <goal>generate-email-announcement</goal> + </goals> + <phase>generate-resources</phase> + <configuration> + <!-- common --> + <xmlPath>${maven.changeFile}</xmlPath> + + <!-- generate-changes --> + <generateOnce>true</generateOnce> + <actionMapping>fix:1, add:2</actionMapping> + <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate> + + <!-- generate announcements --> + <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload> + </configuration> + </execution> + + <execution> + <id>publish-redmine</id> + <goals> + <goal>update-version</goal> + <goal>publish-attachments</goal> + <goal>publish-news</goal> + </goals> + <phase>verify</phase> + <configuration> + + <!-- Send nothing ! --> + <!--<dryRun>true</dryRun>--> + + <verbose>true</verbose> + + <!-- update-version --> + <closeVersion>true</closeVersion> + <versionDescription>éàçè`a</versionDescription> + + <!-- publish-attachments --> + <filesFromProperties>${collectedFiles}</filesFromProperties> + + <!-- publish-news --> + <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm + </newsContentFile> + <newsSummary>${project.description}</newsSummary> + <newsTitle>${project.name} ${project.version} released</newsTitle> + </configuration> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + + <reporting> + <plugins> + + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <version>${pluginVersion}</version> + <configuration> + <serverId>redmine-local</serverId> + <projectId>one</projectId> + <versionId>1.0.0</versionId> + <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate> + <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate> + <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn + </columnNames> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>issues-report</report> + <report>issues-report-by-tracker</report> + <report>issues-report-by-status</report> + <report>issues-report-by-category</report> + <report>issues-report-by-priority</report> + <report>issues-report-by-version</report> + </reports> + </reportSet> + </reportSets> + </plugin> + + </plugins> + </reporting> + +</project> Deleted: trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,146 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven 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 - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, - software distributed under the License is distributed on an - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the - specific language governing permissions and limitations - under the License. ---> - -<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"> - <modelVersion>4.0.0</modelVersion> - - <groupId>org.nuiton.jredmine</groupId> - <artifactId>test-report</artifactId> - <version>0</version> - - <name>JRedmine report</name> - <packaging>pom</packaging> - <description>Test JRedmine plugin reports</description> - - <url>http://www.foo.com</url> - - <issueManagement> - <system>redmine</system> - <url>http://www.mynuiton.org/projects/one/issues</url> - </issueManagement> - - <properties> - - <pluginVersion>@pom.version@</pluginVersion> - - <redmine.serverId>redmine-local</redmine.serverId> - <redmine.projectId>one</redmine.projectId> - <redmine.versionId>1.0.0</redmine.versionId> - - <!-- default encoding --> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - - <!--<redmine.url>http://www.mynuiton.org</redmine.url>--> - </properties> - - <build> - <plugins> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> - <version>1.0.3</version> - <executions> - <execution> - <id>get-redmine-login</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>initialize</phase> - <configuration> - <serverId>${redmine.serverId}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - <reporting> - <plugins> - - <plugin> - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - <version>${pluginVersion}</version> - <configuration> - <serverId>redmine-local</serverId> - <projectId>one</projectId> - <versionId>1.0.0</versionId> - <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate> - <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate> - <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn</columnNames> - <skipIssueReport>true</skipIssueReport> - <skipIssueReportByAssignee>true</skipIssueReportByAssignee> - <skipIssueReportByCategory>true</skipIssueReportByCategory> - <skipIssueReportByPriority>true</skipIssueReportByPriority> - <skipIssueReportByReporter>true</skipIssueReportByReporter> - <skipIssueReportByStatus>true</skipIssueReportByStatus> - <skipIssueReportByTracker>true</skipIssueReportByTracker> - <skipIssueReportByVersion>true</skipIssueReportByVersion> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>issues-report</report> - <report>issues-report-by-assignee</report> - <report>issues-report-by-category</report> - <report>issues-report-by-priority</report> - <report>issues-report-by-reporter</report> - <report>issues-report-by-status</report> - <report>issues-report-by-tracker</report> - <report>issues-report-by-version</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - -</project> Copied: trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml) =================================================================== --- trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml (rev 0) +++ trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -0,0 +1,146 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + JRedmine :: Maven 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 + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +<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"> + <modelVersion>4.0.0</modelVersion> + + <groupId>org.nuiton.jredmine</groupId> + <artifactId>test-report</artifactId> + <version>0</version> + + <name>JRedmine report</name> + <packaging>pom</packaging> + <description>Test JRedmine plugin reports</description> + + <url>http://www.foo.com</url> + + <issueManagement> + <system>redmine</system> + <url>http://www.mynuiton.org/projects/one/issues</url> + </issueManagement> + + <properties> + + <pluginVersion>@pom.version@</pluginVersion> + + <redmine.serverId>redmine-local</redmine.serverId> + <redmine.projectId>one</redmine.projectId> + <redmine.versionId>1.0.0</redmine.versionId> + + <!-- default encoding --> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + + <!--<redmine.url>http://www.mynuiton.org</redmine.url>--> + </properties> + + <build> + <plugins> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>helper-maven-plugin</artifactId> + <version>1.4</version> + <executions> + <execution> + <id>get-redmine-login</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>initialize</phase> + <configuration> + <serverId>${redmine.serverId}</serverId> + <passwordOut>redmine.password</passwordOut> + <usernameOut>redmine.username</usernameOut> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + <reporting> + <plugins> + + <plugin> + <groupId>org.nuiton.jredmine</groupId> + <artifactId>jredmine-maven-plugin</artifactId> + <version>${pluginVersion}</version> + <configuration> + <serverId>redmine-local</serverId> + <projectId>one</projectId> + <versionId>1.0.0</versionId> + <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate> + <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate> + <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn</columnNames> + <skipIssueReport>true</skipIssueReport> + <skipIssueReportByAssignee>true</skipIssueReportByAssignee> + <skipIssueReportByCategory>true</skipIssueReportByCategory> + <skipIssueReportByPriority>true</skipIssueReportByPriority> + <skipIssueReportByReporter>true</skipIssueReportByReporter> + <skipIssueReportByStatus>true</skipIssueReportByStatus> + <skipIssueReportByTracker>true</skipIssueReportByTracker> + <skipIssueReportByVersion>true</skipIssueReportByVersion> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>issues-report</report> + <report>issues-report-by-assignee</report> + <report>issues-report-by-category</report> + <report>issues-report-by-priority</report> + <report>issues-report-by-reporter</report> + <report>issues-report-by-status</report> + <report>issues-report-by-tracker</report> + <report>issues-report-by-version</report> + </reports> + </reportSet> + </reportSets> + </plugin> + + </plugins> + </reporting> + +</project> Modified: trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java =================================================================== --- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2012-02-16 14:09:53 UTC (rev 235) @@ -219,7 +219,7 @@ /** * Velocity Component. * - * @component roleHint="maven-jredmine-plugin" + * @component roleHint="jredmine-maven-plugin" */ protected VelocityComponent velocity; Modified: trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml =================================================================== --- trunk/maven-jredmine-plugin/src/main/resources/META-INF/plexus/components.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -28,7 +28,7 @@ <components> <component> <role>org.codehaus.plexus.velocity.VelocityComponent</role> - <role-hint>maven-jredmine-plugin</role-hint> + <role-hint>jredmine-maven-plugin</role-hint> <implementation>org.codehaus.plexus.velocity.DefaultVelocityComponent </implementation> <configuration> Modified: trunk/jredmine-maven-plugin/src/site/apt/index.apt =================================================================== --- trunk/maven-jredmine-plugin/src/site/apt/index.apt 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/site/apt/index.apt 2012-02-16 14:09:53 UTC (rev 235) @@ -33,7 +33,7 @@ * Presentation - Le plugin <<maven-jredmine-plugin>> permet d'exécuter des opérations ou de + Le plugin <<jredmine-maven-plugin>> permet d'exécuter des opérations ou de récuperer des données depuis un serveur redmine qui a installé le plugin rails <<jredmine>>. Modified: trunk/jredmine-maven-plugin/src/site/apt/usage.apt =================================================================== --- trunk/maven-jredmine-plugin/src/site/apt/usage.apt 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/site/apt/usage.apt 2012-02-16 14:09:53 UTC (rev 235) @@ -47,7 +47,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -73,7 +73,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -99,7 +99,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -137,7 +137,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -173,7 +173,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -209,7 +209,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -241,7 +241,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <executions> <execution> <goals> @@ -327,7 +327,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>myProject</projectId> <columnNames> @@ -372,7 +372,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>myProject</projectId> <columnNamesByVersion> Modified: trunk/jredmine-maven-plugin/src/site/site_fr.xml =================================================================== --- trunk/maven-jredmine-plugin/src/site/site_fr.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/site/site_fr.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -66,11 +66,11 @@ </menu> <menu name="Téléchargement"> - <item href="${repository.home.url}/org/nuiton/jredmine/maven-jredmine-plugin/${project.version}/${project.build.finalName}.jar" + <item href="${repository.home.url}/org/nuiton/jredmine/jredmine-maven-plugin/${project.version}/${project.build.finalName}.jar" name="Librairie (jar)"/> - <item href="${repository.home.url}/org/nuiton/jredmine/maven-jredmine-plugin/${project.version}/${project.build.finalName}-javadoc.jar" + <item href="${repository.home.url}/org/nuiton/jredmine/jredmine-maven-plugin/${project.version}/${project.build.finalName}-javadoc.jar" name="Javadoc (jar)"/> - <item href="${repository.home.url}/org/nuiton/jredmine/maven-jredmine-plugin/${project.version}/${project.build.finalName}-sources.jar" + <item href="${repository.home.url}/org/nuiton/jredmine/jredmine-maven-plugin/${project.version}/${project.build.finalName}-sources.jar" name="Sources (jar)"/> </menu> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <finalName>One-1.0.0.jar</finalName> <url>http://mynuiton.org</url> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <finalName>One-1.0.0.jar</finalName> <url>http://mynuiton.org</url> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <finalName>One-1.0.0.jar</finalName> <url>http://mynuiton.org</url> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <finalName>One-1.0.0.jar</finalName> <url>http://mynuiton.org</url> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <types>issuePriority</types> </configuration> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <types>issueStatus</types> </configuration> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <types>issueCategory</types> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <types>tracker</types> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <types>user</types> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <!--<projectId>one</projectId>--> <!--<versionId>1.0.0</versionId>--> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <!--<versionId>1.0.0</versionId>--> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <xmlPath>target/GenerateChangesMojoTest-generate-changes.xml</xmlPath> <projectId>one</projectId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.33</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.33</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml =================================================================== --- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml 2012-01-04 17:18:40 UTC (rev 233) +++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -40,7 +40,7 @@ <plugins> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <configuration> <projectId>one</projectId> <versionId>1.0.0</versionId> Deleted: trunk/maven-jredmine-plugin/LICENSE.txt =================================================================== --- trunk/maven-jredmine-plugin/LICENSE.txt 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/maven-jredmine-plugin/LICENSE.txt 2012-02-16 14:09:53 UTC (rev 235) @@ -1,166 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - Deleted: trunk/maven-jredmine-plugin/README.txt =================================================================== --- trunk/maven-jredmine-plugin/README.txt 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/maven-jredmine-plugin/README.txt 2012-02-16 14:09:53 UTC (rev 235) @@ -1,2 +0,0 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install Deleted: trunk/maven-jredmine-plugin/changelog.txt =================================================================== --- trunk/maven-jredmine-plugin/changelog.txt 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/maven-jredmine-plugin/changelog.txt 2012-02-16 14:09:53 UTC (rev 235) @@ -1,5 +0,0 @@ -maven-redmine-plugin (1.0.0-SNAPSHOT) stable; urgency=low - - * //TODO_FILL_ME - - -- author -- date -R Deleted: trunk/maven-jredmine-plugin/pom.xml =================================================================== --- trunk/maven-jredmine-plugin/pom.xml 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/maven-jredmine-plugin/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -1,292 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - #%L - JRedmine :: Maven plugin - - $Id$ - $HeadURL$ - %% - Copyright (C) 2009 - 2010 Tony Chemit, 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"> - - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>jredmine</artifactId> - <version>1.2.3-SNAPSHOT</version> - </parent> - - <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> - - <dependencies> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jredmine-client</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>jredmine-client</artifactId> - <version>${project.version}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>helper-maven-plugin</artifactId> - </dependency> - - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - - <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - </dependency> - - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-i18n</artifactId> - </dependency> - - <dependency> - <groupId>org.sonatype.plexus</groupId> - <artifactId>plexus-sec-dispatcher</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-settings</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - </dependency> - - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-api</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-impl</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </dependency> - - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>runtime</scope> - </dependency> - - <dependency> - <groupId>org.apache.velocity</groupId> - <artifactId>velocity</artifactId> - </dependency> - - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-velocity</artifactId> - </dependency> - - <!-- doxia --> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-site-renderer</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-decoration-model</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-sink-api</artifactId> - </dependency> - - <!-- tests dependencies --> - - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>helper-maven-plugin</artifactId> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - - <dependency> - <groupId>org.apache.maven.plugin-testing</groupId> - <artifactId>maven-plugin-testing-harness</artifactId> - </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRedmine :: Maven plugin</name> - - <description>JRedmine maven plugin to interacts with Redmine's server - </description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - - <build> - - <plugins> - - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>helpmojo</goal> - </goals> - </execution> - </executions> - </plugin> - - </plugins> - - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <profiles> - - <!-- reports only at release time --> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <reporting> - <plugins> - - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - <version>${pluginPluginVersion}</version> - </plugin> - - </plugins> - </reporting> - </profile> - <profile> - <id>run-its</id> - <!--activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation--> - <build> - <plugins> - <plugin> - <artifactId>maven-invoker-plugin</artifactId> - <configuration> - <pomIncludes> - <pomInclude>single_failed/pom.xml</pomInclude> - <pomInclude>single/pom.xml</pomInclude> - <pomInclude>multi/pom.xml</pomInclude> - <pomInclude>skip-report/pom.xml</pomInclude> - <pomInclude>report/pom.xml</pomInclude> - </pomIncludes> - <postBuildHookScript>verify</postBuildHookScript> - <localRepositoryPath>${basedir}/target/local-repo - </localRepositoryPath> - <settingsFile>src/it/settings.xml</settingsFile> - <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo> - </configuration> - <executions> - <execution> - <id>integration-test</id> - <goals> - <goal>install</goal> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - </profiles> - -</project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/pom.xml 2012-02-16 14:09:53 UTC (rev 235) @@ -3,7 +3,6 @@ #%L JRedmine - $Id$ $HeadURL$ %% Copyright (C) 2009 - 2010 CodeLutin @@ -38,11 +37,11 @@ </parent> <artifactId>jredmine</artifactId> - <version>1.2.3-SNAPSHOT</version> + <version>1.3-SNAPSHOT</version> <modules> <module>jredmine-client</module> - <module>maven-jredmine-plugin</module> + <module>jredmine-maven-plugin</module> </modules> <!-- Source control management. --> @@ -568,7 +567,7 @@ <profiles> <!-- TC-20100106 Due to cyclic dependency problem between modules, - we do not propagate maven-jredmine-plugin to child modules --> + we do not propagate jredmine-maven-plugin to child modules --> <!-- perform only on a release stage when using the maven-release-plugin --> <profile> <id>redmine-build-release-profile</id> @@ -587,10 +586,10 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <version>${jredminePluginVersion}</version> <!-- TC-20100106 Due to cyclic dependency problem between modules, - we do not propagate maven-jredmine-plugin to child modules --> + we do not propagate jredmine-maven-plugin to child modules --> <inherited>false</inherited> <configuration> <skipIssueReport>true</skipIssueReport> @@ -619,9 +618,9 @@ <!-- generate the changes.xml from redmine --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-plugin</artifactId> <!-- TC-20100106 Due to cyclic dependency problem between modules, - we do not propagate maven-jredmine-plugin to child modules --> + we do not propagate jredmine-maven-plugin to child modules --> <inherited>false</inherited> </plugin> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2012-02-16 12:23:45 UTC (rev 234) +++ trunk/src/site/apt/index.apt 2012-02-16 14:09:53 UTC (rev 235) @@ -45,7 +45,7 @@ [] - * {{{./maven-jredmine-plugin/index.html}maven-jredmine-plugin}} : ce module + * {{{./jredmine-maven-plugin/index.html}jredmine-maven-plugin}} : ce module est un plugin maven pour effectuer des tâches de maintenance sur le serveur Redmine. On peut par exemple publier des annonces, des fichiers, clotûrer une version,...