Jredmine-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- 579 discussions
r123 - trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin
by tchemit@users.nuiton.org 24 Jan '10
by tchemit@users.nuiton.org 24 Jan '10
24 Jan '10
Author: tchemit
Date: 2010-01-24 22:05:19 +0100 (Sun, 24 Jan 2010)
New Revision: 123
Modified:
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java
Log:
remove force anonymous...
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java 2010-01-24 18:51:06 UTC (rev 122)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java 2010-01-24 21:05:19 UTC (rev 123)
@@ -235,8 +235,6 @@
return;
}
}
- // connect as anonymous
- setAnonymous(true);
super.init();
if (!safe && !initOk) {
// we are in none safe mode but init is not ok...
1
0
Author: tchemit
Date: 2010-01-24 19:51:06 +0100 (Sun, 24 Jan 2010)
New Revision: 122
Modified:
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineAnonymousService.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineService.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineServiceImplementor.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineService.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceException.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/ModelHelper.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelEnum.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelScope.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/DefaultRequestBuilder.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/IssueScopeRequestBuilder.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/ProjectScopeRequestBuilder.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/RedmineRestClient.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/VersionScopeRequestBuilder.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/AbstractRedmineServiceTest.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineAnonymousServiceTest.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceAsAnonymousTest.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceTest.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineTestContract.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/TestHelper.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/rest/RedmineRestClientTest.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/LoginMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java
trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java
Log:
update java header
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineAnonymousService.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineAnonymousService.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineAnonymousService.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.apache.commons.logging.Log;
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineService.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineService.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineService.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
@@ -104,4 +104,4 @@
TimeEntry result = sendData(RedmineRestClient.ADD_ISSUE_TIME_ENTRY, TimeEntry.class, projectName, issueId, entry);
return result;
}
-}
\ No newline at end of file
+}
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineServiceImplementor.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineServiceImplementor.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/DefaultRedmineServiceImplementor.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.apache.commons.logging.Log;
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineAnonymousService.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.nuiton.jredmine.model.*;
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineLogguedService.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.nuiton.jredmine.model.*;
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineService.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineService.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineService.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceException.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceException.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceException.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceImplementor.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/RedmineServiceLoginException.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
/**
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Attachment.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/I18nAble.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IdAble.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueCategory.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssuePriority.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/IssueStatus.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/ModelHelper.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/ModelHelper.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/ModelHelper.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/News.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Project.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelEnum.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelEnum.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelEnum.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelScope.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelScope.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/RedmineModelScope.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/TimeEntry.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine.model;
import java.util.Date;
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Tracker.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Version.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/AttachmentXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueCategoryXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssuePriorityXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueStatusXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/NewsXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/ProjectXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineDataConverter.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3Helper.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TimeEntryXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine.model.io.xpp3;
import org.nuiton.io.xpp3.AbstractXpp3Reader;
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/TrackerXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/VersionXpp3Reader.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/DefaultRequestBuilder.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/DefaultRequestBuilder.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/DefaultRequestBuilder.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/IssueScopeRequestBuilder.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/IssueScopeRequestBuilder.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/IssueScopeRequestBuilder.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine.rest;
/**
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/ProjectScopeRequestBuilder.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/ProjectScopeRequestBuilder.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/ProjectScopeRequestBuilder.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/RedmineRestClient.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/RedmineRestClient.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/RedmineRestClient.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/VersionScopeRequestBuilder.java
===================================================================
--- trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/VersionScopeRequestBuilder.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/rest/VersionScopeRequestBuilder.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/AbstractRedmineServiceTest.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/AbstractRedmineServiceTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/AbstractRedmineServiceTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.apache.commons.logging.Log;
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineAnonymousServiceTest.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineAnonymousServiceTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineAnonymousServiceTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.junit.Test;
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceAsAnonymousTest.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceAsAnonymousTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceAsAnonymousTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
import org.junit.Test;
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceTest.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/DefaultRedmineServiceTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineTestContract.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineTestContract.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/RedmineTestContract.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine;
/**
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/TestHelper.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/TestHelper.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/TestHelper.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/jredmine-client/src/test/java/org/nuiton/jredmine/rest/RedmineRestClientTest.java
===================================================================
--- trunk/jredmine-client/src/test/java/org/nuiton/jredmine/rest/RedmineRestClientTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/rest/RedmineRestClientTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine client
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Client
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssueCollectorConfiguration.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/IssuesCollector.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/LoginMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/LoginMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/LoginMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine.plugin;
import org.apache.maven.model.IssueManagement;
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGenerator.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AnnouncementGeneratorConfiguration.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,3 +1,23 @@
+/*
+ * *##%
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * ##%*
+ */
package org.nuiton.jredmine.plugin.announcement;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojo.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReport.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssignee.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriority.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporter.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatus.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByTracker.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersion.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/AbstractRedmineMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/DisplayDataMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/GenerateChangesMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/NextVersionMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/PublishNewsMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/UpdateVersionMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateEmailAnnouncementMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/announcement/GenerateNewsAnnouncementMojoTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReportTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByAssigneeTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategoryTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByPriorityTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByReporterTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByStatusTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByTrackerTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportByVersionTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Modified: trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java
===================================================================
--- trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java 2010-01-24 18:47:14 UTC (rev 121)
+++ trunk/maven-jredmine-plugin/src/test/java/org/nuiton/jredmine/plugin/report/IssuesReportTest.java 2010-01-24 18:51:06 UTC (rev 122)
@@ -1,7 +1,7 @@
/*
* *##%
- * JRedmine maven plugin
- * Copyright (C) 2009 CodeLutin
+ * JRedmine :: Maven plugin
+ * Copyright (C) 2009 - 2010 CodeLutin
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
1
0
Author: tchemit
Date: 2010-01-24 19:47:14 +0100 (Sun, 24 Jan 2010)
New Revision: 121
Modified:
trunk/pom.xml
Log:
fix english role
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-01-24 18:44:48 UTC (rev 120)
+++ trunk/pom.xml 2010-01-24 18:47:14 UTC (rev 121)
@@ -355,7 +355,7 @@
<organization>CodeLutin</organization>
<timezone>+2</timezone>
<roles>
- <role>Développeur</role>
+ <role>Developer</role>
</roles>
</developer>
1
0
Author: tchemit
Date: 2010-01-24 19:44:48 +0100 (Sun, 24 Jan 2010)
New Revision: 120
Modified:
trunk/maven-jredmine-plugin/src/site/apt/usage.apt
Log:
finish usage page
Modified: trunk/maven-jredmine-plugin/src/site/apt/usage.apt
===================================================================
--- trunk/maven-jredmine-plugin/src/site/apt/usage.apt 2010-01-24 18:31:36 UTC (rev 119)
+++ trunk/maven-jredmine-plugin/src/site/apt/usage.apt 2010-01-24 18:44:48 UTC (rev 120)
@@ -98,7 +98,15 @@
Work around a release
In this section we show how to interact when releasing a project.
-
+
+ For all this actions, you will need a authenticated connexion to redmine
+ server (fill the <<username>> and <<password>> properties), or give them
+ on commandline via
+
+------------------------------------------------------------------------------
+ -Dredmine.username=login -Dredmine.password=password
+------------------------------------------------------------------------------
+
* Release the current version
------------------------------------------------------------------------------
@@ -116,7 +124,9 @@
</executions>
<configuration>
<projectId>myProject</projectId>
- <versionId>1.0.0</versionId>
+ <versionId>1.1</versionId>
+ <username>login</username>
+ <password>password</password>
<closeVersion>true</closeVersion>
</configuration>
</plugin>
@@ -126,7 +136,9 @@
------------------------------------------------------------------------------
-mvn jredmine:update-version -DcloseVersion
+mvn jredmine:update-version -DprojectId=myPoject\
+ -DcloseVersion -DversionId=1.1 \
+ -Dredmine.username=login -Dredmine.password=password
------------------------------------------------------------------------------
Full detail about this goal can be found {{{./update-version-mojo.html}here}}.
@@ -149,6 +161,8 @@
<configuration>
<projectId>myProject</projectId>
<versionId>1.1</versionId>
+ <username>login</username>
+ <password>password</password>
<previousVersionName>1.0</previousVersionName>
</configuration>
</plugin>
@@ -158,7 +172,9 @@
------------------------------------------------------------------------------
-mvn jredmine:next-version -DpreviousVersionName=1.0
+mvn jredmine:next-version -DprojectId=myPoject\
+ -DversionId=1.1 -DpreviousVersionName=1.0\
+ -Dredmine.username=login -Dredmine.password=password
------------------------------------------------------------------------------
Full detail about this goal can be found {{{./next-version-mojo.html}here}}.
@@ -180,7 +196,9 @@
</executions>
<configuration>
<projectId>myProject</projectId>
- <versionId>1.0</versionId>
+ <versionId>1.1</versionId>
+ <username>login</username>
+ <password>password</password>
<!-- for a multi-module just run on root project -->
<runOnce>true</runOnce>
@@ -210,6 +228,8 @@
</executions>
<configuration>
<projectId>myProject</projectId>
+ <username>login</username>
+ <password>password</password>
<!-- for a multi-module just run on root project -->
<runOnce>true</runOnce>
1
0
r119 - in trunk: jredmine-client/src/site jredmine-client/src/site/apt src/site src/site/apt
by tchemit@users.nuiton.org 24 Jan '10
by tchemit@users.nuiton.org 24 Jan '10
24 Jan '10
Author: tchemit
Date: 2010-01-24 19:31:36 +0100 (Sun, 24 Jan 2010)
New Revision: 119
Removed:
trunk/jredmine-client/src/site/apt/todo.apt
trunk/src/site/apt/todo.apt
Modified:
trunk/jredmine-client/src/site/apt/index.apt
trunk/jredmine-client/src/site/site_fr.xml
trunk/src/site/apt/index.apt
trunk/src/site/site_fr.xml
Log:
fix broken links + improve documentation
Modified: trunk/jredmine-client/src/site/apt/index.apt
===================================================================
--- trunk/jredmine-client/src/site/apt/index.apt 2010-01-24 18:31:09 UTC (rev 118)
+++ trunk/jredmine-client/src/site/apt/index.apt 2010-01-24 18:31:36 UTC (rev 119)
@@ -15,7 +15,7 @@
utilisant le protocole <REST>, mais aussi d'effectuer des tâches de
maintenance sur le serveur.
- La page {{{rails_api.html}API}} détaille l'ensemble des services disponibles
+ La page {{{./rails_api.html}API}} détaille l'ensemble des services disponibles
depuis le serveur Redmine.
* Source du plugin
@@ -109,5 +109,5 @@
Le client java qui interroge le plugin rails se base sur l'api du plugin rails
et transforme les données retournées en xml en objets java.
- La {{{redmine_service.html}page suivante}} détaille les services disponibles
+ La {{{./redmine_service.html}page suivante}} détaille les services disponibles
en java.
Modified: trunk/jredmine-client/src/site/site_fr.xml
===================================================================
--- trunk/jredmine-client/src/site/site_fr.xml 2010-01-24 18:31:09 UTC (rev 118)
+++ trunk/jredmine-client/src/site/site_fr.xml 2010-01-24 18:31:36 UTC (rev 119)
@@ -20,10 +20,6 @@
<item name="JRedmine java service" href="redmine_service.html"/>
</menu>
- <menu name="Développeur">
- <item name="Todo" href="todo.html"/>
- </menu>
-
<menu name="Téléchargement">
<item href="http://nuiton.org/projects/list_files/jredmine" name="Sources bundles"/>
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-01-24 18:31:09 UTC (rev 118)
+++ trunk/src/site/apt/index.apt 2010-01-24 18:31:36 UTC (rev 119)
@@ -12,7 +12,7 @@
Le projet est organisé en deux modules :
- * {{{jredmine-client/index.html}JRedmine-client}} : ce module contient
+ * {{{./jredmine-client/index.html}JRedmine-client}} : ce module contient
* un plugin <rails> à installer sur le serveur redmine qui permet d'ouvrir
l'api de redmine en <REST>.
@@ -21,7 +21,7 @@
[]
- * {{{maven-jredmine-plugin/index.html}maven-jredmine-plugin}} : ce module
+ * {{{./maven-jredmine-plugin/index.html}maven-jredmine-plugin}} : ce module
est un plugin maven pour effectuer des tâches de maintenance sur le serveur
Redmine. On peut par exemple publier des annonces, des fichiers, clotûrer
une version,...
Deleted: trunk/src/site/apt/todo.apt
===================================================================
--- trunk/src/site/apt/todo.apt 2010-01-24 18:31:09 UTC (rev 118)
+++ trunk/src/site/apt/todo.apt 2010-01-24 18:31:36 UTC (rev 119)
@@ -1,8 +0,0 @@
-----
-TODO
-----
-----
-2009-09-15
-----
-
-Any idea ?
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-01-24 18:31:09 UTC (rev 118)
+++ trunk/src/site/site_fr.xml 2010-01-24 18:31:36 UTC (rev 119)
@@ -20,10 +20,6 @@
<item name="Introduction" href="index.html"/>
</menu>
- <menu name="Développeur">
- <item name="Todo" href="todo.html"/>
- </menu>
-
<menu ref="modules"/>
<menu ref="reports"/>
1
0
Author: tchemit
Date: 2010-01-24 19:31:09 +0100 (Sun, 24 Jan 2010)
New Revision: 118
Removed:
trunk/maven-jredmine-plugin/src/site/apt/Todo.apt
Modified:
trunk/maven-jredmine-plugin/src/site/apt/index.apt
trunk/maven-jredmine-plugin/src/site/apt/usage.apt
Log:
do usage documentation page + fix broken links
Deleted: trunk/maven-jredmine-plugin/src/site/apt/Todo.apt
===================================================================
--- trunk/maven-jredmine-plugin/src/site/apt/Todo.apt 2010-01-24 15:52:43 UTC (rev 117)
+++ trunk/maven-jredmine-plugin/src/site/apt/Todo.apt 2010-01-24 18:31:09 UTC (rev 118)
@@ -1,8 +0,0 @@
-----
-TODO
-----
-----
-2009-0906
-----
-
-Any idea ?
Modified: trunk/maven-jredmine-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-jredmine-plugin/src/site/apt/index.apt 2010-01-24 15:52:43 UTC (rev 117)
+++ trunk/maven-jredmine-plugin/src/site/apt/index.apt 2010-01-24 18:31:09 UTC (rev 118)
@@ -17,49 +17,47 @@
The plugin has the following goals:
+ * {{{./display-data-mojo.html}display-data}} display some datas from a redmine server.
- * {{{display-data-mojo.html}display-data}} display some datas from a redmine server.
+ * {{{./generate-changes-mojo.html}generate-changes}} generates the changes.xml files from issues of the project from a redmine server.
- * {{{generate-changes-mojo.html}generate-changes}} generates the changes.xml files from issues of the project from a redmine server.
+ * {{{./publish-attachments-mojo.html}publish-attachments}} publish some files as attachment for the version of the project on a redmine server.
- * {{{publish-attachments-mojo.html}publish-attachments}} publish some files as attachment for the version of the project on a redmine server.
+ * {{{./publish-news-mojo.html}publish-news}} publish a news for the project on a redmine server.
- * {{{publish-news-mojo.html}publish-news}} publish a news for the project on a redmine server.
+ * {{{./generate-email-announcement-mojo.html}generate-email-announcement}} generates the body of the email to send for a release using issues for the redmine server.
- * {{{generate-email-announcement-mojo.html}generate-email-announcement}} generates the body of the email to send for a release using issues for the redmine server.
+ * {{{./generate-news-announcement-mojo.html}generate-news-announcement}} generates the body of the announcement's news to publish for a release using issues for the redmine server.
- * {{{generate-news-announcement-mojo.html}generate-news-announcement}} generates the body of the announcement's news to publish for a release using issues for the redmine server.
+ * {{{./update-version-mojo.html}update-version}} update the version of the project (close version) on a redmine server.
- * {{{update-version-mojo.html}update-version}} update the version of the project (close version) on a redmine server.
+ * {{{./next-version-mojo.html}next-version}} creates (if not exists) the version fo the project on a redmine server.
- * {{{next-version-mojo.html}next-version}} creates (if not exists) the version fo the project on a redmine server.
+ * {{{./help-mojo.html}help}} display help about the plugin (goals, usage).
- * {{{help-mojo.html}help}} display help about the plugin (goals, usage).
-
* Reports Overview
The plugin has the following reports:
+ * {{{./issues-report-mojo.html}issues-report}} generates a report for issues from Redmine's server.
- * {{{issues-report-mojo.html}issues-report}} generates a report for issues from Redmine's server.
+ * {{{./issues-report-by-tracker-mojo.html}issues-report-by-tracker}} generates a report for issues group by tracker's types from Redmine's server.
- * {{{issues-report-by-tracker-mojo.html}issues-report-by-tracker}} generates a report for issues group by tracker's types from Redmine's server.
+ * {{{./issues-report-by-assignee-mojo.html}issues-report-by-assignee}} generates a report for issues group by assignee from Redmine's server.
- * {{{issues-report-by-assignee-mojo.html}issues-report-by-assignee}} generates a report for issues group by assignee from Redmine's server.
+ * {{{./issues-report-by-category-mojo.html}issues-report-by-category}} generates a report for issues group by category from Redmine's server.
- * {{{issues-report-by-category-mojo.html}issues-report-by-category}} generates a report for issues group by category from Redmine's server.
+ * {{{./issues-report-by-priority-mojo.html}issues-report-by-priority}} generates a report for issues group by priority from Redmine's server.
- * {{{issues-report-by-priority-mojo.html}issues-report-by-priority}} generates a report for issues group by priority from Redmine's server.
+ * {{{./issues-report-by-reporter-mojo.html}issues-report-by-reporter}} generates a report for issues group by reporter from Redmine's server.
- * {{{issues-report-by-reporter-mojo.html}issues-report-by-reporter}} generates a report for issues group by reporter from Redmine's server.
+ * {{{./issues-report-by-status-mojo.html}issues-report-by-status}} generates a report for issues group by status from Redmine's server.
- * {{{issues-report-by-status-mojo.html}issues-report-by-status}} generates a report for issues group by status from Redmine's server.
+ * {{{./issues-report-by-version-mojo.html}issues-report-by-version}} generates a report for issues group by version from Redmine's server.
- * {{{issues-report-by-version-mojo.html}issues-report-by-version}} generates a report for issues group by version from Redmine's server.
-
* Usage
- Instructions on how to use the Plugin can be found on {{{usage.html}usage}} page
+ Instructions on how to use the Plugin can be found on {{{./usage.html}usage}} page
* Examples
Modified: trunk/maven-jredmine-plugin/src/site/apt/usage.apt
===================================================================
--- trunk/maven-jredmine-plugin/src/site/apt/usage.apt 2010-01-24 15:52:43 UTC (rev 117)
+++ trunk/maven-jredmine-plugin/src/site/apt/usage.apt 2010-01-24 18:31:09 UTC (rev 118)
@@ -5,10 +5,22 @@
2009-09-06
----
-generate-changes goal
+Abstract
+ This page describes usages of different goals of the plugin.
+
+Generate things
+
+* Generate the changes.xml file
+
+ This execution will change the changes.xml file in
+
------------------------------------------------------------------------------
+target/generated-sources/changes/changes.xml
+------------------------------------------------------------------------------
+------------------------------------------------------------------------------
+
<plugin>
<groupId>org.nuiton.jredmine</groupId>
<artifactId>maven-jredmine-plugin</artifactId>
@@ -21,6 +33,7 @@
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
<generateOnce>true</generateOnce>
<actionMapping>fix:1, add:2</actionMapping>
<statusIds>3,4,5</statusIds>
@@ -28,12 +41,10 @@
</plugin>
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./generate-changes-mojo.html}here}}.
- //TODO-FILL_ME
+* Generate the release email announcement content
-generate-email-announcement goal
-
------------------------------------------------------------------------------
<plugin>
@@ -48,6 +59,7 @@
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
<urlDownload>
${redmine.url}/projects/list_files/${projectId}
</urlDownload>
@@ -55,12 +67,10 @@
</plugin>
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./generate-email-announcement-mojo.html}here}}.
- //TODO-FILL_ME
+* Generate the release news announcement content
-generate-news-announcement goal
-
------------------------------------------------------------------------------
<plugin>
@@ -75,6 +85,7 @@
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
<urlDownload>
${redmine.url}/projects/list_files/${projectId}
</urlDownload>
@@ -82,11 +93,13 @@
</plugin>
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./generate-news-announcement-mojo.html}here}}.
- //TODO-FILL_ME
+Work around a release
-update-version goal
+ In this section we show how to interact when releasing a project.
+
+* Release the current version
------------------------------------------------------------------------------
@@ -102,6 +115,8 @@
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
+ <versionId>1.0.0</versionId>
<closeVersion>true</closeVersion>
</configuration>
</plugin>
@@ -114,12 +129,10 @@
mvn jredmine:update-version -DcloseVersion
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./update-version-mojo.html}here}}.
- //TODO-FILL_ME
+* Create a new version
-next-version goal
-
------------------------------------------------------------------------------
<plugin>
@@ -134,6 +147,8 @@
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
+ <versionId>1.1</versionId>
<previousVersionName>1.0</previousVersionName>
</configuration>
</plugin>
@@ -146,12 +161,10 @@
mvn jredmine:next-version -DpreviousVersionName=1.0
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./next-version-mojo.html}here}}.
- //TODO-FILL_ME
+* Publish some file to a redmine server
-publish-attachments goal
-
------------------------------------------------------------------------------
<plugin>
@@ -161,12 +174,14 @@
<execution>
<goals>
<goal>publish-attachments</goal>
- <goal>publish-news</goal>
</goals>
<phase>validate</phase>
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
+ <versionId>1.0</versionId>
+
<!-- for a multi-module just run on root project -->
<runOnce>true</runOnce>
@@ -176,12 +191,10 @@
</plugin>
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./publish-attachments-mojo.html}here}}.
- //TODO-FILL_ME
+* Publish an news to a redmine server
-publish-news goal
-
------------------------------------------------------------------------------
<plugin>
@@ -196,6 +209,7 @@
</execution>
</executions>
<configuration>
+ <projectId>myProject</projectId>
<!-- for a multi-module just run on root project -->
<runOnce>true</runOnce>
@@ -209,11 +223,11 @@
</plugin>
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./publish-news-mojo.html}here}}.
- //TODO-FILL_ME
+Obtain help
-help goal
+* get mojo help
This goal display the help of the plugin (available goals).
@@ -230,16 +244,48 @@
mvn jredmine:help -Ddetail
------------------------------------------------------------------------------
- for full detail see {{{help-mojo.html}help}} detail page.
+ Full detail about this goal can be found {{{./help-mojo.html}here}}.
-issues-report report
+* Obtain datas from redmine server
+
+ This goal display some datas from a redmine server.
+
+
+ for example, to obtain all users of the jredmine project, launch directly
+ from commandline :
+
------------------------------------------------------------------------------
+ mvn jredmine:display-data -DprojectId=jredmine -Dtypes=user
+------------------------------------------------------------------------------
+
+ will display this
+
+------------------------------------------------------------------------------
+Values of 'user' for project 'jredmine'
+ - 3 = Jean Couteau
+ - 5 = Éric Chatellier
+ - 7 = Tony Chemit
+------------------------------------------------------------------------------
+
+ Full detail about this goal can be found {{{./display-data-mojo.html}here}}.
+
+Do reports
+
+ There is some reports on the issues of the redmine server.
+
+* Reports all issues form a project
+
+ Basic issue report with no grouping.
+
+------------------------------------------------------------------------------
+
<plugin>
<groupId>org.nuiton.jredmine</groupId>
<artifactId>maven-jredmine-plugin</artifactId>
<configuration>
+ <projectId>myProject</projectId>
<columnNames>
key,summary,status,assignee,tracker,priority,version,category,createdOn
</columnNames>
@@ -254,6 +300,65 @@
</plugin>
------------------------------------------------------------------------------
-* How does it work ?
+ Full detail about this goal can be found {{{./issues-report-mojo.html}here}}.
- //TODO-FILL_ME
+* Reports all issues form a project group by XXX
+
+ Issue report with a grouping property among :
+
+ - assignee
+
+ - category
+
+ - priority
+
+ - reporter
+
+ - status
+
+ - tracker
+
+ - version
+
+ []
+ .
+ for example generate a report of issues grouped by version :
+
+------------------------------------------------------------------------------
+
+<plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>maven-jredmine-plugin</artifactId>
+ <configuration>
+ <projectId>myProject</projectId>
+ <columnNamesByVersion>
+ key,summary,status,assignee,tracker,priority,category,createdOn
+ </columnNamesByVersion>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issues-report-by-version</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+</plugin>
+------------------------------------------------------------------------------
+
+ Full detail about this goal can be found here :
+
+ - {{{./issues-report-by-assignee-mojo.html}group by assignee}}.
+
+ - {{{./issues-report-by-category-mojo.html}group by category}}.
+
+ - {{{./issues-report-by-priority-mojo.html}group by priority}}.
+
+ - {{{./issues-report-by-reporter-mojo.html}group by reporter}}.
+
+ - {{{./issues-report-by-status-mojo.html}group by status}}.
+
+ - {{{./issues-report-by-tracker-mojo.html}group by tracker}}.
+
+ - {{{./issues-report-by-version-mojo.html}group by version}}.
+
+ []
\ No newline at end of file
1
0
r117 - in trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin: . announcement report
by tchemit@users.nuiton.org 24 Jan '10
by tchemit@users.nuiton.org 24 Jan '10
24 Jan '10
Author: tchemit
Date: 2010-01-24 16:52:43 +0100 (Sun, 24 Jan 2010)
New Revision: 117
Modified:
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java
trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java
Log:
Evolution #266: Am?\195?\169liorer la configuration des goals (connexion anonyme ou pas)
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/AbstractRedmineMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -70,16 +70,20 @@
/**
* The redmine's server login.
*
+ * <b>Note:</b> : this parameter is mandatory if you not use a {@code anonymous} service.
+ * configuration.
+ *
* @parameter expression="${redmine.username}"
- * @required
* @since 1.0.0
*/
protected String username;
/**
* The redmine's server password.
*
+ * <b>Note:</b> : this parameter is mandatory if you not use a {@code anonymous} service.
+ * configuration.
+ *
* @parameter expression="${redmine.password}"
- * @required
* @since 1.0.0
*/
protected String password;
@@ -144,10 +148,6 @@
*/
private final boolean requireUser;
/**
- * flag to knwon if anonymùous service is required
- */
- private final boolean anonymous;
- /**
* the project loaded in init if {@link #requireProject} flag is on
*/
protected Project releaseProject;
@@ -179,11 +179,6 @@
protected boolean initOk = true;
public AbstractRedmineMojo(boolean requireProject, boolean requireVersion, boolean requireUser) {
- this(false,requireProject,requireVersion,requireUser);
- }
-
- public AbstractRedmineMojo(boolean anonymous, boolean requireProject, boolean requireVersion, boolean requireUser) {
- this.anonymous = anonymous;
this.requireProject = requireProject;
this.requireVersion = requireVersion;
this.requireUser = requireUser;
@@ -411,16 +406,6 @@
this.encoding = encoding;
}
- @Override
- public boolean isAnonymous() {
- return anonymous;
- }
-
- @Override
- public void setAnonymous(boolean anonymous) {
- //this is a final state, can not modify it after init
- }
-
///////////////////////////////////////////////////////////////////////////
/// Others
///////////////////////////////////////////////////////////////////////////
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/DisplayDataMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -68,31 +68,24 @@
*/
protected boolean sortById;
/**
- * The redmine's server login.
+ * Flag to know if anonymùous connexion to redmine server is required.
*
- * Note: This parameter is not used, but override the required parameter of the abstract mojo.
+ * For this goal, the default value is {@code true}
*
- * @parameter expression="${redmine.username}"
- * @since 1.1.3
- */
- protected String username;
- /**
- * The redmine's server password.
- *
- * Note: This parameter is not used, but override the required parameter of the abstract mojo.
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
*
- * @parameter expression="${redmine.password}"
+ * @parameter expression="${anonymous}" default-value="true"
* @since 1.1.3
*/
- protected String password;
+ protected boolean anonymous;
/**
* list of actions to perform
*/
protected List<RedmineModelEnum> actions;
public DisplayDataMojo() {
- // no need to be loggued to obtain informations from redmine
- super(true,false, false, false);
+ super(false, false, false);
}
@Override
@@ -136,10 +129,20 @@
}
@Override
+ public boolean isAnonymous() {
+ return this.anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean checkSkip() {
if (actions == null || actions.isEmpty()) {
// no data to treate
- getLog().warn("no data types detected, you must fill the required parameter dataTypes, will skip goal");
+ getLog().warn("No data types detected, you must fill the required parameter types, will skip goal");
return false;
}
boolean b = super.checkSkip();
@@ -177,6 +180,10 @@
protected List<RedmineModelEnum> getDownloadActions(String dataTypes, RedmineModelEnum... universe) throws MojoFailureException {
+ if (universe.length == 0) {
+ throw new MojoFailureException("List of accepted data types is empty!");
+ }
+
List<RedmineModelEnum> results = new ArrayList<RedmineModelEnum>();
List<RedmineModelEnum> universeList = new ArrayList<RedmineModelEnum>(Arrays.asList(universe));
@@ -187,29 +194,28 @@
try {
result = RedmineModelEnum.valueOf(dataType.trim());
} catch (Exception e) {
- throw new MojoFailureException("could not obtain data type " + dataType + " in " + Arrays.toString(RedmineModelEnum.values()));
+ throw new MojoFailureException("Unkown data type '" + dataType + "', Accepted types are : " + universeList);
}
+ if (!universeList.contains(result)) {
+ // can not accept these value
+ throw new MojoFailureException("The data type '" + result + "' can not be used, Accepted types are : " + universeList);
+ }
+
RedmineModelScope scope = result.getScope();
if (scope == RedmineModelScope.project || scope == RedmineModelScope.version) {
// check projectId used
if (projectId == null || projectId.isEmpty()) {
- throw new MojoFailureException("could not use the data type " + result + " since it is not a project requires and projectId was not filled");
+ throw new MojoFailureException("The data type '" + result + "', depends on a project, but the 'projectId' was not filled.");
}
}
if (scope == RedmineModelScope.version) {
// check versionId use
if (versionId == null || versionId.isEmpty()) {
- throw new MojoFailureException("could not use the data type " + result + " since it a version requires and versionId was not filled");
+ throw new MojoFailureException("The data type '" + result + "', depends on a version, but the 'versionId' was not filled.");
}
}
-
- if (!universeList.isEmpty() && !universeList.contains(result)) {
- // can not accept these value
- getLog().warn("the type " + result + " is not authorized, Accepted types are : " + universeList);
- continue;
- }
results.add(result);
}
return results;
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/GenerateChangesMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -57,6 +57,19 @@
}
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ * <p/>
+ * For this goal, the default value is {@code true}
+ * <p/>
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="true"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+
+ /**
* The path of the <code>changes.xml</code> file that will be converted into an HTML report.
*
* @parameter expression="${redmine.xmlPath}" default-value="${basedir}/src/changes/changes.xml"
@@ -163,6 +176,16 @@
}
@Override
+ public boolean isAnonymous() {
+ return this.anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean isGoalSkip() {
return skipGenerateChanges;
}
@@ -212,7 +235,8 @@
return;
}
}
-
+ // connect as anonymous
+ setAnonymous(true);
super.init();
if (!safe && !initOk) {
// we are in none safe mode but init is not ok...
@@ -450,7 +474,7 @@
//TODO make some logic checks : version must be
// build the maven changes.xml as memory model
- ChangesDocument doc = buildChangesDocument(releaseProject, releaseVersion, releaseUser, collector);
+ ChangesDocument doc = buildChangesDocument(releaseVersion, releaseUser, collector);
// store the generated file
ChangesXpp3Writer xppWriter = new ChangesXpp3Writer();
@@ -465,7 +489,7 @@
cacheChangesFile = xmlPath;
}
- protected ChangesDocument buildChangesDocument(Project project, Version version, User user, IssuesCollector collector) throws RedmineServiceException {
+ protected ChangesDocument buildChangesDocument(Version version, User user, IssuesCollector collector) throws RedmineServiceException {
ChangesDocument doc = new ChangesDocument();
Properties properties = new Properties();
Author author = new Author();
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/NextVersionMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -42,6 +42,16 @@
public class NextVersionMojo extends AbstractRedmineMojo {
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ *
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="false"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+ /**
* The news description to update to redmine server.
* <p/>
* Note : if not set, no update of the description will be made.
@@ -102,6 +112,16 @@
}
@Override
+ public boolean isAnonymous() {
+ return anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean isGoalSkip() {
return skipNextVersion;
}
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishAttachmentsMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -41,8 +41,17 @@
* @since 1.0.0
*/
public class PublishAttachmentsMojo extends AbstractRedmineMojo {
-
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ *
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="false"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+ /**
* The path of a properties files where files to deploy are descriped.
* <p/>
* The key of a property is the sortor key
@@ -95,6 +104,16 @@
}
@Override
+ public boolean isAnonymous() {
+ return anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean isGoalSkip() {
return skipPublishAttachments;
}
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/PublishNewsMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -34,8 +34,17 @@
* @since 1.0.0
*/
public class PublishNewsMojo extends AbstractRedmineMojo {
-
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ *
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="false"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+ /**
* The content file of the news.
*
* @parameter expression="${redmine.newsContentFile}"
@@ -88,6 +97,16 @@
}
@Override
+ public boolean isAnonymous() {
+ return anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean isGoalSkip() {
return skipPublishNews;
}
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/UpdateVersionMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -38,8 +38,17 @@
* @since 1.0.0
*/
public class UpdateVersionMojo extends AbstractRedmineMojo {
-
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ *
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="false"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+ /**
* The news description to update to redmine server.
* <p/>
* Note : if not set, no update of the description will be made.
@@ -98,6 +107,16 @@
}
@Override
+ public boolean isAnonymous() {
+ return anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean isGoalSkip() {
return skipUpdateVersion;
}
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -43,6 +43,18 @@
public abstract class AbstractAnnouncementMojo extends AbstractRedmineMojo implements AnnouncementGeneratorConfiguration {
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ * <p/>
+ * For this goal, the default value is {@code true}
+ * <p/>
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="true"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+ /**
* Directory where the template file will be generated.
*
* @parameter expression="${redmine.templateOutputDirectory}" default-value="${project.build.directory}/generated-sources/announcement"
@@ -210,8 +222,17 @@
///////////////////////////////////////////////////////////////////////////
/// AbstractRedmineMojo
///////////////////////////////////////////////////////////////////////////
+ @Override
+ public boolean isAnonymous() {
+ return this.anonymous;
+ }
@Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
+
+ @Override
protected boolean isRunOnce() {
return runOnce;
}
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -64,6 +64,18 @@
public abstract class AbstractRedmineReport extends AbstractRedmineMojo implements MavenReport, Plugin, RestClientConfiguration {
/**
+ * Flag to know if anonymùous connexion to redmine server is required.
+ * <p/>
+ * For this goal, the default value is {@code true}
+ * <p/>
+ * <b>Note:</b> If set to {@code false}, you should fill {@link #username}
+ * and {@link #password} properties.
+ *
+ * @parameter expression="${redmine.anonymous}" default-value="true"
+ * @since 1.1.3
+ */
+ protected boolean anonymous;
+ /**
* Template strings per system that is used to discover the URL to use to display an issue report. Each key in this
* map denotes the (case-sensitive) identifier of the issue tracking system and its value gives the URL template.
* <p>
@@ -139,6 +151,15 @@
super(requireProject, requireVersion, requireUser);
}
+ @Override
+ public boolean isAnonymous() {
+ return this.anonymous;
+ }
+
+ @Override
+ public void setAnonymous(boolean anonymous) {
+ this.anonymous = anonymous;
+ }
///////////////////////////////////////////////////////////////////////////
/// Plugin
///////////////////////////////////////////////////////////////////////////
Modified: trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java 2010-01-24 15:52:13 UTC (rev 116)
+++ trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssuesReportByCategory.java 2010-01-24 15:52:43 UTC (rev 117)
@@ -72,7 +72,7 @@
* <p/>
* To see the internal ids, use the command :
* <pre>
- * mvn redmine:display-ids -Dtype=<entry key>
+ * mvn redmine:display-data -Dtypes=<entry key>
* </pre>
*
* @parameter
1
0
Author: tchemit
Date: 2010-01-24 16:52:13 +0100 (Sun, 24 Jan 2010)
New Revision: 116
Modified:
trunk/pom.xml
Log:
fix report configuration
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-01-24 15:51:28 UTC (rev 115)
+++ trunk/pom.xml 2010-01-24 15:52:13 UTC (rev 116)
@@ -372,7 +372,7 @@
<projectId>jredmine</projectId>
<!-- remove this if maven-helper-plugin version is ok in mavenpom4redmine -->
- <helper.version>1.2.2</helper.version>
+ <!--<helper.version>1.2.2</helper.version>-->
<!-- must be on a fixed version, not on the snapshot to make possible release -->
<jredmine.version>1.1.2</jredmine.version>
@@ -439,6 +439,12 @@
<inherited>false</inherited>
<configuration>
<skipIssueReport>true</skipIssueReport>
+ <filtersByCategory>
+ <status>3,4,5</status>
+ </filtersByCategory>
+ <columnNamesByCategory>
+ key,summary,status,assignee,tracker,priority,version,createdOn
+ </columnNamesByCategory>
</configuration>
<reportSets>
<reportSet>
1
0
Author: tchemit
Date: 2010-01-24 16:51:28 +0100 (Sun, 24 Jan 2010)
New Revision: 115
Modified:
trunk/src/site/site_fr.xml
Log:
fix breadcrumbs...
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-01-24 13:48:23 UTC (rev 114)
+++ trunk/src/site/site_fr.xml 2010-01-24 15:51:28 UTC (rev 115)
@@ -13,7 +13,7 @@
<body>
<breadcrumbs>
- <item name="${project.name}" href="index.html"/>
+ <item name="${project.name}" href="http://maven-site.nuiton.org/jredmine/index.html"/>
</breadcrumbs>
<menu name="Utilisateur">
1
0
Author: tchemit
Date: 2010-01-24 14:48:23 +0100 (Sun, 24 Jan 2010)
New Revision: 114
Modified:
trunk/pom.xml
Log:
add comment in pom
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-01-24 13:44:13 UTC (rev 113)
+++ trunk/pom.xml 2010-01-24 13:48:23 UTC (rev 114)
@@ -459,6 +459,8 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
<artifactId>maven-jredmine-plugin</artifactId>
+ <!-- TC-20100106 Due to cyclic dependency problem between modules,
+ we do not propagate maven-jredmine-plugin to child modules -->
<inherited>false</inherited>
</plugin>
1
0