This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 9d4796f07fbc84a9a425a4af6ae4fb876919e9b7 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 19:51:35 2016 +0200 Make javadoc 1.8 + update file headers --- jredmine-client/src/it/redmine-1.4.x/pom.xml | 4 +- .../src/it/redmine-1.4.x/postbuild.groovy | 4 +- .../src/test/resources/log4j.properties | 2 +- .../src/test/resources/test-config.properties | 4 +- jredmine-client/src/it/redmine-2.0.x/pom.xml | 4 +- .../src/it/redmine-2.0.x/postbuild.groovy | 4 +- .../src/test/resources/log4j.properties | 2 +- .../src/test/resources/test-config.properties | 4 +- jredmine-client/src/it/redmine-2.1.x/pom.xml | 4 +- .../src/it/redmine-2.1.x/postbuild.groovy | 4 +- .../src/test/resources/log4j.properties | 2 +- .../src/test/resources/test-config.properties | 4 +- jredmine-client/src/it/settings.xml | 2 +- .../src/main/assembly/dist/log4j.properties | 2 +- .../src/main/assembly/jredmine_rails-1.x.xml | 4 +- .../src/main/assembly/jredmine_rails-2.x.xml | 4 +- jredmine-client/src/main/assembly/tool.xml | 2 +- .../org/nuiton/jredmine/client/RedmineClient.java | 6 +-- .../client/RedmineClientAuthConfiguration.java | 6 +-- .../client/RedmineClientConfiguration.java | 7 +-- .../org/nuiton/jredmine/client/RedmineRequest.java | 6 +-- .../jredmine/client/RedmineRequestHelper.java | 6 +-- .../java/org/nuiton/jredmine/model/Attachment.java | 7 +-- .../java/org/nuiton/jredmine/model/I18nAble.java | 7 +-- .../java/org/nuiton/jredmine/model/IdAble.java | 7 +-- .../java/org/nuiton/jredmine/model/IdAbles.java | 6 +-- .../main/java/org/nuiton/jredmine/model/Issue.java | 7 +-- .../org/nuiton/jredmine/model/IssueCategory.java | 7 +-- .../org/nuiton/jredmine/model/IssuePriority.java | 7 +-- .../org/nuiton/jredmine/model/IssueStatus.java | 7 +-- .../main/java/org/nuiton/jredmine/model/News.java | 7 +-- .../java/org/nuiton/jredmine/model/Project.java | 7 +-- .../java/org/nuiton/jredmine/model/TimeEntry.java | 7 +-- .../java/org/nuiton/jredmine/model/Tracker.java | 7 +-- .../main/java/org/nuiton/jredmine/model/User.java | 7 +-- .../java/org/nuiton/jredmine/model/Version.java | 7 +-- .../nuiton/jredmine/model/VersionStatusEnum.java | 7 +-- .../model/io/xpp3/AttachmentXpp3Reader.java | 7 +-- .../model/io/xpp3/IssueCategoryXpp3Reader.java | 7 +-- .../model/io/xpp3/IssuePriorityXpp3Reader.java | 7 +-- .../model/io/xpp3/IssueStatusXpp3Reader.java | 7 +-- .../jredmine/model/io/xpp3/IssueXpp3Reader.java | 7 +-- .../jredmine/model/io/xpp3/NewsXpp3Reader.java | 7 +-- .../jredmine/model/io/xpp3/ProjectXpp3Reader.java | 7 +-- .../model/io/xpp3/RedmineDataConverter.java | 9 ++-- .../jredmine/model/io/xpp3/RedmineXpp3Helper.java | 7 +-- .../model/io/xpp3/TimeEntryXpp3Reader.java | 7 +-- .../jredmine/model/io/xpp3/TrackerXpp3Reader.java | 7 +-- .../jredmine/model/io/xpp3/UserXpp3Reader.java | 7 +-- .../jredmine/model/io/xpp3/VersionXpp3Reader.java | 7 +-- .../model/io/xpp3/api/AbstractXpp3Reader.java | 46 ++++++++--------- .../io/xpp3/api/AttributeValueToProperty.java | 6 +-- .../jredmine/model/io/xpp3/api/DataConverter.java | 8 ++- .../model/io/xpp3/api/DefaultDataConverter.java | 8 ++- .../jredmine/model/io/xpp3/api/PropertyMapper.java | 10 ++-- .../model/io/xpp3/api/TagContentToProperty.java | 6 +-- .../io/xpp3/api/TagTextContentToProperty.java | 6 +-- .../jredmine/model/io/xpp3/api/Xpp3Helper.java | 10 ++-- .../jredmine/model/io/xpp3/api/Xpp3Reader.java | 58 +++++++++++----------- .../jredmine/service/AbstractRedmineService.java | 6 +-- .../jredmine/service/DefaultRedmineService.java | 6 +-- .../jredmine/service/RedmineAnonymousService.java | 15 +++--- .../jredmine/service/RedmineConfigurationUtil.java | 8 ++- .../jredmine/service/RedmineLogguedService.java | 39 +++++++-------- .../nuiton/jredmine/service/RedmineService.java | 9 ++-- .../service/RedmineServiceConfiguration.java | 8 ++- .../jredmine/service/RedmineServiceException.java | 7 +-- .../service/RedmineServiceLoginException.java | 9 ++-- .../jredmine/tool/FetchProjectsVersionsTool.java | 8 +-- .../nuiton/jredmine/tool/JRedmineToolAction.java | 2 +- .../jredmine/tool/JRedmineToolCommandLine.java | 2 +- .../app/controllers/jredmine_controller.rb | 2 +- .../src/main/redmine/jredmine-1.x/config/routes.rb | 4 +- .../src/main/redmine/jredmine-1.x/init.rb | 2 +- .../app/controllers/jredmine_controller.rb | 2 +- .../src/main/redmine/jredmine-2.x/config/routes.rb | 4 +- .../src/main/redmine/jredmine-2.x/init.rb | 2 +- jredmine-client/src/site/apt/index.apt | 2 +- jredmine-client/src/site/apt/rails_api.apt | 2 +- jredmine-client/src/site/apt/redmine_service.apt | 2 +- jredmine-client/src/site/site.xml | 2 +- .../java/org/nuiton/jredmine/RedmineFixtures.java | 6 +-- .../nuiton/jredmine/client/RedmineClientTest.java | 7 +-- .../model/io/xpp3/RedmineModelFixtures.java | 6 +-- .../model/io/xpp3/RedmineXpp3HelperTest.java | 9 ++-- .../service/RedmineAnonymousServiceTest.java | 8 ++- .../service/RedmineServiceAsAnonymousTest.java | 6 +-- .../jredmine/service/RedmineServiceTest.java | 6 +-- .../jredmine/test/AbstractRedmineFixtures.java | 6 +-- .../test/RedmineAnonymousFixtureClassRule.java | 6 +-- .../jredmine/test/RedmineFixtureClassRule.java | 6 +-- .../org/nuiton/jredmine/test/RedmineServer.java | 8 ++- .../test/tck/RedmineAnonymousServiceTCK.java | 8 ++- .../test/tck/RedmineServiceAsAnonymousTCK.java | 6 +-- .../jredmine/test/tck/RedmineServiceTCK.java | 6 +-- .../jredmine/test/tck/RedmineTCKFixtures.java | 6 +-- .../src/test/resources/log4j.properties | 2 +- .../model/io/xpp3/array-empty/attachment.xml | 4 +- .../jredmine/model/io/xpp3/array-empty/issue.xml | 2 +- .../model/io/xpp3/array-empty/issueCategory.xml | 4 +- .../model/io/xpp3/array-empty/issuePriority.xml | 2 +- .../model/io/xpp3/array-empty/issueStatus.xml | 2 +- .../jredmine/model/io/xpp3/array-empty/news.xml | 2 +- .../jredmine/model/io/xpp3/array-empty/project.xml | 4 +- .../model/io/xpp3/array-empty/timeEntry.xml | 4 +- .../jredmine/model/io/xpp3/array-empty/tracker.xml | 2 +- .../jredmine/model/io/xpp3/array-empty/user.xml | 2 +- .../jredmine/model/io/xpp3/array-empty/version.xml | 2 +- .../model/io/xpp3/array-empty2/attachment.xml | 4 +- .../jredmine/model/io/xpp3/array-empty2/issue.xml | 2 +- .../model/io/xpp3/array-empty2/issueCategory.xml | 4 +- .../model/io/xpp3/array-empty2/issuePriority.xml | 2 +- .../model/io/xpp3/array-empty2/issueStatus.xml | 2 +- .../jredmine/model/io/xpp3/array-empty2/news.xml | 2 +- .../model/io/xpp3/array-empty2/project.xml | 4 +- .../model/io/xpp3/array-empty2/timeEntry.xml | 4 +- .../model/io/xpp3/array-empty2/tracker.xml | 2 +- .../jredmine/model/io/xpp3/array-empty2/user.xml | 2 +- .../model/io/xpp3/array-empty2/version.xml | 2 +- .../model/io/xpp3/array-multi/attachment.xml | 4 +- .../jredmine/model/io/xpp3/array-multi/issue.xml | 2 +- .../model/io/xpp3/array-multi/issueCategory.xml | 4 +- .../model/io/xpp3/array-multi/issuePriority.xml | 2 +- .../model/io/xpp3/array-multi/issueStatus.xml | 4 +- .../jredmine/model/io/xpp3/array-multi/news.xml | 4 +- .../jredmine/model/io/xpp3/array-multi/project.xml | 4 +- .../model/io/xpp3/array-multi/timeEntry.xml | 4 +- .../jredmine/model/io/xpp3/array-multi/tracker.xml | 2 +- .../jredmine/model/io/xpp3/array-multi/user.xml | 2 +- .../jredmine/model/io/xpp3/array-multi/version.xml | 2 +- .../model/io/xpp3/array-singleton/attachment.xml | 4 +- .../model/io/xpp3/array-singleton/issue.xml | 2 +- .../io/xpp3/array-singleton/issueCategory.xml | 4 +- .../io/xpp3/array-singleton/issuePriority.xml | 2 +- .../model/io/xpp3/array-singleton/issueStatus.xml | 4 +- .../model/io/xpp3/array-singleton/news.xml | 4 +- .../model/io/xpp3/array-singleton/project.xml | 4 +- .../model/io/xpp3/array-singleton/timeEntry.xml | 4 +- .../model/io/xpp3/array-singleton/tracker.xml | 2 +- .../model/io/xpp3/array-singleton/user.xml | 2 +- .../model/io/xpp3/array-singleton/version.xml | 2 +- .../jredmine/model/io/xpp3/single/attachment.xml | 2 +- .../nuiton/jredmine/model/io/xpp3/single/issue.xml | 2 +- .../model/io/xpp3/single/issueCategory.xml | 2 +- .../model/io/xpp3/single/issuePriority.xml | 2 +- .../jredmine/model/io/xpp3/single/issueStatus.xml | 2 +- .../nuiton/jredmine/model/io/xpp3/single/news.xml | 2 +- .../jredmine/model/io/xpp3/single/project.xml | 2 +- .../jredmine/model/io/xpp3/single/timeEntry.xml | 2 +- .../jredmine/model/io/xpp3/single/tracker.xml | 2 +- .../nuiton/jredmine/model/io/xpp3/single/user.xml | 2 +- .../jredmine/model/io/xpp3/single/version.xml | 2 +- .../jredmine/model/io/xpp3/single2/issue.xml | 2 +- .../nuiton/jredmine/model/io/xpp3/single2/user.xml | 2 +- .../src/test/resources/test-config.properties | 4 +- jredmine-maven-plugin/pom.xml | 1 + .../src/it/multi/invoker.properties | 2 +- jredmine-maven-plugin/src/it/multi/module1/pom.xml | 2 +- jredmine-maven-plugin/src/it/multi/module2/pom.xml | 2 +- jredmine-maven-plugin/src/it/multi/pom.xml | 2 +- jredmine-maven-plugin/src/it/multi/verify.groovy | 5 +- .../src/it/report/invoker.properties | 2 +- jredmine-maven-plugin/src/it/report/pom.xml | 2 +- jredmine-maven-plugin/src/it/report/verify.groovy | 5 +- jredmine-maven-plugin/src/it/settings.xml | 2 +- .../src/it/single/invoker.properties | 2 +- jredmine-maven-plugin/src/it/single/pom.xml | 2 +- .../java/org/nuiton/jredmine/plugin/MyClass.java | 7 +-- jredmine-maven-plugin/src/it/single/verify.groovy | 5 +- .../src/it/single_failed/invoker.properties | 2 +- jredmine-maven-plugin/src/it/single_failed/pom.xml | 2 +- .../java/org/nuiton/jredmine/plugin/MyClass.java | 7 +-- .../src/it/single_failed/verify.groovy | 5 +- .../src/it/skip-report/invoker.properties | 2 +- jredmine-maven-plugin/src/it/skip-report/pom.xml | 2 +- .../src/it/skip-report/verify.groovy | 5 +- .../jredmine/plugin/AbstractRedmineMojo.java | 17 +++---- .../plugin/AbstractRedmineMojoWithProject.java | 6 +-- .../AbstractRedmineMojoWithProjectAndVersion.java | 6 +-- .../nuiton/jredmine/plugin/DisplayDataMojo.java | 15 +++--- .../org/nuiton/jredmine/plugin/DryRunAware.java | 6 +-- .../jredmine/plugin/GenerateChangelogMojo.java | 22 ++++++++ .../jredmine/plugin/GenerateChangesMojo.java | 27 +++++----- .../plugin/IssueCollectorConfiguration.java | 9 ++-- .../nuiton/jredmine/plugin/IssuesCollector.java | 9 ++-- .../nuiton/jredmine/plugin/NextVersionMojo.java | 22 ++++---- .../jredmine/plugin/PublishAttachmentsMojo.java | 15 +++--- .../nuiton/jredmine/plugin/PublishNewsMojo.java | 9 ++-- .../jredmine/plugin/RedmineProjectAware.java | 6 +-- .../jredmine/plugin/RedmineVersionAware.java | 6 +-- .../jredmine/plugin/SkipOrRunOnlyOnceAware.java | 6 +-- .../nuiton/jredmine/plugin/UpdateVersionMojo.java | 19 +++---- .../announcement/AbstractAnnouncementMojo.java | 7 +-- .../plugin/announcement/AnnouncementGenerator.java | 7 +-- .../AnnouncementGeneratorConfiguration.java | 7 +-- .../GenerateEmailAnnouncementMojo.java | 7 +-- .../announcement/GenerateNewsAnnouncementMojo.java | 7 +-- .../plugin/report/AbstractIssuesReport.java | 7 +-- .../plugin/report/AbstractRedmineReport.java | 58 +++++++--------------- .../plugin/report/IssueReportGenerator.java | 9 ++-- .../jredmine/plugin/report/IssuesReport.java | 23 ++++----- .../plugin/report/IssuesReportByAssignee.java | 23 ++++----- .../plugin/report/IssuesReportByCategory.java | 23 ++++----- .../plugin/report/IssuesReportByPriority.java | 23 ++++----- .../plugin/report/IssuesReportByReporter.java | 23 ++++----- .../plugin/report/IssuesReportByStatus.java | 23 ++++----- .../plugin/report/IssuesReportByTracker.java | 23 ++++----- .../plugin/report/IssuesReportByVersion.java | 23 ++++----- .../main/resources/META-INF/plexus/components.xml | 4 +- .../src/main/resources/log4j.properties | 2 +- .../src/main/resources/redmine-report.properties | 2 +- .../main/resources/redmine-report_de.properties | 2 +- .../main/resources/redmine-report_en.properties | 2 +- .../main/resources/redmine-report_fr.properties | 2 +- jredmine-maven-plugin/src/site/apt/index.apt | 2 +- jredmine-maven-plugin/src/site/site.xml | 2 +- .../jredmine/RedmineAnonymousFixtureClassRule.java | 6 +-- .../java/org/nuiton/jredmine/RedmineFixtures.java | 6 +-- .../jredmine/RedmineLogguedFixtureClassRule.java | 6 +-- .../plugin/AbstractAnonymousRedmineMojoTest.java | 7 +-- .../plugin/AbstractLogguedRedmineMojoTest.java | 7 +-- .../jredmine/plugin/AbstractRedmineMojoTest.java | 7 +-- .../jredmine/plugin/DisplayDataMojoTest.java | 7 +-- .../jredmine/plugin/GenerateChangesMojoTest.java | 7 +-- .../jredmine/plugin/NextVersionMojoTest.java | 7 +-- .../plugin/PublishAttachmentsMojoTest.java | 7 +-- .../jredmine/plugin/PublishNewsMojoTest.java | 7 +-- .../jredmine/plugin/RedmineMojoTestRule.java | 22 ++++++++ .../jredmine/plugin/UpdateVersionMojoTest.java | 7 +-- .../GenerateEmailAnnouncementMojoTest.java | 7 +-- .../GenerateNewsAnnouncementMojoTest.java | 7 +-- .../plugin/report/AbstractIssuesReportTest.java | 7 +-- .../plugin/report/IssuesReportByAssigneeTest.java | 7 +-- .../plugin/report/IssuesReportByCategoryTest.java | 7 +-- .../plugin/report/IssuesReportByPriorityTest.java | 7 +-- .../plugin/report/IssuesReportByReporterTest.java | 7 +-- .../plugin/report/IssuesReportByStatusTest.java | 7 +-- .../plugin/report/IssuesReportByTrackerTest.java | 7 +-- .../plugin/report/IssuesReportByVersionTest.java | 7 +-- .../jredmine/plugin/report/IssuesReportTest.java | 7 +-- .../src/test/resources/log4j.properties | 2 +- .../jredmine/plugin/announcement/changes.xml | 2 +- .../generateEmailAnnouncement.xml | 4 +- .../skipGenerateEmailAnnouncement.xml | 4 +- .../generateNewsAnnouncement.xml | 4 +- .../skipGenerateNewsAnnouncement.xml | 4 +- .../plugin/displayDataMojoTest/displayAll.xml | 4 +- .../displayDataMojoTest/displayIssuePriorities.xml | 4 +- .../displayDataMojoTest/displayIssueStatuses.xml | 4 +- .../displayProjectIssueCategories.xml | 4 +- .../displayDataMojoTest/displayProjectTrackers.xml | 4 +- .../displayDataMojoTest/displayProjectUsers.xml | 4 +- .../plugin/displayDataMojoTest/displayProjects.xml | 4 +- .../plugin/displayDataMojoTest/displayVersions.xml | 4 +- .../generateChangesMojoTest/generateChanges.xml | 4 +- .../plugin/nextVersionMojoTest/nextVersion.xml | 4 +- .../plugin/nextVersionMojoTest/skipNextVersion.xml | 4 +- .../publishAttachments.xml | 4 +- .../skipPublishAttachments.xml | 4 +- .../plugin/publishNewsMojoTest/publishNews.xml | 4 +- .../plugin/publishNewsMojoTest/skipPublishNews.xml | 4 +- .../issuesReportByAssigneeTest/issueReport.xml | 4 +- .../issuesReportByCategoryTest/issueReport.xml | 4 +- .../issuesReportByPriorityTest/issueReport.xml | 4 +- .../issuesReportByReporterTest/issueReport.xml | 4 +- .../issuesReportByStatusTest/issueReport.xml | 4 +- .../issuesReportByTrackerTest/issueReport.xml | 4 +- .../issuesReportByVersionTest/issueReport.xml | 4 +- .../plugin/report/issuesReportTest/issueReport.xml | 4 +- .../updateVersionMojoTest/skipUpdateVersion.xml | 4 +- .../plugin/updateVersionMojoTest/updateVersion.xml | 4 +- .../src/test/resources/test-config.properties | 4 +- src/site/apt/index.apt | 2 +- src/site/apt/tests.apt | 8 +-- src/site/site.xml | 2 +- 275 files changed, 705 insertions(+), 1033 deletions(-) diff --git a/jredmine-client/src/it/redmine-1.4.x/pom.xml b/jredmine-client/src/it/redmine-1.4.x/pom.xml index d566016..2c049b8 100644 --- a/jredmine-client/src/it/redmine-1.4.x/pom.xml +++ b/jredmine-client/src/it/redmine-1.4.x/pom.xml @@ -3,18 +3,16 @@ #%L JRedmine :: Maven plugin %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% 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>. diff --git a/jredmine-client/src/it/redmine-1.4.x/postbuild.groovy b/jredmine-client/src/it/redmine-1.4.x/postbuild.groovy index 1a90d97..f324953 100644 --- a/jredmine-client/src/it/redmine-1.4.x/postbuild.groovy +++ b/jredmine-client/src/it/redmine-1.4.x/postbuild.groovy @@ -1,10 +1,8 @@ /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/it/redmine-1.4.x/src/test/resources/log4j.properties b/jredmine-client/src/it/redmine-1.4.x/src/test/resources/log4j.properties index afd2ff5..f352dd1 100644 --- a/jredmine-client/src/it/redmine-1.4.x/src/test/resources/log4j.properties +++ b/jredmine-client/src/it/redmine-1.4.x/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/it/redmine-1.4.x/src/test/resources/test-config.properties b/jredmine-client/src/it/redmine-1.4.x/src/test/resources/test-config.properties index 8e448c0..73c66d0 100644 --- a/jredmine-client/src/it/redmine-1.4.x/src/test/resources/test-config.properties +++ b/jredmine-client/src/it/redmine-1.4.x/src/test/resources/test-config.properties @@ -4,7 +4,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -23,4 +23,4 @@ ### jredmine-test.url=http://r1.4.x.redmine-test.codelutin.home/ jredmine-test.encoding=UTF-8 -jredmine-test.verbose=true \ No newline at end of file +jredmine-test.verbose=true diff --git a/jredmine-client/src/it/redmine-2.0.x/pom.xml b/jredmine-client/src/it/redmine-2.0.x/pom.xml index e4dbde5..0d31ddb 100644 --- a/jredmine-client/src/it/redmine-2.0.x/pom.xml +++ b/jredmine-client/src/it/redmine-2.0.x/pom.xml @@ -3,18 +3,16 @@ #%L JRedmine :: Maven plugin %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% 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>. diff --git a/jredmine-client/src/it/redmine-2.0.x/postbuild.groovy b/jredmine-client/src/it/redmine-2.0.x/postbuild.groovy index 1a90d97..f324953 100644 --- a/jredmine-client/src/it/redmine-2.0.x/postbuild.groovy +++ b/jredmine-client/src/it/redmine-2.0.x/postbuild.groovy @@ -1,10 +1,8 @@ /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/it/redmine-2.0.x/src/test/resources/log4j.properties b/jredmine-client/src/it/redmine-2.0.x/src/test/resources/log4j.properties index afd2ff5..f352dd1 100644 --- a/jredmine-client/src/it/redmine-2.0.x/src/test/resources/log4j.properties +++ b/jredmine-client/src/it/redmine-2.0.x/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/it/redmine-2.0.x/src/test/resources/test-config.properties b/jredmine-client/src/it/redmine-2.0.x/src/test/resources/test-config.properties index 4be051d..9525927 100644 --- a/jredmine-client/src/it/redmine-2.0.x/src/test/resources/test-config.properties +++ b/jredmine-client/src/it/redmine-2.0.x/src/test/resources/test-config.properties @@ -4,7 +4,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -23,4 +23,4 @@ ### jredmine-test.url=http://r2.0.x.redmine-test.codelutin.home/ jredmine-test.encoding=UTF-8 -jredmine-test.verbose=true \ No newline at end of file +jredmine-test.verbose=true diff --git a/jredmine-client/src/it/redmine-2.1.x/pom.xml b/jredmine-client/src/it/redmine-2.1.x/pom.xml index 78c7655..7306607 100644 --- a/jredmine-client/src/it/redmine-2.1.x/pom.xml +++ b/jredmine-client/src/it/redmine-2.1.x/pom.xml @@ -3,18 +3,16 @@ #%L JRedmine :: Maven plugin %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% 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>. diff --git a/jredmine-client/src/it/redmine-2.1.x/postbuild.groovy b/jredmine-client/src/it/redmine-2.1.x/postbuild.groovy index 1a90d97..f324953 100644 --- a/jredmine-client/src/it/redmine-2.1.x/postbuild.groovy +++ b/jredmine-client/src/it/redmine-2.1.x/postbuild.groovy @@ -1,10 +1,8 @@ /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/it/redmine-2.1.x/src/test/resources/log4j.properties b/jredmine-client/src/it/redmine-2.1.x/src/test/resources/log4j.properties index afd2ff5..f352dd1 100644 --- a/jredmine-client/src/it/redmine-2.1.x/src/test/resources/log4j.properties +++ b/jredmine-client/src/it/redmine-2.1.x/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/it/redmine-2.1.x/src/test/resources/test-config.properties b/jredmine-client/src/it/redmine-2.1.x/src/test/resources/test-config.properties index 180297a..a8a92da 100644 --- a/jredmine-client/src/it/redmine-2.1.x/src/test/resources/test-config.properties +++ b/jredmine-client/src/it/redmine-2.1.x/src/test/resources/test-config.properties @@ -4,7 +4,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2012 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -23,4 +23,4 @@ ### jredmine-test.url=http://r2.1.x.redmine-test.codelutin.home/ jredmine-test.encoding=UTF-8 -jredmine-test.verbose=true \ No newline at end of file +jredmine-test.verbose=true diff --git a/jredmine-client/src/it/settings.xml b/jredmine-client/src/it/settings.xml index 6906531..c648b45 100644 --- a/jredmine-client/src/it/settings.xml +++ b/jredmine-client/src/it/settings.xml @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/assembly/dist/log4j.properties b/jredmine-client/src/main/assembly/dist/log4j.properties index 2be1fb6..aebe91d 100644 --- a/jredmine-client/src/main/assembly/dist/log4j.properties +++ b/jredmine-client/src/main/assembly/dist/log4j.properties @@ -2,7 +2,7 @@ # #%L # JRedmine :: Client # %% -# Copyright (C) 2009 - 2015 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/assembly/jredmine_rails-1.x.xml b/jredmine-client/src/main/assembly/jredmine_rails-1.x.xml index 547eb12..7f545be 100644 --- a/jredmine-client/src/main/assembly/jredmine_rails-1.x.xml +++ b/jredmine-client/src/main/assembly/jredmine_rails-1.x.xml @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -41,4 +41,4 @@ </includes> </fileSet> </fileSets> -</assembly> \ No newline at end of file +</assembly> diff --git a/jredmine-client/src/main/assembly/jredmine_rails-2.x.xml b/jredmine-client/src/main/assembly/jredmine_rails-2.x.xml index 456788f..d693350 100644 --- a/jredmine-client/src/main/assembly/jredmine_rails-2.x.xml +++ b/jredmine-client/src/main/assembly/jredmine_rails-2.x.xml @@ -5,7 +5,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -41,4 +41,4 @@ </includes> </fileSet> </fileSets> -</assembly> \ No newline at end of file +</assembly> diff --git a/jredmine-client/src/main/assembly/tool.xml b/jredmine-client/src/main/assembly/tool.xml index 2f5d5d2..220c960 100644 --- a/jredmine-client/src/main/assembly/tool.xml +++ b/jredmine-client/src/main/assembly/tool.xml @@ -2,7 +2,7 @@ #%L JRedmine :: Client %% - Copyright (C) 2009 - 2015 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClient.java b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClient.java index 7d4c289..763b7ff 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClient.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClient.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.client; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -71,7 +69,7 @@ import java.util.Map; /** * A simple redmine client. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class RedmineClient implements Closeable { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientAuthConfiguration.java b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientAuthConfiguration.java index 695d7a4..889bd8d 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientAuthConfiguration.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientAuthConfiguration.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.client; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -29,7 +27,7 @@ import org.apache.commons.lang3.StringUtils; /** * Configuration of the authentication for the {@link RedmineClient}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class RedmineClientAuthConfiguration { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientConfiguration.java b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientConfiguration.java index 78226ec..4306f2c 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientConfiguration.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineClientConfiguration.java @@ -1,11 +1,8 @@ /* * #%L * Maven helper plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -30,7 +27,7 @@ import java.net.URL; /** * Configuration for a {@link RedmineClient}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public interface RedmineClientConfiguration { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequest.java b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequest.java index b473cbd..2a3c5ab 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequest.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequest.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.client; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -36,7 +34,7 @@ import java.util.Map; /** * Simple way to create a redmine request to be consumed by the {@link RedmineClient}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class RedmineRequest<T> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequestHelper.java b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequestHelper.java index e330e49..fd0c59e 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequestHelper.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/client/RedmineRequestHelper.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.client; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +25,7 @@ package org.nuiton.jredmine.client; /** * Helper around {@link RedmineRequest}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class RedmineRequestHelper { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java index f886b82..342a455 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -30,7 +27,7 @@ import java.util.Date; /** * A file attachment from redmine server. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class Attachment implements IdAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java index 3779d6a..9fed5fb 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.model; /** * Alls object offers an name. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public interface I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java index 24970cf..dc47276 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.model; /** * Alls object offers an id. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public interface IdAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAbles.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAbles.java index 98cb45c..a4091a6 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAbles.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAbles.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +31,7 @@ import java.util.List; /** * Helper methods around {@link IdAble}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class IdAbles { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java index 8ec0422..ca310e2 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import java.util.List; /** * An issue on redmine's server. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class Issue implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java index 7d084ca..ef70137 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.model; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssueCategory implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java index aba0112..e2c96b9 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.model; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuePriority implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java index ba6fbdc..17bd903 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.model; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssueStatus implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java index 912afe0..5fc4ad6 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.model; import java.util.Date; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class News implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java index b4bbf49..2036755 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -29,7 +26,7 @@ import java.util.Date; /** * redmine project * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class Project implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java index 4e344a1..f78d9df 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -29,7 +26,7 @@ import java.util.Date; /** * Created: 31 déc. 2009 * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.3 */ public class TimeEntry implements IdAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java index 6c859a7..ea32b98 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.model; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class Tracker implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java index 6adbf05..4a6b36e 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.model; import java.util.Date; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class User implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java index c57cadd..db535d8 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.model; import java.util.Date; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class Version implements IdAble, I18nAble { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java index 88d7679..31217a2 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/VersionStatusEnum.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2011 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.model; /** * Possible values of a version status. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.2.1 */ public enum VersionStatusEnum { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java index 8a681b6..f63ef72 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * {@link Attachment} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class AttachmentXpp3Reader extends AbstractXpp3Reader<Attachment> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java index 90de89e..dbd5469 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +30,7 @@ import java.beans.IntrospectionException; /** * {@link Issue} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssueCategoryXpp3Reader extends AbstractXpp3Reader<IssueCategory> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java index d9f2d4b..ecc9365 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +30,7 @@ import java.beans.IntrospectionException; /** * {@link Issue} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuePriorityXpp3Reader extends AbstractXpp3Reader<IssuePriority> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java index 8e54863..bf3d6a0 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +30,7 @@ import java.beans.IntrospectionException; /** * {@link Issue} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssueStatusXpp3Reader extends AbstractXpp3Reader<IssueStatus> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java index 077b934..31a2600 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * {@link Issue} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssueXpp3Reader extends AbstractXpp3Reader<Issue> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java index 0f37f2c..16c1a7b 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -30,7 +27,7 @@ import org.nuiton.jredmine.model.io.xpp3.api.AbstractXpp3Reader; import java.beans.IntrospectionException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class NewsXpp3Reader extends AbstractXpp3Reader<News> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java index f005488..5130e55 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * {@link Project} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class ProjectXpp3Reader extends AbstractXpp3Reader<Project> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java index cbf5257..89a868a 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,12 +29,12 @@ import java.util.Locale; /** * A enumaration to convert some data from a string representation. - * <p/> + * * Can not use directly a converter from commons-beans library, since we have * several different converter to use for same type (see {@link #Date} and * {@link #Datetime}). * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public enum RedmineDataConverter implements DataConverter { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java index 5da9c54..c173fde 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -44,7 +41,7 @@ import java.io.StringWriter; /** * Pour construire le modèle à partir de fichiers xml contenant les données. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class RedmineXpp3Helper { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java index dee8e07..9629eb8 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * Created: 31 déc. 2009 * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com */ public class TimeEntryXpp3Reader extends AbstractXpp3Reader<TimeEntry> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java index fc7f33e..398a286 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * {@link Tracker} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class TrackerXpp3Reader extends AbstractXpp3Reader<Tracker> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java index dfd1d4a..0d0b967 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * {@link User} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class UserXpp3Reader extends AbstractXpp3Reader<User> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java index 55bb470..2859c93 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.beans.IntrospectionException; /** * {@link Version} reader. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class VersionXpp3Reader extends AbstractXpp3Reader<Version> { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AbstractXpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AbstractXpp3Reader.java index 6018800..3967c94 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AbstractXpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AbstractXpp3Reader.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -44,23 +42,23 @@ import java.util.TreeMap; /** * An abstract xpp3Reader based on {@link PropertyMapper} to set properties of * the objects to build. - * <p/> + * * To implements a new parser, just implements method {@link #initMappers()} to * see authorized mapping from tag to pojo properties. - * <p/> + * * The logic of setting properties from xml (tag and attributes) is done in - * <p/> + * * <ul> * <li>{@link #read(String, Class, XmlPullParser, boolean)} </li> * <li>{@link #readArray(String, String, Class, XmlPullParser, boolean)}</li> * </ul> - * <p/> + * * The default implementation is to map tag text to a pojo's property. - * <p/> + * * If you want to do something more complex, override these methods. * * @param <O> the type of object to be build by the reader - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @see PropertyMapper * @see Xpp3Reader * @since 1.0.0 @@ -90,10 +88,10 @@ public abstract class AbstractXpp3Reader<O> implements Xpp3Reader<O> { /** * the univers of mappers availables, initialized in {@link #initMappers()}. - * <p/> + * * Each mapper of the dictionary is associated to the fully qualified name * of the target class # the tag name or attribute name. - * <p/> + * * Example : * <pre> * org.nuiton.util.MyPojo#my-tag @@ -229,9 +227,9 @@ public abstract class AbstractXpp3Reader<O> implements Xpp3Reader<O> { /** * Obtain all mappers for a given type. - * <p/> + * * In the result, the keys are now the tag-name of attribute-name. - * <p/> + * * Example : * <pre> * my-tag @@ -255,9 +253,9 @@ public abstract class AbstractXpp3Reader<O> implements Xpp3Reader<O> { /** * Obtain all mappers for a given type. - * <p/> + * * In the result, the keys are now the tag-name of attribute-name. - * <p/> + * * Example : * <pre> * my-tag @@ -284,16 +282,16 @@ public abstract class AbstractXpp3Reader<O> implements Xpp3Reader<O> { /** * Parse the xml stream from the given parser and a build the associated * object. - * <p/> + * * This default implementation just match a tag text content to a pojo * property. - * <p/> + * * No work is done on attribute values here. - * <p/> + * * Note: The parser must accept as a next open tag the required one . - * <p/> + * * the next node name is given by <code>getRootTagName()</code> - * <p/> + * * Example : * <pre> * ... @@ -403,15 +401,15 @@ public abstract class AbstractXpp3Reader<O> implements Xpp3Reader<O> { /** * Parse the xml stream from the given parser and a build an array of * associated object. - * <p/> + * * This default implementation just match a tag text content to a pojo * property. - * <p/> + * * No work is done on attribute values here. - * <p/> + * * Note: The next node of the parser must be the one given by * {@code parentRootTagName} and sub nodes with names {@code rootTagName}. - * <p/> + * * Example : * <pre> * ... diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AttributeValueToProperty.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AttributeValueToProperty.java index 4c5c0e5..703f6f7 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AttributeValueToProperty.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/AttributeValueToProperty.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +31,7 @@ import java.util.Map; /** * Property mapper from a attribute content. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class AttributeValueToProperty extends PropertyMapper { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DataConverter.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DataConverter.java index 6530564..88596b1 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DataConverter.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DataConverter.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,11 +24,11 @@ package org.nuiton.jredmine.model.io.xpp3.api; /** * A contract to a data converter from a text value to a typed value. - * <p/> + * * We does not here use the commons-beans classes, since we could have different * types of converter for a same type.... * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.3 */ public interface DataConverter { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DefaultDataConverter.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DefaultDataConverter.java index fca0f80..af882ce 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DefaultDataConverter.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/DefaultDataConverter.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,9 +24,9 @@ package org.nuiton.jredmine.model.io.xpp3.api; /** * A enumaration to convert some data from a string representation. - * <p/> * - * @author tchemit <chemit@codelutin.com> + * + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public enum DefaultDataConverter implements DataConverter { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/PropertyMapper.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/PropertyMapper.java index 659b3fd..a9023df 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/PropertyMapper.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/PropertyMapper.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -43,9 +41,9 @@ import java.util.Set; /** * A abstract object to map an xml value (tag or attribute, or esle?) to a pojo property. - * <p/> + * * Two implementations are given : - * <p/> + * * <ul> * <li>{@link TagTextContentToProperty} to map the text content of a tag * to a pojo's property</li> @@ -53,7 +51,7 @@ import java.util.Set; * to a pojo's property</li> * </ul> * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.3 */ public abstract class PropertyMapper { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagContentToProperty.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagContentToProperty.java index 156cbc5..4fd3b4b 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagContentToProperty.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagContentToProperty.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +31,7 @@ import java.util.Map; /** * Property mapper from a tag content to an object. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class TagContentToProperty<O> extends PropertyMapper { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagTextContentToProperty.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagTextContentToProperty.java index b6d9540..04a1653 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagTextContentToProperty.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/TagTextContentToProperty.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +31,7 @@ import java.util.Map; /** * Property mapp from a tag text content. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class TagTextContentToProperty extends PropertyMapper { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Helper.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Helper.java index 3dcd234..44d0224 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Helper.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Helper.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -41,11 +39,11 @@ import java.util.ServiceLoader; /** * A Helper to read some data stored in xml with a {@link Xpp3Reader}. - * <p/> + * * In this class, there is some methods to obtain a discovered {@link Xpp3Reader} * registred by a {@link ServiceLoader} mecanism. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @see Xpp3Reader * @since 1.0.3 */ @@ -184,7 +182,7 @@ public class Xpp3Helper { /** * Clean all the registred readers. - * <p/> + * * To reload them, just call a {@link #getReader(Class)}. */ public static void clearReaders() { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Reader.java b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Reader.java index 8adcf1f..b8400e3 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Reader.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/api/Xpp3Reader.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.model.io.xpp3.api; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,20 +30,20 @@ import java.io.Reader; /** * A simple contract to mark all xpp readers. - * <p/> + * * a such reader is associated to a {@link #getType()}. - * <p/> + * * The implementations of such readers must be register in a file * <pre> * META-INF/services.org.nuiton.io.xpp3.Xpp3Reader * </pre> - * <p/> + * * to make possible auto-discovering of availables reader at runtime. - * <p/> + * * See {@link Xpp3Helper#getReader(Class)} and * {@link Xpp3Helper#getReaders()}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @param <O> the type of object to be build by the reader. * @since 1.0.3 */ @@ -56,17 +54,17 @@ public interface Xpp3Reader<O> { /** * Read a single instance of the typed object and return it. - * <p/> + * * Note : this is a convinient method to call * {@link #read(Reader, boolean)} in strict mode. - * <p/> + * * In the xml stream, the root tag must be the {@link #getRootTagName()}. - * <p/> + * * Example : * <pre> - * <issue>: + * <issue> * ... - * </issue>: + * </issue> * </pre> * * @param reader the xml input reader @@ -78,14 +76,14 @@ public interface Xpp3Reader<O> { /** * Read a single instance of the typed object and return it. - * <p/> + * * In the xml stream, the root tag must be the {@link #getRootTagName()}. - * <p/> + * * Example : * <pre> - * <issue>: + * <issue> * ... - * </issue>: + * </issue> * </pre> * * @param reader the xml input reader @@ -99,20 +97,20 @@ public interface Xpp3Reader<O> { /** * Read some instances of the typed object and return it. - * <p/> + * * In the xml stream, the root tag must be the * {@link #getArrayRootTagName()}. - * <p/> + * * Note : this is a convinient method to call : * {@link #readArray(Reader, boolean)} in stritc mode. - * <p/> + * * Example : * <pre> - * <issues>: - * <issue>: + * <issues> + * <issue> * ... - * </issue>: - * </issues>: + * </issue> + * </issues> * </pre> * * @param reader the xml input reader @@ -124,17 +122,17 @@ public interface Xpp3Reader<O> { /** * Read some instances of the typed object and return it. - * <p/> + * * In the xml stream, the root tag must be the * {@link #getArrayRootTagName()}. - * <p/> + * * Example : * <pre> - * <issues>: - * <issue>: + * <issues> + * <issue> * ... - * </issue>: - * </issues>: + * </issue> + * </issues> * </pre> * * @param reader the xml input reader diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/AbstractRedmineService.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/AbstractRedmineService.java index 654dbba..5e9b5e3 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/AbstractRedmineService.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/AbstractRedmineService.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +31,7 @@ import java.io.IOException; /** * Abstract redmine service which boxes the technical {@link RedmineClient}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public abstract class AbstractRedmineService { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/DefaultRedmineService.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/DefaultRedmineService.java index cad57ff..0f97fe4 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/DefaultRedmineService.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/DefaultRedmineService.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -53,7 +51,7 @@ import java.util.List; /** * Default implementation of the {@link RedmineService}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @plexus.component role="org.nuiton.jredmine.service.RedmineService" role-hint="default" * @since 1.5 */ diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineAnonymousService.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineAnonymousService.java index d23b612..bd2489f 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineAnonymousService.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineAnonymousService.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -38,11 +35,11 @@ import org.nuiton.jredmine.model.Version; /** * Contract of all redmine operations which do not requires any login to server (if project is public). - * <p/> - * <p/> + * + * * Created: 2 janv. 2010 * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.3 */ public interface RedmineAnonymousService { @@ -81,7 +78,7 @@ public interface RedmineAnonymousService { /** * Obtain all the priorities defined on a {@link Issue}. - * <p/> + * * <b>Note : </b> The priorities are common for all projects. * * @return all the issue properties @@ -92,7 +89,7 @@ public interface RedmineAnonymousService { /** * Obtain all the statuses defined on a {@link Issue}. - * <p/> + * * <b>Note : </b> The statuses are common for all projects. * * @return all the issue statuses diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineConfigurationUtil.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineConfigurationUtil.java index 74712aa..395a403 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineConfigurationUtil.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineConfigurationUtil.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -44,7 +42,7 @@ import java.util.Properties; /** * Helper methods about configuration. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class RedmineConfigurationUtil { @@ -288,7 +286,7 @@ public class RedmineConfigurationUtil { /** * Configuration of a redmine service for test purposes. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public static class SimpleRedmineServiceConfiguration implements RedmineServiceConfiguration { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineLogguedService.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineLogguedService.java index f1d5fde..cf288f0 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineLogguedService.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineLogguedService.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -35,12 +32,12 @@ import org.nuiton.jredmine.model.Version; /** * Contract of all redmine operations that needs a login to be performed (for both public or private projects). - * <p/> + * * A default implementation is offered in {@link DefaultRedmineService}. - * <p/> + * * Created: 2 janv. 2010 * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @see RedmineAnonymousService * @see RedmineService * @since 1.0.3 @@ -58,7 +55,7 @@ public interface RedmineLogguedService { /** * Obtain for the loggued user, all projets where he belongs. - * <p/> + * * <b>Note:</b> This method requires to be loggued on redmine server. * * @return all the projects belonged by the loggued user @@ -70,8 +67,8 @@ public interface RedmineLogguedService { /** * Add a version for a given project. - * <p/> - * b>Note:</b> This method requires to be loggued on redmine server. + * + * <b>Note:</b> This method requires to be loggued on redmine server. * * @param projectName the name of the project * @param version the version to add @@ -85,8 +82,8 @@ public interface RedmineLogguedService { /** * Update a version for a given project. - * <p/> - * b>Note:</b> This method requires to be loggued on redmine server. + * + * <b>Note:</b> This method requires to be loggued on redmine server. * * @param projectName the name of the project * @param version the version to update @@ -100,11 +97,11 @@ public interface RedmineLogguedService { /** * Prepare a new version (create it or update it). - * <p/> + * * If the {@code oldVersionName} is given, then all issues unclosed from this * old version will be move to the new version. - * <p/> - * b>Note:</b> This method requires to be loggued on redmine server. + * + * <b>Note:</b> This method requires to be loggued on redmine server. * * @param projectName the name of the project * @param oldVersionName the name of the old version (optional) @@ -120,8 +117,8 @@ public interface RedmineLogguedService { /** * Add a news for a given project. - * <p/> - * b>Note:</b> This method requires to be loggued on redmine server. + * + * <b>Note:</b> This method requires to be loggued on redmine server. * * @param projectName the name of the project * @param news the news to add @@ -134,8 +131,8 @@ public interface RedmineLogguedService { /** * Add a attachment for a given version of a given project. - * <p/> - * b>Note:</b> This method requires to be loggued on redmine server. + * + * <b>Note:</b> This method requires to be loggued on redmine server. * * @param projectName the name of the project * @param versionName the name of the version @@ -152,8 +149,8 @@ public interface RedmineLogguedService { /** * Add a new time entry to the given issue for the given project and * return the updated time entry. - * <p/> - * b>Note:</b> This method requires to be loggued on redmine server. + * + * <b>Note:</b> This method requires to be loggued on redmine server. * * @param projectName the name of the project * @param issueId the id of the issue to update diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineService.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineService.java index 363ba2d..e3138b1 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineService.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineService.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,11 +23,11 @@ package org.nuiton.jredmine.service; /** * The full redmine service with anonymous and loggued methods. - * <p/> + * * <b>Note:</b> A default implementation is offered : * {@link DefaultRedmineService} * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @see DefaultRedmineService * @since 1.0.0 */ diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceConfiguration.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceConfiguration.java index 928583e..1d25967 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceConfiguration.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceConfiguration.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -28,9 +26,9 @@ import org.nuiton.jredmine.client.RedmineClientConfiguration; /** * Contract of a redmine service configuration. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public interface RedmineServiceConfiguration extends RedmineClientConfiguration { -} \ No newline at end of file +} diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceException.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceException.java index d4a8f4c..e89239e 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceException.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceException.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +24,7 @@ package org.nuiton.jredmine.service; /** * An exception to throw when something is wrong in a {@link RedmineService}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class RedmineServiceException extends Exception { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceLoginException.java b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceLoginException.java index 70bda92..70e8098 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceLoginException.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/service/RedmineServiceLoginException.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,10 +24,10 @@ package org.nuiton.jredmine.service; /** * An exception to be thrown when a problem with authentication state in a * {@link RedmineService}. - * <p/> + * * Created: 2 janv. 2010 * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.3 */ public class RedmineServiceLoginException extends RedmineServiceException { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/tool/FetchProjectsVersionsTool.java b/jredmine-client/src/main/java/org/nuiton/jredmine/tool/FetchProjectsVersionsTool.java index 326346a..38f01fb 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/tool/FetchProjectsVersionsTool.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/tool/FetchProjectsVersionsTool.java @@ -4,7 +4,7 @@ package org.nuiton.jredmine.tool; * #%L * JRedmine :: Client * %% - * Copyright (C) 2009 - 2015 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -40,12 +40,12 @@ import java.text.SimpleDateFormat; /** * A tool to fetch all versions of all projects of a redmine server and store it in a file. - * <p/> + * * We use it to generate maven technical sites. - * <p/> + * * Created on 6/7/14. * - * @author Tony Chemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.8.3 */ public class FetchProjectsVersionsTool { diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolAction.java b/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolAction.java index 5b3e668..a57d4b6 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolAction.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolAction.java @@ -4,7 +4,7 @@ package org.nuiton.jredmine.tool; * #%L * JRedmine :: Client * %% - * Copyright (C) 2009 - 2015 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolCommandLine.java b/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolCommandLine.java index fe8acb2..42e9ced 100644 --- a/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolCommandLine.java +++ b/jredmine-client/src/main/java/org/nuiton/jredmine/tool/JRedmineToolCommandLine.java @@ -4,7 +4,7 @@ package org.nuiton.jredmine.tool; * #%L * JRedmine :: Client * %% - * Copyright (C) 2009 - 2015 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/redmine/jredmine-1.x/app/controllers/jredmine_controller.rb b/jredmine-client/src/main/redmine/jredmine-1.x/app/controllers/jredmine_controller.rb index 734d191..80d0870 100644 --- a/jredmine-client/src/main/redmine/jredmine-1.x/app/controllers/jredmine_controller.rb +++ b/jredmine-client/src/main/redmine/jredmine-1.x/app/controllers/jredmine_controller.rb @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/redmine/jredmine-1.x/config/routes.rb b/jredmine-client/src/main/redmine/jredmine-1.x/config/routes.rb index c709e9e..d09223e 100644 --- a/jredmine-client/src/main/redmine/jredmine-1.x/config/routes.rb +++ b/jredmine-client/src/main/redmine/jredmine-1.x/config/routes.rb @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -45,4 +45,4 @@ ActionController::Routing::Routes.draw do |map| # jredmine/action/?? (:project_id) #map.connect 'jredmine/:action/:project_id', :controller => 'jredmine' #map.connect 'jredmine/:action.:format/:project_id', :controller => 'jredmine', :format => ['xml', 'json'] -end \ No newline at end of file +end diff --git a/jredmine-client/src/main/redmine/jredmine-1.x/init.rb b/jredmine-client/src/main/redmine/jredmine-1.x/init.rb index 979dbbd..13814f4 100644 --- a/jredmine-client/src/main/redmine/jredmine-1.x/init.rb +++ b/jredmine-client/src/main/redmine/jredmine-1.x/init.rb @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb b/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb index 2141011..0ad2e5d 100644 --- a/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb +++ b/jredmine-client/src/main/redmine/jredmine-2.x/app/controllers/jredmine_controller.rb @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/main/redmine/jredmine-2.x/config/routes.rb b/jredmine-client/src/main/redmine/jredmine-2.x/config/routes.rb index f79cae5..4e020c1 100644 --- a/jredmine-client/src/main/redmine/jredmine-2.x/config/routes.rb +++ b/jredmine-client/src/main/redmine/jredmine-2.x/config/routes.rb @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -35,4 +35,4 @@ RedmineApp::Application.routes.draw do match 'jredmine/:action/:pid', :to=> 'jredmine#:action', :pid => /.+/, :format => 'xml', :via => ['get', 'post'] match 'jredmine/:action.json/:pid', :to=> 'jredmine#:action', :pid => /.+/, :format => 'json', :via => ['get', 'post'] -end \ No newline at end of file +end diff --git a/jredmine-client/src/main/redmine/jredmine-2.x/init.rb b/jredmine-client/src/main/redmine/jredmine-2.x/init.rb index 979dbbd..13814f4 100644 --- a/jredmine-client/src/main/redmine/jredmine-2.x/init.rb +++ b/jredmine-client/src/main/redmine/jredmine-2.x/init.rb @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/site/apt/index.apt b/jredmine-client/src/site/apt/index.apt index c65f295..47bfbcf 100644 --- a/jredmine-client/src/site/apt/index.apt +++ b/jredmine-client/src/site/apt/index.apt @@ -5,7 +5,7 @@ ~~ $Id$ ~~ $HeadURL$ ~~ %% -~~ Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin +~~ Copyright (C) 2009 - 2016 Codelutin, Tony Chemit ~~ %% ~~ This program is free software: you can redistribute it and/or modify ~~ it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/site/apt/rails_api.apt b/jredmine-client/src/site/apt/rails_api.apt index b976b99..cefeeaa 100644 --- a/jredmine-client/src/site/apt/rails_api.apt +++ b/jredmine-client/src/site/apt/rails_api.apt @@ -5,7 +5,7 @@ ~~ $Id$ ~~ $HeadURL$ ~~ %% -~~ Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin +~~ Copyright (C) 2009 - 2016 Codelutin, Tony Chemit ~~ %% ~~ This program is free software: you can redistribute it and/or modify ~~ it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/site/apt/redmine_service.apt b/jredmine-client/src/site/apt/redmine_service.apt index 1de50f2..e4c770f 100644 --- a/jredmine-client/src/site/apt/redmine_service.apt +++ b/jredmine-client/src/site/apt/redmine_service.apt @@ -5,7 +5,7 @@ ~~ $Id$ ~~ $HeadURL$ ~~ %% -~~ Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin +~~ Copyright (C) 2009 - 2016 Codelutin, Tony Chemit ~~ %% ~~ This program is free software: you can redistribute it and/or modify ~~ it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/site/site.xml b/jredmine-client/src/site/site.xml index 220bcbb..f617807 100644 --- a/jredmine-client/src/site/site.xml +++ b/jredmine-client/src/site/site.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineFixtures.java b/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineFixtures.java index 321eed3..e47087a 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineFixtures.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineFixtures.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -40,7 +38,7 @@ import java.util.Date; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineFixtures extends AbstractRedmineFixtures { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/client/RedmineClientTest.java b/jredmine-client/src/test/java/org/nuiton/jredmine/client/RedmineClientTest.java index 1dd1773..a243eef 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/client/RedmineClientTest.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/client/RedmineClientTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -53,7 +50,7 @@ import java.util.Arrays; /** * Tests the {@link RedmineClient}. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.5 */ public class RedmineClientTest { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineModelFixtures.java b/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineModelFixtures.java index 4006b35..985e932 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineModelFixtures.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineModelFixtures.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.model.io.xpp3; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -43,7 +41,7 @@ import java.util.List; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineModelFixtures extends AbstractRedmineFixtures { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java b/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java index 5242b9b..cf92136 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Client - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -59,7 +56,7 @@ import java.util.List; import java.util.Map; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @RunWith(Parameterized.class) @@ -374,4 +371,4 @@ public class RedmineXpp3HelperTest<T> { } } } -} \ No newline at end of file +} diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineAnonymousServiceTest.java b/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineAnonymousServiceTest.java index bf842cf..e57dcd5 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineAnonymousServiceTest.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineAnonymousServiceTest.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -45,7 +43,7 @@ import org.nuiton.jredmine.test.RedmineServer; /** * Tests the {@link RedmineAnonymousService} service. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineAnonymousServiceTest { @@ -185,4 +183,4 @@ public class RedmineAnonymousServiceTest { Assert.assertTrue(attachments.length > 0); } -} \ No newline at end of file +} diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceAsAnonymousTest.java b/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceAsAnonymousTest.java index 7fc5bb4..d2698c7 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceAsAnonymousTest.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceAsAnonymousTest.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -45,7 +43,7 @@ import org.nuiton.jredmine.test.RedmineServer; /** * Tests the {@link RedmineService} service with anonymous configuration. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineServiceAsAnonymousTest { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceTest.java b/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceTest.java index 5de8f1e..40d7dee 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceTest.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/service/RedmineServiceTest.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.service; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -46,7 +44,7 @@ import org.nuiton.jredmine.test.RedmineServer; /** * Tests the {@link RedmineService} service with loggued configuration. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineServiceTest { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/AbstractRedmineFixtures.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/AbstractRedmineFixtures.java index 38cde85..2d650c3 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/AbstractRedmineFixtures.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/AbstractRedmineFixtures.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -35,7 +33,7 @@ import java.io.IOException; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public abstract class AbstractRedmineFixtures { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineAnonymousFixtureClassRule.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineAnonymousFixtureClassRule.java index ad7a712..e16e7c0 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineAnonymousFixtureClassRule.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineAnonymousFixtureClassRule.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -37,7 +35,7 @@ import java.io.IOException; * A class rule that provider the {@link AbstractRedmineFixtures} and check that the * valid anonymous configuration is found. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineAnonymousFixtureClassRule<F extends AbstractRedmineFixtures> implements TestRule { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineFixtureClassRule.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineFixtureClassRule.java index ba28baf..1f78775 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineFixtureClassRule.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineFixtureClassRule.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -37,7 +35,7 @@ import java.io.IOException; * A class rule that provider the {@link AbstractRedmineFixtures} and check that the * valid loggued configuration is found. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineFixtureClassRule<F extends AbstractRedmineFixtures> implements TestRule { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineServer.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineServer.java index 7d070c2..bd9537d 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineServer.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/RedmineServer.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -35,7 +33,7 @@ import java.io.IOException; /** * A redmine server resource used by tests. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public abstract class RedmineServer<S extends RedmineAnonymousService, F> extends TestWatcher { @@ -158,4 +156,4 @@ public abstract class RedmineServer<S extends RedmineAnonymousService, F> extend } } -} \ No newline at end of file +} diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineAnonymousServiceTCK.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineAnonymousServiceTCK.java index 9573450..1e23764 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineAnonymousServiceTCK.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineAnonymousServiceTCK.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test.tck; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -45,7 +43,7 @@ import org.nuiton.jredmine.test.RedmineServer; /** * Tests the {@link RedmineAnonymousService} service. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineAnonymousServiceTCK { @@ -179,4 +177,4 @@ public class RedmineAnonymousServiceTCK { Assert.assertTrue(attachments.length > 0); } -} \ No newline at end of file +} diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceAsAnonymousTCK.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceAsAnonymousTCK.java index 9fd1034..b2effb1 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceAsAnonymousTCK.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceAsAnonymousTCK.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test.tck; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -46,7 +44,7 @@ import org.nuiton.jredmine.test.RedmineServer; /** * Tests the {@link RedmineService} service with anonymous configuration. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineServiceAsAnonymousTCK { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceTCK.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceTCK.java index daaf5df..6b9605c 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceTCK.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineServiceTCK.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test.tck; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -46,7 +44,7 @@ import org.nuiton.jredmine.test.RedmineServer; /** * Tests the {@link RedmineService} service with loggued configuration. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineServiceTCK { diff --git a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineTCKFixtures.java b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineTCKFixtures.java index 7ba75fe..84e2cfa 100644 --- a/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineTCKFixtures.java +++ b/jredmine-client/src/test/java/org/nuiton/jredmine/test/tck/RedmineTCKFixtures.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.test.tck; /* * #%L * JRedmine :: Client - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -40,7 +38,7 @@ import java.util.Date; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineTCKFixtures extends AbstractRedmineFixtures { diff --git a/jredmine-client/src/test/resources/log4j.properties b/jredmine-client/src/test/resources/log4j.properties index afd2ff5..f352dd1 100644 --- a/jredmine-client/src/test/resources/log4j.properties +++ b/jredmine-client/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/attachment.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/attachment.xml index 3d881d5..7afcbb9 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/attachment.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/attachment.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -25,4 +25,4 @@ --> <attachments type="array"> -</attachments> \ No newline at end of file +</attachments> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issue.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issue.xml index 6a7a8b0..7b6f27f 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issue.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issue.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueCategory.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueCategory.xml index 95a9016..a15f9b4 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueCategory.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueCategory.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -25,4 +25,4 @@ --> <issue-categories type="array"> -</issue-categories> \ No newline at end of file +</issue-categories> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issuePriority.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issuePriority.xml index 15c5d30..b3a0689 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issuePriority.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issuePriority.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueStatus.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueStatus.xml index a269949..a3b6659 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueStatus.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/issueStatus.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/news.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/news.xml index f9657c6..8185284 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/news.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/news.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/project.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/project.xml index fff51b9..5a44223 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/project.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/project.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -25,4 +25,4 @@ --> <projects type="array"> -</projects> \ No newline at end of file +</projects> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/timeEntry.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/timeEntry.xml index e61519f..5b780ad 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/timeEntry.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/timeEntry.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -25,4 +25,4 @@ --> <time-entries type="array"> -</time-entries> \ No newline at end of file +</time-entries> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/tracker.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/tracker.xml index 6b71ebe..17cb5f4 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/tracker.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/tracker.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/user.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/user.xml index 5cf13ef..b4e8134 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/user.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/user.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/version.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/version.xml index 01d5df4..5ca0537 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/version.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty/version.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/attachment.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/attachment.xml index 5c999bd..6d46c38 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/attachment.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/attachment.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -24,4 +24,4 @@ #L% --> -<attachments type="array"/> \ No newline at end of file +<attachments type="array"/> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issue.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issue.xml index 3de0fb5..36de3e3 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issue.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issue.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueCategory.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueCategory.xml index e902b8f..7c122b9 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueCategory.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueCategory.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -24,4 +24,4 @@ #L% --> -<issue-categories type="array"/> \ No newline at end of file +<issue-categories type="array"/> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issuePriority.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issuePriority.xml index 15c5d30..b3a0689 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issuePriority.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issuePriority.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueStatus.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueStatus.xml index a269949..a3b6659 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueStatus.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/issueStatus.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/news.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/news.xml index f9657c6..8185284 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/news.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/news.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/project.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/project.xml index c7e391e..a5ab9df 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/project.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/project.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -24,4 +24,4 @@ #L% --> -<projects type="array"/> \ No newline at end of file +<projects type="array"/> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/timeEntry.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/timeEntry.xml index 996e4a6..1c4e2a0 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/timeEntry.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/timeEntry.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -24,4 +24,4 @@ #L% --> -<time-entries type="array"/> \ No newline at end of file +<time-entries type="array"/> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/tracker.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/tracker.xml index 3b46273..6bde947 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/tracker.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/tracker.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/user.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/user.xml index eafd48f..14aa572 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/user.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/user.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/version.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/version.xml index 3c20c00..b408efe 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/version.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-empty2/version.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/attachment.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/attachment.xml index 7105ac9..a4a663c 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/attachment.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/attachment.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -58,4 +58,4 @@ <disk-filename>090905125641_get_issue.json2</disk-filename> <filename>get_issue.json2</filename> </attachment> -</attachments> \ No newline at end of file +</attachments> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issue.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issue.xml index 8996b19..67d7be0 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issue.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issue.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueCategory.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueCategory.xml index 995bfac..92a846e 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueCategory.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueCategory.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -37,4 +37,4 @@ <name>categorie two</name> <project-id type="integer">1</project-id> </issue-category> -</issue-categories> \ No newline at end of file +</issue-categories> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issuePriority.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issuePriority.xml index 43503a0..d40435b 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issuePriority.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issuePriority.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueStatus.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueStatus.xml index 393292c..a2b1b7b 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueStatus.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/issueStatus.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -72,4 +72,4 @@ <name>Rejeté</name> <position type="integer">6</position> </issue-status> -</issue-statuses> \ No newline at end of file +</issue-statuses> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/news.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/news.xml index a85fe1f..b0b2980 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/news.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/news.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -45,4 +45,4 @@ <summary>summary2</summary> <title>title2</title> </news> -</news> \ No newline at end of file +</news> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/project.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/project.xml index 12b6430..e112df1 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/project.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/project.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -53,4 +53,4 @@ <status type="integer">1</status> <updated-on type="datetime">2009-09-05T16:22:29+02:00</updated-on> </project> -</projects> \ No newline at end of file +</projects> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/timeEntry.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/timeEntry.xml index 69e71d0..b2799fe 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/timeEntry.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/timeEntry.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -55,4 +55,4 @@ <updated-on type="datetime">2009-12-31T23:10:01+01:00</updated-on> <user-id type="integer">4</user-id> </time-entry> -</time-entries> \ No newline at end of file +</time-entries> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/tracker.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/tracker.xml index 1d1a381..c6965a4 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/tracker.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/tracker.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/user.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/user.xml index 288120e..3d98bff 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/user.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/user.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/version.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/version.xml index 4debb6d..b9b5e9a 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/version.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-multi/version.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/attachment.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/attachment.xml index 17309e0..d5a1389 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/attachment.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/attachment.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -41,4 +41,4 @@ <disk-filename>090905125641_get_issue.json</disk-filename> <filename>get_issue.json</filename> </attachment> -</attachments> \ No newline at end of file +</attachments> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issue.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issue.xml index e2c45f6..dee785f 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issue.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issue.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueCategory.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueCategory.xml index 0ed0ea1..6542cb9 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueCategory.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueCategory.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -31,4 +31,4 @@ <name>categorie one</name> <project-id type="integer">1</project-id> </issue-category> -</issue-categories> \ No newline at end of file +</issue-categories> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issuePriority.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issuePriority.xml index 01729d2..d9001cc 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issuePriority.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issuePriority.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueStatus.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueStatus.xml index f316f3d..d40cb95 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueStatus.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/issueStatus.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -35,4 +35,4 @@ <default-done-ratio>10</default-done-ratio> </issue-status> -</issue-statuses> \ No newline at end of file +</issue-statuses> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/news.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/news.xml index f3b670f..2c88405 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/news.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/news.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -35,4 +35,4 @@ <summary>summary</summary> <title>title</title> </news> -</news> \ No newline at end of file +</news> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/project.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/project.xml index 4e26ebd..ba556fb 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/project.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/project.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -43,4 +43,4 @@ <is-public type="boolean">true</is-public> </project> -</projects> \ No newline at end of file +</projects> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/timeEntry.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/timeEntry.xml index a92aced..5b12b59 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/timeEntry.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/timeEntry.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -40,4 +40,4 @@ <updated-on type="datetime">2009-12-31T23:02:02+01:00</updated-on> <user-id type="integer">4</user-id> </time-entry> -</time-entries> \ No newline at end of file +</time-entries> diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/tracker.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/tracker.xml index 289e657..943025f 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/tracker.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/tracker.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/user.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/user.xml index 4d22437..b499b6c 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/user.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/user.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/version.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/version.xml index c26a8bf..3ad6906 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/version.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/array-singleton/version.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/attachment.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/attachment.xml index 80d1e18..ab11e8b 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/attachment.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/attachment.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issue.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issue.xml index 3f2b7c6..60d772c 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issue.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issue.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueCategory.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueCategory.xml index 42ba91c..a7c5d3f 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueCategory.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueCategory.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issuePriority.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issuePriority.xml index 0633e08..a12d84f 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issuePriority.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issuePriority.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueStatus.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueStatus.xml index 04fd402..e9fddb9 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueStatus.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issueStatus.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/news.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/news.xml index eb5927e..78d0808 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/news.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/news.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/project.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/project.xml index 619e9a9..41aadc3 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/project.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/project.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/timeEntry.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/timeEntry.xml index a1589ff..be7f730 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/timeEntry.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/timeEntry.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/tracker.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/tracker.xml index f710460..5fac237 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/tracker.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/tracker.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml index cec3c14..71fbe71 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/version.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/version.xml index bee8519..4d023b2 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/version.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/version.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml index 0832fba..7f573cd 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml index ac7a731..316b194 100644 --- a/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml +++ b/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-client/src/test/resources/test-config.properties b/jredmine-client/src/test/resources/test-config.properties index ceeb496..c6bf0b0 100644 --- a/jredmine-client/src/test/resources/test-config.properties +++ b/jredmine-client/src/test/resources/test-config.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -25,4 +25,4 @@ # default values for test configuration (see org.nuiton.jredmine.TestHelper) jredmine-test.url=https://forge.nuiton.org jredmine-test.encoding=UTF-8 -jredmine-test.verbose=false \ No newline at end of file +jredmine-test.verbose=false diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index 4f38855..c415b23 100644 --- a/jredmine-maven-plugin/pom.xml +++ b/jredmine-maven-plugin/pom.xml @@ -110,6 +110,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> + <scope>provided</scope> </dependency> <dependency> diff --git a/jredmine-maven-plugin/src/it/multi/invoker.properties b/jredmine-maven-plugin/src/it/multi/invoker.properties index 8ead52f..74d8f9a 100644 --- a/jredmine-maven-plugin/src/it/multi/invoker.properties +++ b/jredmine-maven-plugin/src/it/multi/invoker.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/multi/module1/pom.xml b/jredmine-maven-plugin/src/it/multi/module1/pom.xml index 150e606..91d20de 100644 --- a/jredmine-maven-plugin/src/it/multi/module1/pom.xml +++ b/jredmine-maven-plugin/src/it/multi/module1/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/multi/module2/pom.xml b/jredmine-maven-plugin/src/it/multi/module2/pom.xml index 9460de5..465ce8c 100644 --- a/jredmine-maven-plugin/src/it/multi/module2/pom.xml +++ b/jredmine-maven-plugin/src/it/multi/module2/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/multi/pom.xml b/jredmine-maven-plugin/src/it/multi/pom.xml index ce117d2..2fdaa19 100644 --- a/jredmine-maven-plugin/src/it/multi/pom.xml +++ b/jredmine-maven-plugin/src/it/multi/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/multi/verify.groovy b/jredmine-maven-plugin/src/it/multi/verify.groovy index 6e5748c..43155cc 100644 --- a/jredmine-maven-plugin/src/it/multi/verify.groovy +++ b/jredmine-maven-plugin/src/it/multi/verify.groovy @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/report/invoker.properties b/jredmine-maven-plugin/src/it/report/invoker.properties index 013ceff..8a6ed4e 100644 --- a/jredmine-maven-plugin/src/it/report/invoker.properties +++ b/jredmine-maven-plugin/src/it/report/invoker.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/report/pom.xml b/jredmine-maven-plugin/src/it/report/pom.xml index c90960e..24df249 100644 --- a/jredmine-maven-plugin/src/it/report/pom.xml +++ b/jredmine-maven-plugin/src/it/report/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/report/verify.groovy b/jredmine-maven-plugin/src/it/report/verify.groovy index 9a510d9..d47e4c4 100644 --- a/jredmine-maven-plugin/src/it/report/verify.groovy +++ b/jredmine-maven-plugin/src/it/report/verify.groovy @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/settings.xml b/jredmine-maven-plugin/src/it/settings.xml index e9b0594..23b782b 100644 --- a/jredmine-maven-plugin/src/it/settings.xml +++ b/jredmine-maven-plugin/src/it/settings.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/single/invoker.properties b/jredmine-maven-plugin/src/it/single/invoker.properties index 4921688..197672c 100644 --- a/jredmine-maven-plugin/src/it/single/invoker.properties +++ b/jredmine-maven-plugin/src/it/single/invoker.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/single/pom.xml b/jredmine-maven-plugin/src/it/single/pom.xml index 0876167..a2b5046 100644 --- a/jredmine-maven-plugin/src/it/single/pom.xml +++ b/jredmine-maven-plugin/src/it/single/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java b/jredmine-maven-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java index e39f540..ef809ff 100644 --- a/jredmine-maven-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java +++ b/jredmine-maven-plugin/src/it/single/src/main/java/org/nuiton/jredmine/plugin/MyClass.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,4 +23,4 @@ package org.nuiton.jredmine.plugin; public class MyClass { -} \ No newline at end of file +} diff --git a/jredmine-maven-plugin/src/it/single/verify.groovy b/jredmine-maven-plugin/src/it/single/verify.groovy index 3bd772b..ab3261a 100644 --- a/jredmine-maven-plugin/src/it/single/verify.groovy +++ b/jredmine-maven-plugin/src/it/single/verify.groovy @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/single_failed/invoker.properties b/jredmine-maven-plugin/src/it/single_failed/invoker.properties index aada4f4..2cf3cd3 100644 --- a/jredmine-maven-plugin/src/it/single_failed/invoker.properties +++ b/jredmine-maven-plugin/src/it/single_failed/invoker.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/single_failed/pom.xml b/jredmine-maven-plugin/src/it/single_failed/pom.xml index 9e42522..f9efdaa 100644 --- a/jredmine-maven-plugin/src/it/single_failed/pom.xml +++ b/jredmine-maven-plugin/src/it/single_failed/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java b/jredmine-maven-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java index e39f540..ef809ff 100644 --- a/jredmine-maven-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java +++ b/jredmine-maven-plugin/src/it/single_failed/src/main/java/org/nuiton/jredmine/plugin/MyClass.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,4 +23,4 @@ package org.nuiton.jredmine.plugin; public class MyClass { -} \ No newline at end of file +} diff --git a/jredmine-maven-plugin/src/it/single_failed/verify.groovy b/jredmine-maven-plugin/src/it/single_failed/verify.groovy index 18d9332..ba83f48 100644 --- a/jredmine-maven-plugin/src/it/single_failed/verify.groovy +++ b/jredmine-maven-plugin/src/it/single_failed/verify.groovy @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/skip-report/invoker.properties b/jredmine-maven-plugin/src/it/skip-report/invoker.properties index 013ceff..8a6ed4e 100644 --- a/jredmine-maven-plugin/src/it/skip-report/invoker.properties +++ b/jredmine-maven-plugin/src/it/skip-report/invoker.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/skip-report/pom.xml b/jredmine-maven-plugin/src/it/skip-report/pom.xml index 319c6a5..376f188 100644 --- a/jredmine-maven-plugin/src/it/skip-report/pom.xml +++ b/jredmine-maven-plugin/src/it/skip-report/pom.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/it/skip-report/verify.groovy b/jredmine-maven-plugin/src/it/skip-report/verify.groovy index 536a3ad..aec45be 100644 --- a/jredmine-maven-plugin/src/it/skip-report/verify.groovy +++ b/jredmine-maven-plugin/src/it/skip-report/verify.groovy @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2010 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java index 64e6622..4219bde 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -42,7 +39,7 @@ import java.text.SimpleDateFormat; /** * Abstract redmine mojo. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractRedmineMojo extends AbstractPlugin implements RedmineServiceConfiguration { @@ -55,7 +52,7 @@ public abstract class AbstractRedmineMojo extends AbstractPlugin implements Redm /** * The real basedir redmine url. - * <p/> + * * If no url is given, will use the issue management url. * * @since 1.0.0 @@ -65,7 +62,7 @@ public abstract class AbstractRedmineMojo extends AbstractPlugin implements Redm /** * The redmine's server login apiKey. - * <p/> + * * <b>Note:</b> This parameter (or {@link #username} + {@link #password}) is mandatory if you * not use a {@code anonymous} service. * @@ -76,7 +73,7 @@ public abstract class AbstractRedmineMojo extends AbstractPlugin implements Redm /** * The redmine's server login. - * <p/> + * * <b>Note:</b> This parameter (+ {@link #password}) (or {@link #apiKey}) is mandatory if you * not use a {@code anonymous} service. * @@ -87,7 +84,7 @@ public abstract class AbstractRedmineMojo extends AbstractPlugin implements Redm /** * The redmine's server password. - * <p/> + * * <b>Note:</b> This parameter (+ {@link #username}) (or {@link #apiKey}) is mandatory if you * not use a {@code anonymous} service. * @@ -98,7 +95,7 @@ public abstract class AbstractRedmineMojo extends AbstractPlugin implements Redm /** * The encoding used to read and write files. - * <p/> + * * <b>Note:</b> If nothing is filled here, we will use the system * property {@code file.encoding}. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProject.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProject.java index 25e3390..27fc409 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProject.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProject.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.plugin; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +31,7 @@ import org.nuiton.jredmine.service.RedmineServiceException; /** * Abstract redmine mojo whihc need a redmine project context. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public abstract class AbstractRedmineMojoWithProject extends AbstractRedmineMojo implements RedmineProjectAware { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProjectAndVersion.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProjectAndVersion.java index 565cc6b..8b61499 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProjectAndVersion.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoWithProjectAndVersion.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.plugin; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +30,7 @@ import org.nuiton.jredmine.service.RedmineServiceException; /** * Abstract redmine mojo which needs a redmine project and version context. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public abstract class AbstractRedmineMojoWithProjectAndVersion extends AbstractRedmineMojoWithProject implements RedmineVersionAware { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java index 663b378..171f658 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -55,10 +52,10 @@ import java.util.Map; /** * Display in console some data from redmine's server. - * <p/> + * * This goals requires no authentication to the server. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "display-data", requiresOnline = true, requiresProject = true) @@ -87,14 +84,14 @@ public class DisplayDataMojo extends AbstractRedmineMojo implements RedmineProje /** * The data types to display : {@code issueSatus}, {@code issuePriority}, * {@code issueCategory}, {@code tracker} and {@code user}. - * <p/> + * * {@code issueStatus} and {@code issuePriority} are common for all * projects, so for those datas, no extrat configuration is required. - * <p/> + * * {@code isseCategoriy}, {@code tracker} and {@code user} are project * specific, so you have to fill also the {@code projectId} parameter to * obtain data for those types. - * <p/> + * * Note : you can specifiy several types separated by comma * * @since 1.0.0 diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DryRunAware.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DryRunAware.java index daa3b68..52d0ba2 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DryRunAware.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/DryRunAware.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.plugin; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +25,7 @@ package org.nuiton.jredmine.plugin; * Contract to place on mojo which can change data on a redmine server and * can then have a dry run behaviour. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public interface DryRunAware extends SkipOrRunOnlyOnceAware{ diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangelogMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangelogMojo.java index 69d292d..b6c570b 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangelogMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangelogMojo.java @@ -1,5 +1,27 @@ package org.nuiton.jredmine.plugin; +/*- + * #%L + * JRedmine :: Maven plugin + * %% + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.SystemUtils; import org.apache.maven.execution.MavenSession; diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java index f3c108a..37c748f 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -62,7 +59,7 @@ import java.util.Map.Entry; * by the maven-changes-plugin to generates the release report and send * the annoncement mail at a release time. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "generate-changes", requiresOnline = true, requiresProject = true) @@ -90,7 +87,7 @@ public class GenerateChangesMojo extends AbstractRedmineMojoWithProjectAndVersio /** * The description of the release. - * <p/> + * * <b>Note :</b> if not sets - will use the redmine version description (if exists). * * @since 1.0.0 @@ -118,13 +115,13 @@ public class GenerateChangesMojo extends AbstractRedmineMojoWithProjectAndVersio /** * The action mapping to the redmine tracker ids. - * <p/> + * * Possible actions are {@code add}, {@code fix}, {@code update}, {@code remove} - * <p/> + * * The syntax of mapping is {@code action:id [,action:id]*} - * <p/> + * * Example : - * <p/> + * * <pre> * fix:1 * fix:1, add:1 @@ -137,9 +134,9 @@ public class GenerateChangesMojo extends AbstractRedmineMojoWithProjectAndVersio /** * The comma separated list of statuses ids to include in the changes.xml - * <p/> + * * <b>Note :</b> If a value is set to empty - that means to include all status. - * <p/> + * * * @since 1.0.0 */ @@ -148,9 +145,9 @@ public class GenerateChangesMojo extends AbstractRedmineMojoWithProjectAndVersio /** * The comma separated list of category ids to include in the changes.xml - * <p/> + * * <b>Note :</b> If a value is set to empty - that means to include all categories. - * <p/> + * * * @since 1.0.0 */ @@ -169,7 +166,7 @@ public class GenerateChangesMojo extends AbstractRedmineMojoWithProjectAndVersio * A flag to generate only once in a multi-module project. The changes.xml * file will be generated only once in the pom module and then copy in the * modules. - * <p/> + * * The default behaviour is to generate once to reduce calls to redmine * * @since 1.0.0 diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java index 793721b..78e6f86 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,10 +23,10 @@ package org.nuiton.jredmine.plugin; /** * A simple contract to define the configuration of an issues collector. - * <p/> + * * TODO javadoc * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public interface IssueCollectorConfiguration { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java index 0842332..ad1f869 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -42,7 +39,7 @@ import java.util.List; /** * A class to collect some issues due to given filters. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesCollector { @@ -166,7 +163,7 @@ public class IssuesCollector { /** * clean all internal states. - * <p/> + * * Note : this method is invoked at the begin of each * {@link #collect(RedmineService, org.nuiton.jredmine.plugin.IssueCollectorConfiguration)} method. */ diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java index ff3cb00..66e92c1 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -36,12 +33,11 @@ import java.util.Date; /** * Prepare the next version to be used. - * </p> + * * If a previous version is given, then move all unclosed issues from the * previous version to the new one. - * <p/> * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "next-version", requiresOnline = true, requiresProject = true) @@ -53,7 +49,7 @@ public class NextVersionMojo extends AbstractRedmineMojoWithProjectAndVersion im /** * The news description to update to redmine server. - * <p/> + * * Note : if not set, no update of the description will be made. * * @since 1.0.0 @@ -63,9 +59,9 @@ public class NextVersionMojo extends AbstractRedmineMojoWithProjectAndVersion im /** * The effective date to set on the version. - * <p/> + * * The format of the date is {@code yyyy-mm-dd}. - * <p/> + * * If not Set - will use current day date. * flag is on. * @@ -76,7 +72,7 @@ public class NextVersionMojo extends AbstractRedmineMojoWithProjectAndVersion im /** * The name of a previous version. - * <p/> + * * If not Set - will not move any issues to the new version. * * @since 1.0.0 @@ -86,9 +82,9 @@ public class NextVersionMojo extends AbstractRedmineMojoWithProjectAndVersion im /** * To use the lastest closed version as the previous version. - * <p/> + * * If not Set - will not move any issues to the new version. - * <p/> + * * <strong>Note:</strong> No effect when {@link #previousVersionName} * is filled. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java index b33a9f1..587a146 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -44,7 +41,7 @@ import java.util.List; /** * Publish files for a given project and version on redmine server. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "publish-attachments", requiresOnline = true, requiresProject = true) @@ -56,11 +53,11 @@ public class PublishAttachmentsMojo extends AbstractRedmineMojoWithProjectAndVer /** * The path of a properties files where files to deploy are descriped. - * <p/> + * * The key of a property is the sortor key - * <p/> + * * The value of a property is the path of the file to upload. - * <p/> + * * If no Set - will not use this source * * @since 1.0.0 @@ -70,7 +67,7 @@ public class PublishAttachmentsMojo extends AbstractRedmineMojoWithProjectAndVer /** * A list of files to deploy. - * <p/> + * * If no Set - will not use this source * * @since 1.0.0 diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java index cbea71d..63d4cd7 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -35,7 +32,7 @@ import java.io.File; /** * Publish a news on redmine server. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "publish-news", requiresOnline = true, requiresProject = true) @@ -63,7 +60,7 @@ public class PublishNewsMojo extends AbstractRedmineMojoWithProject implements D /** * The title of the news to create on redmine server. - * <p/> + * * <b>Note : </b> the size can not be more than 60 caracters (due to a * redmine limitation). * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineProjectAware.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineProjectAware.java index 949d181..f2f7da5 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineProjectAware.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineProjectAware.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.plugin; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,7 +24,7 @@ package org.nuiton.jredmine.plugin; /** * Contract to place on mojo which needs a project name redmine context. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public interface RedmineProjectAware { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineVersionAware.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineVersionAware.java index 12e4db3..e0dab5a 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineVersionAware.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/RedmineVersionAware.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine.plugin; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -26,7 +24,7 @@ package org.nuiton.jredmine.plugin; /** * Contract to place on mojo which needs a version name redmine context. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public interface RedmineVersionAware { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/SkipOrRunOnlyOnceAware.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/SkipOrRunOnlyOnceAware.java index 37dc692..6eac326 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/SkipOrRunOnlyOnceAware.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/SkipOrRunOnlyOnceAware.java @@ -3,10 +3,8 @@ package org.nuiton.jredmine.plugin; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2013 CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -27,7 +25,7 @@ package org.nuiton.jredmine.plugin; /** * Contract to place on mojo which can be run only once, or only on root module. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.6 */ public interface SkipOrRunOnlyOnceAware { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java index 78c863f..e2aeb1b 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -38,10 +35,10 @@ import java.util.Date; /** * Create or update a version on redmine server. - * <p/> + * * Will add a the version if not existing, otherwise, will update the version. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "update-version", requiresOnline = true, requiresProject = true) @@ -53,7 +50,7 @@ public class UpdateVersionMojo extends AbstractRedmineMojoWithProjectAndVersion /** * The version description to update to redmine server. - * <p/> + * * Note : if not set, no update of the description will be made. * * @since 1.0.0 @@ -63,7 +60,7 @@ public class UpdateVersionMojo extends AbstractRedmineMojoWithProjectAndVersion /** * A flag to close the version on redmine (will fix effectiveDate). - * <p/> + * * The status of the version will be setted to {@code closed} then. * * @since 1.0.0 @@ -73,9 +70,9 @@ public class UpdateVersionMojo extends AbstractRedmineMojoWithProjectAndVersion /** * The effective date to set on the version. - * <p/> + * * The format of the date is {@code yyyy-mm-dd}. - * <p/> + * * If not Set - will use current day date only if {@link #closeVersion} * flag is on. * @@ -86,7 +83,7 @@ public class UpdateVersionMojo extends AbstractRedmineMojoWithProjectAndVersion /** * The status to set on the version amoung values {@code open, lock, closed}. - * <p/> + * * If not Set - will use the {@code closed} value only if * {@link #closeVersion} flag is on. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java index 864d71d..0856d39 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -43,7 +40,7 @@ import java.util.List; import java.util.Map; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com */ public abstract class AbstractAnnouncementMojo extends AbstractRedmineMojoWithProjectAndVersion implements AnnouncementGeneratorConfiguration, SkipOrRunOnlyOnceAware { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java index ba67d1d..878a78a 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -52,7 +49,7 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class AnnouncementGenerator { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java index 828d6cb..3f4e23d 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -35,7 +32,7 @@ import java.util.Map; /** * Created: 10 janv. 2010 * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @version $Revision$ * @since 1.2.1 */ diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java index cb2c887..f593259 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -30,7 +27,7 @@ import org.apache.maven.plugins.annotations.Parameter; /** * Generate the content of the release email announcement. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "generate-email-announcement", requiresOnline = true, requiresProject = true) diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java index f2ef61c..b5cba7c 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -30,7 +27,7 @@ import org.apache.maven.plugins.annotations.Parameter; /** * Generate the content of the release announcement news for Redmine. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "generate-news-announcement", requiresOnline = true, requiresProject = true) diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java index f515de9..22b34e4 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -38,7 +35,7 @@ import java.util.Map; /** * Abstract Generates a report for issues from Redmine's server * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractIssuesReport extends AbstractRedmineReport implements IssueCollectorConfiguration { diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java index 1209438..036eafd 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,13 +22,8 @@ package org.nuiton.jredmine.plugin.report; import org.apache.maven.artifact.Artifact; -import org.apache.maven.artifact.factory.ArtifactFactory; import org.apache.maven.artifact.repository.ArtifactRepository; -import org.apache.maven.artifact.resolver.ArtifactNotFoundException; -import org.apache.maven.artifact.resolver.ArtifactResolutionException; -import org.apache.maven.artifact.resolver.ArtifactResolver; -import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException; -import org.apache.maven.artifact.versioning.VersionRange; +import org.apache.maven.artifact.resolver.ArtifactResolutionRequest; import org.apache.maven.doxia.sink.Sink; import org.apache.maven.doxia.site.decoration.Body; import org.apache.maven.doxia.site.decoration.DecorationModel; @@ -46,6 +38,7 @@ import org.apache.maven.plugins.annotations.Component; import org.apache.maven.plugins.annotations.Parameter; import org.apache.maven.reporting.MavenReport; import org.apache.maven.reporting.MavenReportException; +import org.apache.maven.repository.RepositorySystem; import org.codehaus.plexus.i18n.I18N; import org.nuiton.jredmine.plugin.AbstractRedmineMojoWithProject; import org.nuiton.jredmine.plugin.RedmineVersionAware; @@ -62,7 +55,7 @@ import java.util.ResourceBundle; /** * Abstract redmine report mojo. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractRedmineReport extends AbstractRedmineMojoWithProject implements MavenReport, RedmineVersionAware { @@ -130,20 +123,12 @@ public abstract class AbstractRedmineReport extends AbstractRedmineMojoWithProje /////////////////////////////////////////////////////////////////////////// /** - * Artifact resolver. + * Repository System. * * @since 1.0.0 */ @Component - protected ArtifactResolver resolver; - - /** - * Artifact factory. - * - * @since 1.0.0 - */ - @Component - protected ArtifactFactory factory; + protected RepositorySystem repositorySystem; /** * Internationalization. @@ -235,8 +220,7 @@ public abstract class AbstractRedmineReport extends AbstractRedmineMojoWithProje writer.close(); } - siteRenderer.copyResources(siteContext, new File(project.getBasedir(), "src/site/resources"), - outputDirectory); + siteRenderer.copyResources(siteContext, new File(project.getBasedir(), "src/site/resources"), outputDirectory); } catch (RendererException e) { throw new MojoExecutionException( @@ -349,29 +333,23 @@ public abstract class AbstractRedmineReport extends AbstractRedmineMojoWithProje return ResourceBundle.getBundle("redmine-report", locale, getClass().getClassLoader()); } - protected File getSkinArtifactFile() - throws MojoExecutionException { + protected File getSkinArtifactFile() throws MojoExecutionException { + Skin skin = Skin.getDefaultSkin(); String version = skin.getVersion(); Artifact artifact; - try { - if (version == null) { - version = Artifact.RELEASE_VERSION; - } - VersionRange versionSpec = VersionRange.createFromVersionSpec(version); - artifact = factory.createDependencyArtifact(skin.getGroupId(), skin.getArtifactId(), versionSpec, "jar", - null, null); - - resolver.resolve(artifact, project.getRemoteArtifactRepositories(), localRepository); - } catch (InvalidVersionSpecificationException e) { - throw new MojoExecutionException("The skin version '" + version + "' is not valid: " + e.getMessage()); - } catch (ArtifactResolutionException e) { - throw new MojoExecutionException("Unable to find skin", e); - } catch (ArtifactNotFoundException e) { - throw new MojoExecutionException("The skin does not exist: " + e.getMessage()); + if (version == null) { + version = Artifact.RELEASE_VERSION; } + artifact = repositorySystem.createArtifact(skin.getGroupId(), skin.getArtifactId(), version, "jar"); + ArtifactResolutionRequest request = new ArtifactResolutionRequest(); + request.setArtifact(artifact); + request.setRemoteRepositories(project.getRemoteArtifactRepositories()); + request.setLocalRepository(localRepository); + repositorySystem.resolve(request); + return artifact.getFile(); } } diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java index 680a71e..9357eac 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -52,7 +49,7 @@ import java.util.TreeMap; /** * Generates a Redmine report. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssueReportGenerator { @@ -68,7 +65,7 @@ public class IssueReportGenerator { /** * Universe of columns of the report. - * <p/> + * * Can retreave th i18n header key by {@link #getI18nKey()} and have the * logic of each cell generation in the method * {@link #sinkInsideCell(Sink, org.nuiton.jredmine.plugin.report.IssueReportGenerator, Issue)} diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java index 21d9cb1..97ff684 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReport extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @parameter expression="${redmine.maxEntries}" default-value="100" @@ -73,17 +70,17 @@ public class IssuesReport extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -113,7 +110,7 @@ public class IssuesReport extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java index 68d95ef..30cd8d2 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by assignee. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-assignee", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByAssignee extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByAssignee extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByAssignee extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java index ef36f71..0f8b40a 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by category. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-category", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByCategory extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByCategory extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-data -Dtypes=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByCategory extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java index 69c56cd..6c98b2b 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by priority. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-priority", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByPriority extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByPriority extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByPriority extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java index d77159e..b99bce0 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by reporter. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-reporter", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByReporter extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByReporter extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByReporter extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java index fe3d748..e4b85ac 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by status. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-status", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByStatus extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByStatus extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByStatus extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java index f53b7d6..13d4d6d 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by tracker. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-tracker", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByTracker extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByTracker extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByTracker extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java index f77e47f..c6c0eed 100644 --- a/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java +++ b/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -32,7 +29,7 @@ import java.util.Map; /** * Generates a report for issues from Redmine's server group by version. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ @Mojo(name = "issues-report-by-version", requiresOnline = true, requiresProject = true, requiresReports = true) @@ -44,7 +41,7 @@ public class IssuesReportByVersion extends AbstractIssuesReport { /** * Maximum number of entries to be fetched from redmine. - * <p/> + * * <b>Note:</b> use value 0 to have no limits * * @since 1.0.0 @@ -72,17 +69,17 @@ public class IssuesReportByVersion extends AbstractIssuesReport { * <li><b>category</b> : to restrict on some categories</li> * <li><b>tracker</b> : to restrict on some tracker (says type of issues)</li> * </ul> - * <p/> + * * Values are Redmine's internal ids (except for the version entry * which use Redmine's version names). - * <p/> + * * Multiple values can be separated by commas. - * <p/> - * <p/> + * + * * <b>Note :</b> If a value is set to empty - that means to not filter on * that property. - * <p/> - * <p/> + * + * * To see the internal ids, use the command : * <pre> * mvn redmine:display-ids -Dtype=<entry key> @@ -112,7 +109,7 @@ public class IssuesReportByVersion extends AbstractIssuesReport { /** * A flag to skip the report. - * <p/> + * * This can be usefull since there is no way to skip a report from an * inherited reportSet configuration. * diff --git a/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml b/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml index 5d92f0e..1dca42c 100644 --- a/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml +++ b/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -63,4 +63,4 @@ </configuration> </component> </components> -</component-set> \ No newline at end of file +</component-set> diff --git a/jredmine-maven-plugin/src/main/resources/log4j.properties b/jredmine-maven-plugin/src/main/resources/log4j.properties index a6c5db0..906242a 100644 --- a/jredmine-maven-plugin/src/main/resources/log4j.properties +++ b/jredmine-maven-plugin/src/main/resources/log4j.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/main/resources/redmine-report.properties b/jredmine-maven-plugin/src/main/resources/redmine-report.properties index 968ea88..90c77fe 100644 --- a/jredmine-maven-plugin/src/main/resources/redmine-report.properties +++ b/jredmine-maven-plugin/src/main/resources/redmine-report.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/main/resources/redmine-report_de.properties b/jredmine-maven-plugin/src/main/resources/redmine-report_de.properties index 4c362b7..af35802 100644 --- a/jredmine-maven-plugin/src/main/resources/redmine-report_de.properties +++ b/jredmine-maven-plugin/src/main/resources/redmine-report_de.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/main/resources/redmine-report_en.properties b/jredmine-maven-plugin/src/main/resources/redmine-report_en.properties index d78e6bb..4b1711c 100644 --- a/jredmine-maven-plugin/src/main/resources/redmine-report_en.properties +++ b/jredmine-maven-plugin/src/main/resources/redmine-report_en.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/main/resources/redmine-report_fr.properties b/jredmine-maven-plugin/src/main/resources/redmine-report_fr.properties index e9a4190..55a487c 100644 --- a/jredmine-maven-plugin/src/main/resources/redmine-report_fr.properties +++ b/jredmine-maven-plugin/src/main/resources/redmine-report_fr.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/site/apt/index.apt b/jredmine-maven-plugin/src/site/apt/index.apt index 2d518c8..1ddfbc5 100644 --- a/jredmine-maven-plugin/src/site/apt/index.apt +++ b/jredmine-maven-plugin/src/site/apt/index.apt @@ -5,7 +5,7 @@ ~~ $Id$ ~~ $HeadURL$ ~~ %% -~~ Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin +~~ Copyright (C) 2009 - 2016 Codelutin, Tony Chemit ~~ %% ~~ This program is free software: you can redistribute it and/or modify ~~ it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/site/site.xml b/jredmine-maven-plugin/src/site/site.xml index f410d0f..ab689cd 100644 --- a/jredmine-maven-plugin/src/site/site.xml +++ b/jredmine-maven-plugin/src/site/site.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineAnonymousFixtureClassRule.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineAnonymousFixtureClassRule.java index 5b5ee15..39c7c3b 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineAnonymousFixtureClassRule.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineAnonymousFixtureClassRule.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -37,7 +35,7 @@ import java.io.IOException; * A class rule that provider the {@link RedmineFixtures} and check that the * valid anonymous configuration is found. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineAnonymousFixtureClassRule implements TestRule { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineFixtures.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineFixtures.java index 93818d5..c33254f 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineFixtures.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineFixtures.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -37,7 +35,7 @@ import java.io.IOException; /** * TODO * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineFixtures { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineLogguedFixtureClassRule.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineLogguedFixtureClassRule.java index 39e92cf..d1865db 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineLogguedFixtureClassRule.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/RedmineLogguedFixtureClassRule.java @@ -2,10 +2,8 @@ package org.nuiton.jredmine; /* * #%L * JRedmine :: Maven plugin - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -38,7 +36,7 @@ import java.io.IOException; * A class rule that provider the {@link RedmineFixtures} and check that the * valid loggued configuration is found. * - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.4 */ public class RedmineLogguedFixtureClassRule implements TestRule { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractAnonymousRedmineMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractAnonymousRedmineMojoTest.java index fc4acac..4c089dc 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractAnonymousRedmineMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractAnonymousRedmineMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +30,7 @@ import java.io.IOException; /** * @param <P> type of mojo to test - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractAnonymousRedmineMojoTest<P extends AbstractRedmineMojo> extends AbstractRedmineMojoTest<P> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractLogguedRedmineMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractLogguedRedmineMojoTest.java index 1f00cf9..50ac43a 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractLogguedRedmineMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractLogguedRedmineMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -33,7 +30,7 @@ import java.io.IOException; /** * @param <P> type of mojo to test - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractLogguedRedmineMojoTest<P extends AbstractRedmineMojo> extends AbstractRedmineMojoTest<P> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java index 501794b..33f1612 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.RedmineFixtures; /** * @param <P> type of mojo to test - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractRedmineMojoTest<P extends AbstractRedmineMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java index feff7e1..11844c5 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.service.RedmineServiceConfiguration; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class DisplayDataMojoTest extends AbstractAnonymousRedmineMojoTest<DisplayDataMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java index 12e2649..dd0fdcf 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.service.RedmineServiceConfiguration; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class GenerateChangesMojoTest extends AbstractLogguedRedmineMojoTest<GenerateChangesMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java index 4199227..43563a1 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.service.RedmineServiceConfiguration; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class NextVersionMojoTest extends AbstractLogguedRedmineMojoTest<NextVersionMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java index fa0233d..e13b7e5 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.service.RedmineServiceConfiguration; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class PublishAttachmentsMojoTest extends AbstractLogguedRedmineMojoTest<PublishAttachmentsMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java index 81aba7e..7cd2b17 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.service.RedmineServiceConfiguration; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class PublishNewsMojoTest extends AbstractLogguedRedmineMojoTest<PublishNewsMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/RedmineMojoTestRule.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/RedmineMojoTestRule.java index e82f8c5..25c2b31 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/RedmineMojoTestRule.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/RedmineMojoTestRule.java @@ -1,5 +1,27 @@ package org.nuiton.jredmine.plugin; +/*- + * #%L + * JRedmine :: Maven plugin + * %% + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.maven.model.IssueManagement; diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java index 7c604f7..be21eff 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -31,7 +28,7 @@ import org.nuiton.jredmine.service.RedmineServiceConfiguration; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class UpdateVersionMojoTest extends AbstractLogguedRedmineMojoTest<UpdateVersionMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java index 703f998..81c272b 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -39,7 +36,7 @@ import java.io.File; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class GenerateEmailAnnouncementMojoTest extends AbstractLogguedRedmineMojoTest<GenerateEmailAnnouncementMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java index 0d419de..4ff86d0 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -39,7 +36,7 @@ import java.io.File; import java.io.IOException; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class GenerateNewsAnnouncementMojoTest extends AbstractLogguedRedmineMojoTest<GenerateNewsAnnouncementMojo> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java index 24161cf..e865315 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -30,7 +27,7 @@ import org.nuiton.jredmine.plugin.AbstractLogguedRedmineMojoTest; /** * @param <P> type of issue reports to test - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public abstract class AbstractIssuesReportTest<P extends AbstractIssuesReport> extends AbstractLogguedRedmineMojoTest<P> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java index 0cb65fe..422d553 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByAssigneeTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java index 2458aff..e1867f2 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByCategoryTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java index bc6b5e9..586d95d 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByPriorityTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java index 7e2d9be..677412f 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByReporterTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java index 32889f3..2a86d97 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByStatusTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java index e00c02b..84aace7 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByTrackerTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java index a78cc4f..c86e862 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportByVersionTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java index 822b2ba..df99866 100644 --- a/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java +++ b/jredmine-maven-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java @@ -1,11 +1,8 @@ /* * #%L * JRedmine :: Maven plugin - * - * $Id$ - * $HeadURL$ * %% - * Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + * Copyright (C) 2009 - 2016 Codelutin, Tony Chemit * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -25,7 +22,7 @@ package org.nuiton.jredmine.plugin.report; /** - * @author tchemit <chemit@codelutin.com> + * @author Tony Chemit - chemit@codelutin.com * @since 1.0.0 */ public class IssuesReportTest extends AbstractIssuesReportTest<IssuesReportByAssignee> { diff --git a/jredmine-maven-plugin/src/test/resources/log4j.properties b/jredmine-maven-plugin/src/test/resources/log4j.properties index 4d2b2b6..7adae16 100644 --- a/jredmine-maven-plugin/src/test/resources/log4j.properties +++ b/jredmine-maven-plugin/src/test/resources/log4j.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/changes.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/changes.xml index 8969919..f05aa11 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/changes.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/changes.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml index 99431d4..05b170b 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -58,4 +58,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml index ea72705..e5c2063 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -56,4 +56,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml index b60a36d..54b7b52 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -56,4 +56,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml index b60a36d..54b7b52 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -56,4 +56,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml index 3a2681d..85e7131 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -54,4 +54,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml index 9d755df..e76b89b 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml index 63aac5b..863a984 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml index db21322..7daefff 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml index 182a6d8..bef6dc6 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml index 7d0df8c..195af3b 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml index 156f426..695fcb5 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml index a02e2ad..d6fe11d 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml index fb59043..5746682 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -56,4 +56,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml index 863e9cf..9cba3ef 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -54,4 +54,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml index 98652b7..5afb67f 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -54,4 +54,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml index 6f35d3b..bac0b2e 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -55,4 +55,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml index 2ae72fe..e3096ad 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -55,4 +55,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml index 1954df0..00524ac 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -59,4 +59,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml index 7584e6d..411fec2 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -59,4 +59,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml index a5ca088..b1734b6 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml index 8cbf03c..1c469d3 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml index 3149c0b..328149b 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml index c196820..1411d13 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml index 2b8018e..c7f1845 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml index 51d6252..5accc1d 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml index 17a8c35..f2ea53d 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml index 079b0c8..3279154 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -50,4 +50,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml index 3a1f93a..dd1a962 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -53,4 +53,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml index f95be47..80468bc 100644 --- a/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml +++ b/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -55,4 +55,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> diff --git a/jredmine-maven-plugin/src/test/resources/test-config.properties b/jredmine-maven-plugin/src/test/resources/test-config.properties index ceeb496..c6bf0b0 100644 --- a/jredmine-maven-plugin/src/test/resources/test-config.properties +++ b/jredmine-maven-plugin/src/test/resources/test-config.properties @@ -5,7 +5,7 @@ # $Id$ # $HeadURL$ # %% -# Copyright (C) 2009 - 2010 CodeLutin +# Copyright (C) 2009 - 2016 Codelutin, Tony Chemit # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as @@ -25,4 +25,4 @@ # default values for test configuration (see org.nuiton.jredmine.TestHelper) jredmine-test.url=https://forge.nuiton.org jredmine-test.encoding=UTF-8 -jredmine-test.verbose=false \ No newline at end of file +jredmine-test.verbose=false diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 80293ff..40d2dbd 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -5,7 +5,7 @@ ~~ $Id$ ~~ $HeadURL$ ~~ %% -~~ Copyright (C) 2009 - 2010 CodeLutin,Tony Chemit +~~ Copyright (C) 2009 - 2016 Codelutin, Tony Chemit ~~ %% ~~ This program is free software: you can redistribute it and/or modify ~~ it under the terms of the GNU Lesser General Public License as diff --git a/src/site/apt/tests.apt b/src/site/apt/tests.apt index ddeb6e9..65e90cc 100644 --- a/src/site/apt/tests.apt +++ b/src/site/apt/tests.apt @@ -1,22 +1,22 @@ ~~~ ~~ #%L ~~ JRedmine -~~ +~~ ~~ $Id$ ~~ $HeadURL$ ~~ %% -~~ Copyright (C) 2009 - 2012 Tony Chemit, CodeLutin,Tony Chemit +~~ Copyright (C) 2009 - 2016 Codelutin, Tony Chemit ~~ %% ~~ 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>. diff --git a/src/site/site.xml b/src/site/site.xml index 181575b..7da8eb9 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2009 - 2010 CodeLutin + Copyright (C) 2009 - 2016 Codelutin, Tony Chemit %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.