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
- 577 discussions
r241 - in trunk: jredmine-maven-plugin/src/site/apt src/site/apt
by tchemit@users.nuiton.org 20 Mar '12
by tchemit@users.nuiton.org 20 Mar '12
20 Mar '12
Author: tchemit
Date: 2012-03-20 23:38:07 +0100 (Tue, 20 Mar 2012)
New Revision: 241
Url: http://nuiton.org/repositories/revision/jredmine/241
Log:
closes #1969 (update docs)
Modified:
trunk/jredmine-maven-plugin/src/site/apt/index.apt
trunk/src/site/apt/index.apt
Modified: trunk/jredmine-maven-plugin/src/site/apt/index.apt
===================================================================
--- trunk/jredmine-maven-plugin/src/site/apt/index.apt 2012-03-20 22:36:31 UTC (rev 240)
+++ trunk/jredmine-maven-plugin/src/site/apt/index.apt 2012-03-20 22:38:07 UTC (rev 241)
@@ -29,7 +29,7 @@
2009-09-06
----
-maven-redmine-plugin
+jredmine-maven-plugin
* Presentation
@@ -37,6 +37,14 @@
récuperer des données depuis un serveur redmine qui a installé le plugin
rails <<jredmine>>.
+* Important notes
+
+** Version 1.3
+
+ Since version 1.3, the plugin artifact was renamed from <maven-jredmine-plugin>
+ to <jredmine-maven-plugin>. Please change the plugin coordinates as shown
+ {{{./plugin-info.html#Utilisation}here}}.
+
* Goals Overview
The plugin has the following goals:
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2012-03-20 22:36:31 UTC (rev 240)
+++ trunk/src/site/apt/index.apt 2012-03-20 22:38:07 UTC (rev 241)
@@ -54,6 +54,16 @@
Notes
+* Version 1.3
+
+ La version <<1.3>> est compatible avec {{{http://www.redmine.org/versions/42}<redmine 1.3.2>}} après la
+ résolution du ticket {{http://nuiton.org/issues/1925}}.
+
+ Le nom du plugin a été renommé de <maven-jredmine-plugin> en <jredmine-maven-plugin>
+ (voir ticket {{http://nuiton.org/issues/1969}}). Pensez à bien changer les coordonnées
+ du plugin comme indiqué {{{./jredmine-maven-plugin/plugin-info.html#Utilisation}ici}}.
+
+
* Version 1.2
Avant la version <<1.2>>, on ne pouvait pas communiquer avec un <<redmine>>
1
0
r240 - trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report
by tchemit@users.nuiton.org 20 Mar '12
by tchemit@users.nuiton.org 20 Mar '12
20 Mar '12
Author: tchemit
Date: 2012-03-20 23:36:31 +0100 (Tue, 20 Mar 2012)
New Revision: 240
Url: http://nuiton.org/repositories/revision/jredmine/240
Log:
fixes #2018 (report api update)
Modified:
trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java
trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java
trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java
Modified: trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java
===================================================================
--- trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java 2012-03-20 22:35:30 UTC (rev 239)
+++ trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractIssuesReport.java 2012-03-20 22:36:31 UTC (rev 240)
@@ -71,7 +71,7 @@
@Override
public final String getOutputName() {
- return "redmine-report" + (group == null ? "" : ("-by-" + group));
+ return "redmine-report" + (group == null ? "" : "-by-" + group);
}
@Override
@@ -178,7 +178,7 @@
report.setTrackers(service.getTrackers(id));
report.setVersions(service.getVersions(id));
- report.doGenerateReport(getBundle(locale), getSink(), getLog());
+ report.doGenerateReport(getBundle(locale), getSink());
}
} catch (MavenReportException mre) {
@@ -186,7 +186,7 @@
// so that the build fails
throw mre;
} catch (Exception e) {
- e.printStackTrace();
+ getLog().error("Could not execute report", e);
}
}
Modified: trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java
===================================================================
--- trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java 2012-03-20 22:35:30 UTC (rev 239)
+++ trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/AbstractRedmineReport.java 2012-03-20 22:36:31 UTC (rev 240)
@@ -33,6 +33,7 @@
import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
import org.apache.maven.artifact.versioning.VersionRange;
import org.apache.maven.doxia.sink.Sink;
+import org.apache.maven.doxia.sink.render.RenderingContext;
import org.apache.maven.doxia.site.decoration.Body;
import org.apache.maven.doxia.site.decoration.DecorationModel;
import org.apache.maven.doxia.site.decoration.Skin;
@@ -43,7 +44,6 @@
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.reporting.MavenReport;
import org.apache.maven.reporting.MavenReportException;
-import org.apache.maven.reporting.sink.SinkFactory;
import org.codehaus.plexus.i18n.I18N;
import org.nuiton.jredmine.plugin.AbstractRedmineMojo;
@@ -187,8 +187,13 @@
String filename = getOutputName() + ".html";
File file = new File(outputDirectory, filename);
- SiteRendererSink sink = SinkFactory.createSink(outputDirectory, filename);
+ RenderingContext context = new RenderingContext(outputDirectory, getOutputName() + ".html");
+ //SiteRendererSink sink = SinkFactory.createSink(outputDirectory, filename);
+
+ SiteRendererSink sink = new SiteRendererSink(context);
+
+
generate(sink, currentLocale);
Writer writer = new FileWriter(file);
@@ -196,7 +201,7 @@
try {
siteRenderer.generateDocument(writer, sink, siteContext);
} finally {
-
+
writer.close();
}
Modified: trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java
===================================================================
--- trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java 2012-03-20 22:35:30 UTC (rev 239)
+++ trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/report/IssueReportGenerator.java 2012-03-20 22:36:31 UTC (rev 240)
@@ -71,12 +71,11 @@
* <p/>
* Can retreave th i18n header key by {@link #getI18nKey()} and have the
* logic of each cell generation in the method
- * {@link #sinkInsideCell(org.apache.maven.doxia.sink.Sink, org.nuiton.jredmine.plugin.report.IssueReportGenerator, org.nuiton.jredmine.model.Issue)}
+ * {@link #sinkInsideCell(Sink, org.nuiton.jredmine.plugin.report.IssueReportGenerator, Issue)}
*/
public enum ReportColumn {
key(false, "report.label.key") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
generator.constructIssueLink(issue, sink);
@@ -88,7 +87,6 @@
}
},
summary(false, "report.label.summary") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
generator.sinkRawText(sink, issue.getDescription());
@@ -100,18 +98,17 @@
}
},
status(true, "report.label.status") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getStatusId();
- String t = id + "";
+// String t = id + "";
IssueStatus status = generator.getIssueStatus(id);
- if (status == null) {
- t = id == 0 ? "-" : t;
- } else {
- t = status.getName();
- }
+// if (status == null) {
+// t = id == 0 ? "-" : t;
+// } else {
+// t = status.getName();
+// }
generator.sinkI18nAble(sink, id, status);
}
@@ -122,7 +119,6 @@
}
},
assignee(true, "report.label.by") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getAssignedToId();
@@ -144,7 +140,6 @@
}
},
reporter(true, "report.label.reporter") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getAuthorId();
@@ -166,7 +161,6 @@
}
},
tracker(true, "report.label.type") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getTrackerId();
@@ -180,7 +174,6 @@
}
},
priority(true, "report.label.priority") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getPriorityId();
@@ -194,7 +187,6 @@
}
},
version(true, "report.label.version") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getFixedVersionId();
@@ -208,7 +200,6 @@
}
},
category(true, "report.label.category") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
int id = issue.getCategoryId();
@@ -222,7 +213,6 @@
}
},
createdon(false, "report.label.created") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
Date d = issue.getCreatedOn();
@@ -235,7 +225,6 @@
}
},
updatedon(false, "report.label.updated") {
-
@Override
public void sinkInsideCell(Sink sink, IssueReportGenerator generator, Issue issue) {
Date d = issue.getUpdatedOn();
@@ -252,7 +241,7 @@
private String i18nKey;
- private ReportColumn(boolean canGroup, String i18nKey) {
+ ReportColumn(boolean canGroup, String i18nKey) {
this.canGroup = canGroup;
this.i18nKey = i18nKey;
}
@@ -372,7 +361,7 @@
sinkEndReport(sink);
}
- public void doGenerateReport(ResourceBundle bundle, Sink sink, Log log)
+ public void doGenerateReport(ResourceBundle bundle, Sink sink)
throws MojoExecutionException {
if (issues != null && issues.length == 0) {
@@ -436,7 +425,7 @@
* @return {@code true} if issue links can be generated, {@code false} otherwise.
*/
public boolean canGenerateIssueLinks() {
- return !StringUtils.isEmpty(issueLinkTemplate) && (!StringUtils.isBlank(getUrl()) || issueLinkTemplate.indexOf(URL_TOKEN) < 0);
+ return !StringUtils.isEmpty(issueLinkTemplate) && (!StringUtils.isBlank(getUrl()) || !issueLinkTemplate.contains(URL_TOKEN));
}
/**
@@ -445,7 +434,7 @@
* @return {@code true} if issue links can be generated, {@code false} otherwise.
*/
public boolean canGenerateVersionLinks() {
- return !StringUtils.isEmpty(versionLinkTemplate) && (!StringUtils.isBlank(getUrl()) || versionLinkTemplate.indexOf(URL_TOKEN) < 0);
+ return !StringUtils.isEmpty(versionLinkTemplate) && (!StringUtils.isBlank(getUrl()) || !versionLinkTemplate.contains(URL_TOKEN));
}
public void setUrl(String url) {
@@ -552,10 +541,7 @@
String issueLink = issueLinkTemplate;
parseLink = issueLink.replaceFirst(ISSUE_TOKEN, issue);
- if (parseLink.indexOf(URL_TOKEN) >= 0) {
-// String u = this.url.substring(0, this.url.lastIndexOf("/"));
-
-// parseLink = parseLink.replaceFirst(URL_TOKEN, u);
+ if (parseLink.contains(URL_TOKEN)) {
parseLink = parseLink.replaceFirst(URL_TOKEN, url);
}
@@ -567,9 +553,7 @@
String issueLink = versionLinkTemplate;
parseLink = issueLink.replaceFirst(VERSION_TOKEN, issue);
- if (parseLink.indexOf(URL_TOKEN) >= 0) {
-// String u = this.url.substring(0, this.url.lastIndexOf("/"));
-// parseLink = parseLink.replaceFirst(URL_TOKEN, u);
+ if (parseLink.contains(URL_TOKEN)) {
parseLink = parseLink.replaceFirst(URL_TOKEN, url);
}
1
0
Author: tchemit
Date: 2012-03-20 23:35:30 +0100 (Tue, 20 Mar 2012)
New Revision: 239
Url: http://nuiton.org/repositories/revision/jredmine/239
Log:
fixes #2018
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-03-20 21:10:19 UTC (rev 238)
+++ trunk/pom.xml 2012-03-20 22:35:30 UTC (rev 239)
@@ -180,7 +180,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-i18n</artifactId>
- <version>1.0-beta-7</version>
+ <version>1.0-beta-10</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
@@ -198,7 +198,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.4</version>
+ <version>1.6</version>
</dependency>
<dependency>
@@ -239,14 +239,14 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
- <version>${mavenVersion}</version>
+ <version>3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
- <version>2.0.5</version>
+ <version>2.2</version>
</dependency>
<dependency>
@@ -365,7 +365,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.4</version>
+ <version>2.6</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
@@ -525,7 +525,7 @@
<projectId>jredmine</projectId>
<!-- must be on a fixed version, not on the snapshot to make possible release -->
- <jredminePluginVersion>1.2.1</jredminePluginVersion>
+ <jredminePluginVersion>1.2.2</jredminePluginVersion>
<doxiaVersion>1.2</doxiaVersion>
@@ -586,7 +586,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>jredmine-maven-plugin</artifactId>
+ <artifactId>maven-jredmine-plugin</artifactId>
<version>${jredminePluginVersion}</version>
<!-- TC-20100106 Due to cyclic dependency problem between modules,
we do not propagate jredmine-maven-plugin to child modules -->
@@ -618,7 +618,7 @@
<!-- generate the changes.xml from redmine -->
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>jredmine-maven-plugin</artifactId>
+ <artifactId>maven-jredmine-plugin</artifactId>
<!-- TC-20100106 Due to cyclic dependency problem between modules,
we do not propagate jredmine-maven-plugin to child modules -->
<inherited>false</inherited>
@@ -640,7 +640,8 @@
</activation>
<properties>
<!-- always use this version to perform the profile (to use last improvements) -->
- <jredminePluginVersion>${project.version}</jredminePluginVersion>
+ <!-- TODO Uncomment this after release 1.3 -->
+ <!--jredminePluginVersion>${project.version}</jredminePluginVersion-->
</properties>
@@ -658,7 +659,8 @@
<properties>
<!-- always use this version to perform the profile (to use last improvements) -->
- <jredminePluginVersion>${project.version}</jredminePluginVersion>
+ <!-- TODO Uncomment this after release 1.3 -->
+ <!--jredminePluginVersion>${project.version}</jredminePluginVersion-->
</properties>
</profile>
1
0
Author: tchemit
Date: 2012-03-20 22:10:19 +0100 (Tue, 20 Mar 2012)
New Revision: 238
Url: http://nuiton.org/repositories/revision/jredmine/238
Log:
closes #1925: Redmine 1.3, XML mal form?\195?\169
Added:
trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/
trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml
trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml
Modified:
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java
trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.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/UserXpp3Reader.java
trunk/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java
trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml
trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml
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 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/Issue.java 2012-03-20 21:10:19 UTC (rev 238)
@@ -78,6 +78,8 @@
protected String subject;
+ protected boolean isPrivate;
+
@Override
public int getId() {
return id;
@@ -172,6 +174,10 @@
return rootId;
}
+ public boolean isIsPrivate() {
+ return isPrivate;
+ }
+
public void setAssignedToId(int assignedToId) {
this.assignedToId = assignedToId;
}
@@ -259,4 +265,8 @@
public void setRootId(int rootId) {
this.rootId = rootId;
}
+
+ public void setIsPrivate(boolean aPrivate) {
+ isPrivate = aPrivate;
+ }
}
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 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/User.java 2012-03-20 21:10:19 UTC (rev 238)
@@ -66,6 +66,8 @@
protected String identityUrl;
+ protected String salt;
+
public boolean isAdmin() {
return admin;
}
@@ -135,6 +137,10 @@
return identityUrl;
}
+ public String getSalt() {
+ return salt;
+ }
+
public void setAdmin(boolean admin) {
this.admin = admin;
}
@@ -199,6 +205,10 @@
this.updatedOn = updatedOn;
}
+ public void setSalt(String salt) {
+ this.salt = salt;
+ }
+
@Override
public String getName() {
return firstname + " " + lastname;
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 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/IssueXpp3Reader.java 2012-03-20 21:10:19 UTC (rev 238)
@@ -26,6 +26,7 @@
import org.nuiton.io.xpp3.AbstractXpp3Reader;
import org.nuiton.jredmine.model.Issue;
+import org.nuiton.jredmine.model.Project;
import java.beans.IntrospectionException;
@@ -77,5 +78,8 @@
addTagTextContentMappers(Issue.class, RedmineDataConverter.Text, true, allMappers,
"description",
"subject");
+
+ addTagTextContentMappers(Issue.class, RedmineDataConverter.Boolean, true, allMappers,
+ "is-private");
}
}
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 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-client/src/main/java/org/nuiton/jredmine/model/io/xpp3/UserXpp3Reader.java 2012-03-20 21:10:19 UTC (rev 238)
@@ -69,6 +69,7 @@
"lastname",
"login",
"identity-url",
- "mail");
+ "mail",
+ "salt");
}
}
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 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-client/src/test/java/org/nuiton/jredmine/model/io/xpp3/RedmineXpp3HelperTest.java 2012-03-20 21:10:19 UTC (rev 238)
@@ -184,6 +184,29 @@
Arrays.asList(TestHelper.getModel(News.class).get(0)),
Arrays.asList(TestHelper.getModel(TimeEntry.class).get(0))
);
+
+ Issue issue = TestHelper.getModel(Issue.class).get(0);
+ User user = TestHelper.getModel(User.class).get(0);
+ issue.setIsPrivate(true);
+ user.setSalt("38006729a049cd820aafd6c2bb3b193f");
+ try {
+ action.run("single2",
+ null,
+ Arrays.asList(issue),
+ null,
+ null,
+ Arrays.asList(user),
+ null,
+ null,
+ null,
+ null,
+ null,
+ null
+ );
+ } finally {
+ issue.setIsPrivate(false);
+ user.setSalt(null);
+ }
}
/**
@@ -214,7 +237,7 @@
FileInputStream input = new FileInputStream(file);
try {
-// test from text
+ // test from text
String txt = IOUtil.toString(input);
actual = builder.readObjects(type, txt, true);
@@ -293,7 +316,9 @@
RedmineModelEnum next = TYPE_ORDER[i];
- runForType(rootDir, next.getModelType(), expected[i]);
+ if (expected[i] != null) {
+ runForType(rootDir, next.getModelType(), expected[i]);
+ }
}
}
}
Modified: trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml
===================================================================
--- trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml 2012-03-20 21:10:19 UTC (rev 238)
@@ -30,7 +30,7 @@
<last-login-on type="datetime">2009-09-06T01:23:59+02:00</last-login-on>
<id type="integer">1</id>
- <auth-source-id type="integer" nil="true"></auth-source-id>
+ <auth-source-id type="integer" nil="true"/>
<member-id type="NilClass">5</member-id>
<role-id type="NilClass">3</role-id>
<status type="integer">1</status>
Copied: trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml (from rev 237, trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/issue.xml)
===================================================================
--- trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml (rev 0)
+++ trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/issue.xml 2012-03-20 21:10:19 UTC (rev 238)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Client
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<issue>
+ <assigned-to-id type="integer" nil="true"/>
+ <author-id type="integer">5</author-id>
+ <category-id type="integer">2</category-id>
+ <done-ratio type="integer">0</done-ratio>
+ <lock-version type="integer">7</lock-version>
+ <priority-id type="integer">4</priority-id>
+ <project-id type="integer">1</project-id>
+ <status-id type="integer">3</status-id>
+ <tracker-id type="integer">1</tracker-id>
+ <fixed-version-id type="integer">1</fixed-version-id>
+ <id type="integer">3</id>
+ <parent-id>3</parent-id>
+ <root-id>3</root-id>
+
+ <estimated-hours type="float" nil="true"/>
+
+ <created-on type="datetime">2009-09-04T20:11:52+02:00</created-on>
+ <updated-on type="datetime">2009-09-06T00:37:40+02:00</updated-on>
+ <due-date type="date" nil="true"/>
+ <start-date type="date">2009-09-04</start-date>
+
+ <description>avec une description !</description>
+ <subject>yes!</subject>
+ <lft type="integer">1</lft>
+ <rgt type="integer">2</rgt>
+ <is-private type="boolean">true</is-private>
+</issue>
Copied: trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml (from rev 237, trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single/user.xml)
===================================================================
--- trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml (rev 0)
+++ trunk/jredmine-client/src/test/resources/org/nuiton/jredmine/model/io/xpp3/single2/user.xml 2012-03-20 21:10:19 UTC (rev 238)
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Client
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<user>
+ <created-on type="datetime">2009-09-04T17:24:46+02:00</created-on>
+ <updated-on type="datetime">2009-09-06T01:23:59+02:00</updated-on>
+ <last-login-on type="datetime">2009-09-06T01:23:59+02:00</last-login-on>
+
+ <id type="integer">1</id>
+ <auth-source-id type="integer" nil="true"/>
+ <member-id type="NilClass">5</member-id>
+ <role-id type="NilClass">3</role-id>
+ <status type="integer">1</status>
+
+ <admin type="boolean">true</admin>
+ <mail-notification type="boolean">true</mail-notification>
+
+ <firstname>Redmine</firstname>
+ <hashed-password>70c881d4a26984ddce795f6f71817c9cf4480e79</hashed-password>
+ <language>fr</language>
+ <lastname>Admin</lastname>
+ <login>admin</login>
+ <mail>dummy(a)codelutin.com</mail>
+ <identity-url>yo</identity-url>
+ <salt>38006729a049cd820aafd6c2bb3b193f</salt>
+</user>
Modified: trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml
===================================================================
--- trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml 2012-02-29 12:36:41 UTC (rev 237)
+++ trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml 2012-03-20 21:10:19 UTC (rev 238)
@@ -4,7 +4,7 @@
Maven helper plugin
$Id$
- $HeadURL: http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.3/… $
+ $HeadURL$
%%
Copyright (C) 2009 - 2010 CodeLutin
%%
Property changes on: trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml
___________________________________________________________________
Modified: svn:keywords
- Author Date Id Revision
+ Author Date Id Revision HeadURL
1
0
Author: tchemit
Date: 2012-02-29 13:36:41 +0100 (Wed, 29 Feb 2012)
New Revision: 237
Url: http://nuiton.org/repositories/revision/jredmine/237
Log:
updates to mavenpom 3.1.1
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-02-18 14:09:40 UTC (rev 236)
+++ trunk/pom.xml 2012-02-29 12:36:41 UTC (rev 237)
@@ -33,7 +33,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>3.1</version>
+ <version>3.1.1</version>
</parent>
<artifactId>jredmine</artifactId>
1
0
Author: tchemit
Date: 2012-02-18 15:09:40 +0100 (Sat, 18 Feb 2012)
New Revision: 236
Url: http://nuiton.org/repositories/revision/jredmine/236
Log:
remove old directory
Removed:
trunk/maven-jredmine-plugin/
1
0
Author: tchemit
Date: 2012-02-16 15:09:53 +0100 (Thu, 16 Feb 2012)
New Revision: 235
Url: http://nuiton.org/repositories/revision/jredmine/235
Log:
- change to version 1.3-SNAPSHOT
- T?\195?\162che #1969: Rename maven-jredmine-plugin to jredmine-maven-plugin
Added:
trunk/jredmine-maven-plugin/
trunk/jredmine-maven-plugin/pom.xml
trunk/jredmine-maven-plugin/src/it/multi/pom.xml
trunk/jredmine-maven-plugin/src/it/report/pom.xml
trunk/jredmine-maven-plugin/src/it/single/pom.xml
trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml
trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml
Removed:
trunk/jredmine-maven-plugin/pom.xml
trunk/jredmine-maven-plugin/src/it/multi/pom.xml
trunk/jredmine-maven-plugin/src/it/report/pom.xml
trunk/jredmine-maven-plugin/src/it/single/pom.xml
trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml
trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml
trunk/maven-jredmine-plugin/LICENSE.txt
trunk/maven-jredmine-plugin/README.txt
trunk/maven-jredmine-plugin/changelog.txt
trunk/maven-jredmine-plugin/pom.xml
trunk/maven-jredmine-plugin/src/
Modified:
trunk/jredmine-client/pom.xml
trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java
trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml
trunk/jredmine-maven-plugin/src/site/apt/index.apt
trunk/jredmine-maven-plugin/src/site/apt/usage.apt
trunk/jredmine-maven-plugin/src/site/site_fr.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml
trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml
trunk/pom.xml
trunk/src/site/apt/index.apt
Modified: trunk/jredmine-client/pom.xml
===================================================================
--- trunk/jredmine-client/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/jredmine-client/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -3,7 +3,6 @@
#%L
JRedmine :: Client
- $Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin
@@ -35,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>jredmine</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
</parent>
<groupId>org.nuiton.jredmine</groupId>
Deleted: trunk/jredmine-maven-plugin/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,292 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>jredmine</artifactId>
- <version>1.2.3-SNAPSHOT</version>
- </parent>
-
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
-
- <dependencies>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>jredmine-client</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>jredmine-client</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- <classifier>tests</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
-
- <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-i18n</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.sonatype.plexus</groupId>
- <artifactId>plexus-sec-dispatcher</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-settings</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- </dependency>
-
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-impl</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-velocity</artifactId>
- </dependency>
-
- <!-- doxia -->
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-site-renderer</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-decoration-model</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-sink-api</artifactId>
- </dependency>
-
- <!-- tests dependencies -->
-
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <scope>test</scope>
- <classifier>tests</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.plugin-testing</groupId>
- <artifactId>maven-plugin-testing-harness</artifactId>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
-
- </dependencies>
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>JRedmine :: Maven plugin</name>
-
- <description>JRedmine maven plugin to interacts with Redmine's server
- </description>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>maven-plugin</packaging>
-
- <build>
-
- <plugins>
-
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- </build>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
-
- <profiles>
-
- <!-- reports only at release time -->
- <profile>
- <id>reporting</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <reporting>
- <plugins>
-
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>${pluginPluginVersion}</version>
- </plugin>
-
- </plugins>
- </reporting>
- </profile>
- <profile>
- <id>run-its</id>
- <!--activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation-->
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-invoker-plugin</artifactId>
- <configuration>
- <pomIncludes>
- <pomInclude>single_failed/pom.xml</pomInclude>
- <pomInclude>single/pom.xml</pomInclude>
- <pomInclude>multi/pom.xml</pomInclude>
- <pomInclude>skip-report/pom.xml</pomInclude>
- <pomInclude>report/pom.xml</pomInclude>
- </pomIncludes>
- <postBuildHookScript>verify</postBuildHookScript>
- <localRepositoryPath>${basedir}/target/local-repo
- </localRepositoryPath>
- <settingsFile>src/it/settings.xml</settingsFile>
- <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
- </configuration>
- <executions>
- <execution>
- <id>integration-test</id>
- <goals>
- <goal>install</goal>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- </profiles>
-
-</project>
Copied: trunk/jredmine-maven-plugin/pom.xml (from rev 234, trunk/maven-jredmine-plugin/pom.xml)
===================================================================
--- trunk/jredmine-maven-plugin/pom.xml (rev 0)
+++ trunk/jredmine-maven-plugin/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -0,0 +1,291 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Maven plugin
+
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>jredmine</artifactId>
+ <version>1.3-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>jredmine-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>jredmine-client</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <classifier>tests</classifier>
+ </dependency>
+
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+
+ <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-i18n</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.sonatype.plexus</groupId>
+ <artifactId>plexus-sec-dispatcher</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-settings</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-core</artifactId>
+ </dependency>
+
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.reporting</groupId>
+ <artifactId>maven-reporting-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.reporting</groupId>
+ <artifactId>maven-reporting-impl</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-velocity</artifactId>
+ </dependency>
+
+ <!-- doxia -->
+
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-site-renderer</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-decoration-model</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-sink-api</artifactId>
+ </dependency>
+
+ <!-- tests dependencies -->
+
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <scope>test</scope>
+ <classifier>tests</classifier>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.plugin-testing</groupId>
+ <artifactId>maven-plugin-testing-harness</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+ <name>JRedmine :: Maven plugin</name>
+
+ <description>JRedmine maven plugin to interacts with Redmine's server
+ </description>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>maven-plugin</packaging>
+
+ <build>
+
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>helpmojo</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <profiles>
+
+ <!-- reports only at release time -->
+ <profile>
+ <id>reporting</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <reporting>
+ <plugins>
+
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>${pluginPluginVersion}</version>
+ </plugin>
+
+ </plugins>
+ </reporting>
+ </profile>
+ <profile>
+ <id>run-its</id>
+ <!--activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation-->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <configuration>
+ <pomIncludes>
+ <pomInclude>single_failed/pom.xml</pomInclude>
+ <pomInclude>single/pom.xml</pomInclude>
+ <pomInclude>multi/pom.xml</pomInclude>
+ <pomInclude>skip-report/pom.xml</pomInclude>
+ <pomInclude>report/pom.xml</pomInclude>
+ </pomIncludes>
+ <postBuildHookScript>verify</postBuildHookScript>
+ <localRepositoryPath>${basedir}/target/local-repo
+ </localRepositoryPath>
+ <settingsFile>src/it/settings.xml</settingsFile>
+ <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
+ </configuration>
+ <executions>
+ <execution>
+ <id>integration-test</id>
+ <goals>
+ <goal>install</goal>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ </profiles>
+
+</project>
Deleted: trunk/jredmine-maven-plugin/src/it/multi/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/it/multi/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,188 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.nuiton.jredmine.test.multi</groupId>
- <artifactId>pom</artifactId>
- <version>0</version>
-
- <modules>
- <module>module1</module>
- <module>module2</module>
- </modules>
-
- <name>JRedmine multi pom</name>
- <description>Test JRedmine plugin for a multi module.</description>
-
- <packaging>pom</packaging>
-
- <url>http://www.foo.com</url>
-
- <issueManagement>
- <system>redmine</system>
- <url>http://www.mynuiton.org/projects/one/issues</url>
- </issueManagement>
-
- <properties>
-
- <pluginVersion>@pom.version@</pluginVersion>
-
- <!-- default encoding -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
- <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile>
- <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url>
- <redmine.serverId>redmine-local</redmine.serverId>
- <redmine.projectId>one</redmine.projectId>
- <redmine.versionId>1.0.0</redmine.versionId>
-
- <redmine.url>http://www.mynuiton.org</redmine.url>
- <releaseFiles>${basedir}/src/pom.txt</releaseFiles>
-
- <collectedFiles>target/collect.properties</collectedFiles>
-
- </properties>
-
- <build>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <version>${pluginVersion}</version>
- </plugin>
-
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
- </plugin>
- </plugins>
- </pluginManagement>
-
-
- <plugins>
-
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <executions>
- <execution>
- <id>get-redmine-login</id>
- <goals>
- <goal>share-server-secret</goal>
- </goals>
- <phase>initialize</phase>
- <configuration>
- <serverId>${redmine.serverId}</serverId>
- <passwordOut>redmine.password</passwordOut>
- <usernameOut>redmine.username</usernameOut>
- </configuration>
- </execution>
- <!-- collect files to send to redmine -->
- <execution>
- <id>collect-files</id>
- <goals>
- <goal>collect-files</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <extraFiles>${releaseFiles}</extraFiles>
- <descriptionFile>${collectedFiles}</descriptionFile>
- <!--<copyFiles>false</copyFiles>-->
- </configuration>
- </execution>
-
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-changes</id>
- <goals>
- <goal>generate-changes</goal>
- <goal>generate-news-announcement</goal>
- <goal>generate-email-announcement</goal>
- </goals>
- <phase>generate-resources</phase>
- <configuration>
- <xmlPath>${maven.changeFile}</xmlPath>
-
- <generateOnce>true</generateOnce>
-
- <actionMapping>fix:1, add:2</actionMapping>
- <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate>
-
- <xmlPath>${maven.changeFile}</xmlPath>
- <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload>
- </configuration>
- </execution>
-
- <execution>
- <id>publish-redmine</id>
- <!-- only executed on the pom -->
- <inherited>false</inherited>
- <goals>
- <goal>update-version</goal>
- <goal>publish-attachments</goal>
- <goal>publish-news</goal>
- </goals>
- <phase>verify</phase>
- <configuration>
-
- <!-- Send nothing ! -->
- <!--<dryRun>true</dryRun>-->
-
- <!-- update-version -->
- <closeVersion>true</closeVersion>
- <versionDescription>éàçè`a</versionDescription>
-
- <!-- publish-attachments -->
- <filesFromProperties>${collectedFiles}</filesFromProperties>
-
- <!-- publish-news -->
- <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm</newsContentFile>
- <newsSummary>${project.description}</newsSummary>
- <newsTitle>${project.name} ${project.version} released</newsTitle>
-
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- </build>
-
-</project>
Copied: trunk/jredmine-maven-plugin/src/it/multi/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/multi/pom.xml)
===================================================================
--- trunk/jredmine-maven-plugin/src/it/multi/pom.xml (rev 0)
+++ trunk/jredmine-maven-plugin/src/it/multi/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Maven plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.nuiton.jredmine.test.multi</groupId>
+ <artifactId>pom</artifactId>
+ <version>0</version>
+
+ <modules>
+ <module>module1</module>
+ <module>module2</module>
+ </modules>
+
+ <name>JRedmine multi pom</name>
+ <description>Test JRedmine plugin for a multi module.</description>
+
+ <packaging>pom</packaging>
+
+ <url>http://www.foo.com</url>
+
+ <issueManagement>
+ <system>redmine</system>
+ <url>http://www.mynuiton.org/projects/one/issues</url>
+ </issueManagement>
+
+ <properties>
+
+ <pluginVersion>@pom.version@</pluginVersion>
+
+ <!-- default encoding -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile>
+ <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url>
+ <redmine.serverId>redmine-local</redmine.serverId>
+ <redmine.projectId>one</redmine.projectId>
+ <redmine.versionId>1.0.0</redmine.versionId>
+
+ <redmine.url>http://www.mynuiton.org</redmine.url>
+ <releaseFiles>${basedir}/src/pom.txt</releaseFiles>
+
+ <collectedFiles>target/collect.properties</collectedFiles>
+
+ </properties>
+
+ <build>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <version>${pluginVersion}</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>get-redmine-login</id>
+ <goals>
+ <goal>share-server-secret</goal>
+ </goals>
+ <phase>initialize</phase>
+ <configuration>
+ <serverId>${redmine.serverId}</serverId>
+ <passwordOut>redmine.password</passwordOut>
+ <usernameOut>redmine.username</usernameOut>
+ </configuration>
+ </execution>
+ <!-- collect files to send to redmine -->
+ <execution>
+ <id>collect-files</id>
+ <goals>
+ <goal>collect-files</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <extraFiles>${releaseFiles}</extraFiles>
+ <descriptionFile>${collectedFiles}</descriptionFile>
+ <!--<copyFiles>false</copyFiles>-->
+ </configuration>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate-changes</id>
+ <goals>
+ <goal>generate-changes</goal>
+ <goal>generate-news-announcement</goal>
+ <goal>generate-email-announcement</goal>
+ </goals>
+ <phase>generate-resources</phase>
+ <configuration>
+ <xmlPath>${maven.changeFile}</xmlPath>
+
+ <generateOnce>true</generateOnce>
+
+ <actionMapping>fix:1, add:2</actionMapping>
+ <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate>
+
+ <xmlPath>${maven.changeFile}</xmlPath>
+ <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload>
+ </configuration>
+ </execution>
+
+ <execution>
+ <id>publish-redmine</id>
+ <!-- only executed on the pom -->
+ <inherited>false</inherited>
+ <goals>
+ <goal>update-version</goal>
+ <goal>publish-attachments</goal>
+ <goal>publish-news</goal>
+ </goals>
+ <phase>verify</phase>
+ <configuration>
+
+ <!-- Send nothing ! -->
+ <!--<dryRun>true</dryRun>-->
+
+ <!-- update-version -->
+ <closeVersion>true</closeVersion>
+ <versionDescription>éàçè`a</versionDescription>
+
+ <!-- publish-attachments -->
+ <filesFromProperties>${collectedFiles}</filesFromProperties>
+
+ <!-- publish-news -->
+ <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm</newsContentFile>
+ <newsSummary>${project.description}</newsSummary>
+ <newsTitle>${project.name} ${project.version} released</newsTitle>
+
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+</project>
Deleted: trunk/jredmine-maven-plugin/src/it/report/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/report/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/it/report/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>test-report</artifactId>
- <version>0</version>
-
- <name>JRedmine report</name>
- <packaging>pom</packaging>
- <description>Test JRedmine plugin reports</description>
-
- <url>http://www.foo.com</url>
-
- <issueManagement>
- <system>redmine</system>
- <url>http://www.mynuiton.org/projects/one/issues</url>
- </issueManagement>
-
- <properties>
-
- <pluginVersion>@pom.version@</pluginVersion>
-
- <redmine.serverId>redmine-local</redmine.serverId>
- <redmine.projectId>one</redmine.projectId>
- <redmine.versionId>1.0.0</redmine.versionId>
-
- <!-- default encoding -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
- <!--<redmine.url>http://www.mynuiton.org</redmine.url>-->
- </properties>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
- <executions>
- <execution>
- <id>get-redmine-login</id>
- <goals>
- <goal>share-server-secret</goal>
- </goals>
- <phase>initialize</phase>
- <configuration>
- <serverId>${redmine.serverId}</serverId>
- <passwordOut>redmine.password</passwordOut>
- <usernameOut>redmine.username</usernameOut>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <reporting>
- <plugins>
-
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <version>${pluginVersion}</version>
- <configuration>
- <serverId>redmine-local</serverId>
- <projectId>one</projectId>
- <versionId>1.0.0</versionId>
- <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate>
- <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate>
- <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn
- </columnNames>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>issues-report</report>
- <report>issues-report-by-assignee</report>
- <report>issues-report-by-category</report>
- <report>issues-report-by-priority</report>
- <report>issues-report-by-reporter</report>
- <report>issues-report-by-status</report>
- <report>issues-report-by-tracker</report>
- <report>issues-report-by-version</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
-
- </plugins>
- </reporting>
-
-</project>
Copied: trunk/jredmine-maven-plugin/src/it/report/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/report/pom.xml)
===================================================================
--- trunk/jredmine-maven-plugin/src/it/report/pom.xml (rev 0)
+++ trunk/jredmine-maven-plugin/src/it/report/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Maven plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>test-report</artifactId>
+ <version>0</version>
+
+ <name>JRedmine report</name>
+ <packaging>pom</packaging>
+ <description>Test JRedmine plugin reports</description>
+
+ <url>http://www.foo.com</url>
+
+ <issueManagement>
+ <system>redmine</system>
+ <url>http://www.mynuiton.org/projects/one/issues</url>
+ </issueManagement>
+
+ <properties>
+
+ <pluginVersion>@pom.version@</pluginVersion>
+
+ <redmine.serverId>redmine-local</redmine.serverId>
+ <redmine.projectId>one</redmine.projectId>
+ <redmine.versionId>1.0.0</redmine.versionId>
+
+ <!-- default encoding -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <!--<redmine.url>http://www.mynuiton.org</redmine.url>-->
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <id>get-redmine-login</id>
+ <goals>
+ <goal>share-server-secret</goal>
+ </goals>
+ <phase>initialize</phase>
+ <configuration>
+ <serverId>${redmine.serverId}</serverId>
+ <passwordOut>redmine.password</passwordOut>
+ <usernameOut>redmine.username</usernameOut>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <reporting>
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <version>${pluginVersion}</version>
+ <configuration>
+ <serverId>redmine-local</serverId>
+ <projectId>one</projectId>
+ <versionId>1.0.0</versionId>
+ <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate>
+ <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate>
+ <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn
+ </columnNames>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issues-report</report>
+ <report>issues-report-by-assignee</report>
+ <report>issues-report-by-category</report>
+ <report>issues-report-by-priority</report>
+ <report>issues-report-by-reporter</report>
+ <report>issues-report-by-status</report>
+ <report>issues-report-by-tracker</report>
+ <report>issues-report-by-version</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+
+ </plugins>
+ </reporting>
+
+</project>
Deleted: trunk/jredmine-maven-plugin/src/it/single/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/single/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/it/single/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,183 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.nuiton.jredmine.test</groupId>
- <artifactId>single</artifactId>
- <version>0</version>
-
- <name>JRedmine single</name>
- <packaging>jar</packaging>
- <description>Test JRedmine plugin for a single module.</description>
-
- <url>http://www.foo.com</url>
-
- <issueManagement>
- <system>redmine</system>
- <url>http://www.mynuiton.org/projects/one/issues</url>
- </issueManagement>
-
- <properties>
-
- <pluginVersion>@pom.version@</pluginVersion>
-
- <!-- default encoding -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
- <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile>
- <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url>
- <redmine.serverId>redmine-local</redmine.serverId>
- <redmine.projectId>one</redmine.projectId>
- <redmine.versionId>1.0.0</redmine.versionId>
-
- <redmine.url>http://www.mynuiton.org</redmine.url>
- <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles>
-
- <collectedFiles>target/collect.properties</collectedFiles>
-
- </properties>
-
- <build>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <version>${pluginVersion}</version>
- </plugin>
-
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
- </plugin>
- </plugins>
- </pluginManagement>
-
- <plugins>
-
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <executions>
- <execution>
- <id>get-redmine-login</id>
- <goals>
- <goal>share-server-secret</goal>
- </goals>
- <phase>initialize</phase>
- <configuration>
- <serverId>${redmine.serverId}</serverId>
- <passwordOut>redmine.password</passwordOut>
- <usernameOut>redmine.username</usernameOut>
- </configuration>
- </execution>
- <!-- collect files to send to redmine -->
- <execution>
- <id>collect-files</id>
- <goals>
- <goal>collect-files</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <extraFiles>${releaseFiles}</extraFiles>
- <descriptionFile>${collectedFiles}</descriptionFile>
- <!--<copyFiles>false</copyFiles>-->
- </configuration>
- </execution>
-
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <executions>
- <execution>
- <id>generate</id>
- <goals>
- <goal>generate-changes</goal>
- <goal>generate-news-announcement</goal>
- <goal>generate-email-announcement</goal>
- </goals>
- <phase>generate-resources</phase>
- <configuration>
- <!-- common -->
- <xmlPath>${maven.changeFile}</xmlPath>
-
- <!-- generate-changes -->
- <generateOnce>true</generateOnce>
- <actionMapping>fix:1, add:2</actionMapping>
- <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate>
-
- <!-- generate announcements -->
- <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload>
- </configuration>
- </execution>
-
- <execution>
- <id>publish-redmine</id>
- <goals>
- <goal>update-version</goal>
- <goal>publish-attachments</goal>
- <goal>publish-news</goal>
- <!--<goal>send-email</goal>-->
- </goals>
- <phase>verify</phase>
- <configuration>
-
- <!-- Send nothing ! -->
- <!--<dryRun>true</dryRun>-->
-
- <verbose>true</verbose>
-
- <!-- update-version -->
- <closeVersion>true</closeVersion>
- <versionDescription>éàçè`a</versionDescription>
-
- <!-- publish-attachments -->
- <filesFromProperties>${collectedFiles}</filesFromProperties>
-
- <!-- publish-news -->
- <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm
- </newsContentFile>
- <newsSummary>${project.description}</newsSummary>
- <newsTitle>${project.name} ${project.version} released</newsTitle>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- </build>
-
-</project>
Copied: trunk/jredmine-maven-plugin/src/it/single/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/single/pom.xml)
===================================================================
--- trunk/jredmine-maven-plugin/src/it/single/pom.xml (rev 0)
+++ trunk/jredmine-maven-plugin/src/it/single/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -0,0 +1,183 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Maven plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.nuiton.jredmine.test</groupId>
+ <artifactId>single</artifactId>
+ <version>0</version>
+
+ <name>JRedmine single</name>
+ <packaging>jar</packaging>
+ <description>Test JRedmine plugin for a single module.</description>
+
+ <url>http://www.foo.com</url>
+
+ <issueManagement>
+ <system>redmine</system>
+ <url>http://www.mynuiton.org/projects/one/issues</url>
+ </issueManagement>
+
+ <properties>
+
+ <pluginVersion>@pom.version@</pluginVersion>
+
+ <!-- default encoding -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile>
+ <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url>
+ <redmine.serverId>redmine-local</redmine.serverId>
+ <redmine.projectId>one</redmine.projectId>
+ <redmine.versionId>1.0.0</redmine.versionId>
+
+ <redmine.url>http://www.mynuiton.org</redmine.url>
+ <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles>
+
+ <collectedFiles>target/collect.properties</collectedFiles>
+
+ </properties>
+
+ <build>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <version>${pluginVersion}</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>get-redmine-login</id>
+ <goals>
+ <goal>share-server-secret</goal>
+ </goals>
+ <phase>initialize</phase>
+ <configuration>
+ <serverId>${redmine.serverId}</serverId>
+ <passwordOut>redmine.password</passwordOut>
+ <usernameOut>redmine.username</usernameOut>
+ </configuration>
+ </execution>
+ <!-- collect files to send to redmine -->
+ <execution>
+ <id>collect-files</id>
+ <goals>
+ <goal>collect-files</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <extraFiles>${releaseFiles}</extraFiles>
+ <descriptionFile>${collectedFiles}</descriptionFile>
+ <!--<copyFiles>false</copyFiles>-->
+ </configuration>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate</id>
+ <goals>
+ <goal>generate-changes</goal>
+ <goal>generate-news-announcement</goal>
+ <goal>generate-email-announcement</goal>
+ </goals>
+ <phase>generate-resources</phase>
+ <configuration>
+ <!-- common -->
+ <xmlPath>${maven.changeFile}</xmlPath>
+
+ <!-- generate-changes -->
+ <generateOnce>true</generateOnce>
+ <actionMapping>fix:1, add:2</actionMapping>
+ <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate>
+
+ <!-- generate announcements -->
+ <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload>
+ </configuration>
+ </execution>
+
+ <execution>
+ <id>publish-redmine</id>
+ <goals>
+ <goal>update-version</goal>
+ <goal>publish-attachments</goal>
+ <goal>publish-news</goal>
+ <!--<goal>send-email</goal>-->
+ </goals>
+ <phase>verify</phase>
+ <configuration>
+
+ <!-- Send nothing ! -->
+ <!--<dryRun>true</dryRun>-->
+
+ <verbose>true</verbose>
+
+ <!-- update-version -->
+ <closeVersion>true</closeVersion>
+ <versionDescription>éàçè`a</versionDescription>
+
+ <!-- publish-attachments -->
+ <filesFromProperties>${collectedFiles}</filesFromProperties>
+
+ <!-- publish-news -->
+ <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm
+ </newsContentFile>
+ <newsSummary>${project.description}</newsSummary>
+ <newsTitle>${project.name} ${project.version} released</newsTitle>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+</project>
Deleted: trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,207 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.nuiton.jredmine.test</groupId>
- <artifactId>single</artifactId>
- <version>0</version>
-
- <name>JRedmine single</name>
- <packaging>jar</packaging>
- <description>Test JRedmine plugin for a single module.</description>
-
- <url>http://www.foo.com</url>
-
- <issueManagement>
- <system>redmine</system>
- <url>http://www.mynuiton.org/projects/one/issues</url>
- </issueManagement>
-
- <properties>
-
- <pluginVersion>@pom.version@</pluginVersion>
-
- <!-- default encoding -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
- <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile>
- <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url>
- <redmine.serverId>redmine-local</redmine.serverId>
- <redmine.username>redmine-fake_login</redmine.username>
- <redmine.password>redmine-fake_password</redmine.password>
- <redmine.projectId>one</redmine.projectId>
- <redmine.versionId>1.0.0</redmine.versionId>
-
- <!-- will skip jredime execution is not logged -->
- <redmine.safe>false</redmine.safe>
-
- <redmine.url>http://www.mynuiton.org</redmine.url>
- <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles>
-
- <collectedFiles>target/collect.properties</collectedFiles>
-
- </properties>
-
- <build>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <version>${pluginVersion}</version>
- </plugin>
-
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
- </plugin>
- </plugins>
- </pluginManagement>
-
- <plugins>
-
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <executions>
- <!-- collect files to send to redmine -->
- <execution>
- <id>collect-files</id>
- <goals>
- <goal>collect-files</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <extraFiles>${releaseFiles}</extraFiles>
- <descriptionFile>${collectedFiles}</descriptionFile>
- </configuration>
- </execution>
-
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <executions>
- <execution>
- <id>generate</id>
- <goals>
- <goal>generate-changes</goal>
- <goal>generate-news-announcement</goal>
- <goal>generate-email-announcement</goal>
- </goals>
- <phase>generate-resources</phase>
- <configuration>
- <!-- common -->
- <xmlPath>${maven.changeFile}</xmlPath>
-
- <!-- generate-changes -->
- <generateOnce>true</generateOnce>
- <actionMapping>fix:1, add:2</actionMapping>
- <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate>
-
- <!-- generate announcements -->
- <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload>
- </configuration>
- </execution>
-
- <execution>
- <id>publish-redmine</id>
- <goals>
- <goal>update-version</goal>
- <goal>publish-attachments</goal>
- <goal>publish-news</goal>
- </goals>
- <phase>verify</phase>
- <configuration>
-
- <!-- Send nothing ! -->
- <!--<dryRun>true</dryRun>-->
-
- <verbose>true</verbose>
-
- <!-- update-version -->
- <closeVersion>true</closeVersion>
- <versionDescription>éàçè`a</versionDescription>
-
- <!-- publish-attachments -->
- <filesFromProperties>${collectedFiles}</filesFromProperties>
-
- <!-- publish-news -->
- <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm
- </newsContentFile>
- <newsSummary>${project.description}</newsSummary>
- <newsTitle>${project.name} ${project.version} released</newsTitle>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- </build>
-
- <reporting>
- <plugins>
-
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <version>${pluginVersion}</version>
- <configuration>
- <serverId>redmine-local</serverId>
- <projectId>one</projectId>
- <versionId>1.0.0</versionId>
- <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate>
- <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate>
- <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn
- </columnNames>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>issues-report</report>
- <report>issues-report-by-tracker</report>
- <report>issues-report-by-status</report>
- <report>issues-report-by-category</report>
- <report>issues-report-by-priority</report>
- <report>issues-report-by-version</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
-
- </plugins>
- </reporting>
-
-</project>
Copied: trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml)
===================================================================
--- trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml (rev 0)
+++ trunk/jredmine-maven-plugin/src/it/single_failed/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Maven plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.nuiton.jredmine.test</groupId>
+ <artifactId>single</artifactId>
+ <version>0</version>
+
+ <name>JRedmine single</name>
+ <packaging>jar</packaging>
+ <description>Test JRedmine plugin for a single module.</description>
+
+ <url>http://www.foo.com</url>
+
+ <issueManagement>
+ <system>redmine</system>
+ <url>http://www.mynuiton.org/projects/one/issues</url>
+ </issueManagement>
+
+ <properties>
+
+ <pluginVersion>@pom.version@</pluginVersion>
+
+ <!-- default encoding -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <maven.changeFile>target/generated-sources/changes/changes.xml</maven.changeFile>
+ <maven.redmine.issue.url>http://www.mynuiton.org/issues/show/%ISSUE%</maven.redmine.issue.url>
+ <redmine.serverId>redmine-local</redmine.serverId>
+ <redmine.username>redmine-fake_login</redmine.username>
+ <redmine.password>redmine-fake_password</redmine.password>
+ <redmine.projectId>one</redmine.projectId>
+ <redmine.versionId>1.0.0</redmine.versionId>
+
+ <!-- will skip jredime execution is not logged -->
+ <redmine.safe>false</redmine.safe>
+
+ <redmine.url>http://www.mynuiton.org</redmine.url>
+ <releaseFiles>${basedir}/pom.xml,${basedir}/verify.groovy</releaseFiles>
+
+ <collectedFiles>target/collect.properties</collectedFiles>
+
+ </properties>
+
+ <build>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <version>${pluginVersion}</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <executions>
+ <!-- collect files to send to redmine -->
+ <execution>
+ <id>collect-files</id>
+ <goals>
+ <goal>collect-files</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <extraFiles>${releaseFiles}</extraFiles>
+ <descriptionFile>${collectedFiles}</descriptionFile>
+ </configuration>
+ </execution>
+
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate</id>
+ <goals>
+ <goal>generate-changes</goal>
+ <goal>generate-news-announcement</goal>
+ <goal>generate-email-announcement</goal>
+ </goals>
+ <phase>generate-resources</phase>
+ <configuration>
+ <!-- common -->
+ <xmlPath>${maven.changeFile}</xmlPath>
+
+ <!-- generate-changes -->
+ <generateOnce>true</generateOnce>
+ <actionMapping>fix:1, add:2</actionMapping>
+ <issueLinkTemplate>${maven.redmine.issue.url}</issueLinkTemplate>
+
+ <!-- generate announcements -->
+ <urlDownload>http://www.mynuiton.org/projects/list_files/one</urlDownload>
+ </configuration>
+ </execution>
+
+ <execution>
+ <id>publish-redmine</id>
+ <goals>
+ <goal>update-version</goal>
+ <goal>publish-attachments</goal>
+ <goal>publish-news</goal>
+ </goals>
+ <phase>verify</phase>
+ <configuration>
+
+ <!-- Send nothing ! -->
+ <!--<dryRun>true</dryRun>-->
+
+ <verbose>true</verbose>
+
+ <!-- update-version -->
+ <closeVersion>true</closeVersion>
+ <versionDescription>éàçè`a</versionDescription>
+
+ <!-- publish-attachments -->
+ <filesFromProperties>${collectedFiles}</filesFromProperties>
+
+ <!-- publish-news -->
+ <newsContentFile>target/generated-sources/announcement/release-news-announcement.vm
+ </newsContentFile>
+ <newsSummary>${project.description}</newsSummary>
+ <newsTitle>${project.name} ${project.version} released</newsTitle>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+ <reporting>
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <version>${pluginVersion}</version>
+ <configuration>
+ <serverId>redmine-local</serverId>
+ <projectId>one</projectId>
+ <versionId>1.0.0</versionId>
+ <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate>
+ <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate>
+ <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn
+ </columnNames>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issues-report</report>
+ <report>issues-report-by-tracker</report>
+ <report>issues-report-by-status</report>
+ <report>issues-report-by-category</report>
+ <report>issues-report-by-priority</report>
+ <report>issues-report-by-version</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+
+ </plugins>
+ </reporting>
+
+</project>
Deleted: trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,146 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>test-report</artifactId>
- <version>0</version>
-
- <name>JRedmine report</name>
- <packaging>pom</packaging>
- <description>Test JRedmine plugin reports</description>
-
- <url>http://www.foo.com</url>
-
- <issueManagement>
- <system>redmine</system>
- <url>http://www.mynuiton.org/projects/one/issues</url>
- </issueManagement>
-
- <properties>
-
- <pluginVersion>@pom.version@</pluginVersion>
-
- <redmine.serverId>redmine-local</redmine.serverId>
- <redmine.projectId>one</redmine.projectId>
- <redmine.versionId>1.0.0</redmine.versionId>
-
- <!-- default encoding -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
- <!--<redmine.url>http://www.mynuiton.org</redmine.url>-->
- </properties>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
- <executions>
- <execution>
- <id>get-redmine-login</id>
- <goals>
- <goal>share-server-secret</goal>
- </goals>
- <phase>initialize</phase>
- <configuration>
- <serverId>${redmine.serverId}</serverId>
- <passwordOut>redmine.password</passwordOut>
- <usernameOut>redmine.username</usernameOut>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <reporting>
- <plugins>
-
- <plugin>
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
- <version>${pluginVersion}</version>
- <configuration>
- <serverId>redmine-local</serverId>
- <projectId>one</projectId>
- <versionId>1.0.0</versionId>
- <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate>
- <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate>
- <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn</columnNames>
- <skipIssueReport>true</skipIssueReport>
- <skipIssueReportByAssignee>true</skipIssueReportByAssignee>
- <skipIssueReportByCategory>true</skipIssueReportByCategory>
- <skipIssueReportByPriority>true</skipIssueReportByPriority>
- <skipIssueReportByReporter>true</skipIssueReportByReporter>
- <skipIssueReportByStatus>true</skipIssueReportByStatus>
- <skipIssueReportByTracker>true</skipIssueReportByTracker>
- <skipIssueReportByVersion>true</skipIssueReportByVersion>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>issues-report</report>
- <report>issues-report-by-assignee</report>
- <report>issues-report-by-category</report>
- <report>issues-report-by-priority</report>
- <report>issues-report-by-reporter</report>
- <report>issues-report-by-status</report>
- <report>issues-report-by-tracker</report>
- <report>issues-report-by-version</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
-
- </plugins>
- </reporting>
-
-</project>
Copied: trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml (from rev 234, trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml)
===================================================================
--- trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml (rev 0)
+++ trunk/jredmine-maven-plugin/src/it/skip-report/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ JRedmine :: Maven plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2009 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>test-report</artifactId>
+ <version>0</version>
+
+ <name>JRedmine report</name>
+ <packaging>pom</packaging>
+ <description>Test JRedmine plugin reports</description>
+
+ <url>http://www.foo.com</url>
+
+ <issueManagement>
+ <system>redmine</system>
+ <url>http://www.mynuiton.org/projects/one/issues</url>
+ </issueManagement>
+
+ <properties>
+
+ <pluginVersion>@pom.version@</pluginVersion>
+
+ <redmine.serverId>redmine-local</redmine.serverId>
+ <redmine.projectId>one</redmine.projectId>
+ <redmine.versionId>1.0.0</redmine.versionId>
+
+ <!-- default encoding -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+ <!--<redmine.url>http://www.mynuiton.org</redmine.url>-->
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
+ <executions>
+ <execution>
+ <id>get-redmine-login</id>
+ <goals>
+ <goal>share-server-secret</goal>
+ </goals>
+ <phase>initialize</phase>
+ <configuration>
+ <serverId>${redmine.serverId}</serverId>
+ <passwordOut>redmine.password</passwordOut>
+ <usernameOut>redmine.username</usernameOut>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <reporting>
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton.jredmine</groupId>
+ <artifactId>jredmine-maven-plugin</artifactId>
+ <version>${pluginVersion}</version>
+ <configuration>
+ <serverId>redmine-local</serverId>
+ <projectId>one</projectId>
+ <versionId>1.0.0</versionId>
+ <issueLinkTemplate>http://www.mynuiton.org/issues/show/%ISSUE%</issueLinkTemplate>
+ <versionLinkTemplate>http://www.mynuiton.org/versions/show/%VERSION%</versionLinkTemplate>
+ <columnNames>key,summary,status,assignee,reporter,tracker,priority,version,category,createdOn</columnNames>
+ <skipIssueReport>true</skipIssueReport>
+ <skipIssueReportByAssignee>true</skipIssueReportByAssignee>
+ <skipIssueReportByCategory>true</skipIssueReportByCategory>
+ <skipIssueReportByPriority>true</skipIssueReportByPriority>
+ <skipIssueReportByReporter>true</skipIssueReportByReporter>
+ <skipIssueReportByStatus>true</skipIssueReportByStatus>
+ <skipIssueReportByTracker>true</skipIssueReportByTracker>
+ <skipIssueReportByVersion>true</skipIssueReportByVersion>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>issues-report</report>
+ <report>issues-report-by-assignee</report>
+ <report>issues-report-by-category</report>
+ <report>issues-report-by-priority</report>
+ <report>issues-report-by-reporter</report>
+ <report>issues-report-by-status</report>
+ <report>issues-report-by-tracker</report>
+ <report>issues-report-by-version</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+
+ </plugins>
+ </reporting>
+
+</project>
Modified: trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java
===================================================================
--- trunk/maven-jredmine-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/main/java/org/nuiton/jredmine/plugin/announcement/AbstractAnnouncementMojo.java 2012-02-16 14:09:53 UTC (rev 235)
@@ -219,7 +219,7 @@
/**
* Velocity Component.
*
- * @component roleHint="maven-jredmine-plugin"
+ * @component roleHint="jredmine-maven-plugin"
*/
protected VelocityComponent velocity;
Modified: trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/main/resources/META-INF/plexus/components.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/main/resources/META-INF/plexus/components.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -28,7 +28,7 @@
<components>
<component>
<role>org.codehaus.plexus.velocity.VelocityComponent</role>
- <role-hint>maven-jredmine-plugin</role-hint>
+ <role-hint>jredmine-maven-plugin</role-hint>
<implementation>org.codehaus.plexus.velocity.DefaultVelocityComponent
</implementation>
<configuration>
Modified: trunk/jredmine-maven-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-jredmine-plugin/src/site/apt/index.apt 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/site/apt/index.apt 2012-02-16 14:09:53 UTC (rev 235)
@@ -33,7 +33,7 @@
* Presentation
- Le plugin <<maven-jredmine-plugin>> permet d'exécuter des opérations ou de
+ Le plugin <<jredmine-maven-plugin>> permet d'exécuter des opérations ou de
récuperer des données depuis un serveur redmine qui a installé le plugin
rails <<jredmine>>.
Modified: trunk/jredmine-maven-plugin/src/site/apt/usage.apt
===================================================================
--- trunk/maven-jredmine-plugin/src/site/apt/usage.apt 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/site/apt/usage.apt 2012-02-16 14:09:53 UTC (rev 235)
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -73,7 +73,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -99,7 +99,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -137,7 +137,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -173,7 +173,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -209,7 +209,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -241,7 +241,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<executions>
<execution>
<goals>
@@ -327,7 +327,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>myProject</projectId>
<columnNames>
@@ -372,7 +372,7 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>myProject</projectId>
<columnNamesByVersion>
Modified: trunk/jredmine-maven-plugin/src/site/site_fr.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/site/site_fr.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/site/site_fr.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -66,11 +66,11 @@
</menu>
<menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/jredmine/maven-jredmine-plugin/${project.version}/${project.build.finalName}.jar"
+ <item href="${repository.home.url}/org/nuiton/jredmine/jredmine-maven-plugin/${project.version}/${project.build.finalName}.jar"
name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/jredmine/maven-jredmine-plugin/${project.version}/${project.build.finalName}-javadoc.jar"
+ <item href="${repository.home.url}/org/nuiton/jredmine/jredmine-maven-plugin/${project.version}/${project.build.finalName}-javadoc.jar"
name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/jredmine/maven-jredmine-plugin/${project.version}/${project.build.finalName}-sources.jar"
+ <item href="${repository.home.url}/org/nuiton/jredmine/jredmine-maven-plugin/${project.version}/${project.build.finalName}-sources.jar"
name="Sources (jar)"/>
</menu>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/generateEmailAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<finalName>One-1.0.0.jar</finalName>
<url>http://mynuiton.org</url>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateEmailAnnouncementMojoTest/skipGenerateEmailAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<finalName>One-1.0.0.jar</finalName>
<url>http://mynuiton.org</url>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/generateNewsAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<finalName>One-1.0.0.jar</finalName>
<url>http://mynuiton.org</url>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/announcement/generateNewsAnnouncementMojoTest/skipGenerateNewsAnnouncement.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<finalName>One-1.0.0.jar</finalName>
<url>http://mynuiton.org</url>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayAll.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssuePriorities.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<types>issuePriority</types>
</configuration>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayIssueStatuses.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<types>issueStatus</types>
</configuration>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectIssueCategories.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<types>issueCategory</types>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectTrackers.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<types>tracker</types>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjectUsers.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<types>user</types>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayProjects.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<!--<projectId>one</projectId>-->
<!--<versionId>1.0.0</versionId>-->
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/displayDataMojoTest/displayVersions.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<!--<versionId>1.0.0</versionId>-->
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/generateChangesMojoTest/generateChanges.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<xmlPath>target/GenerateChangesMojoTest-generate-changes.xml</xmlPath>
<projectId>one</projectId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/nextVersion.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.33</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/nextVersionMojoTest/skipNextVersion.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.33</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/publishAttachments.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishAttachmentsMojoTest/skipPublishAttachments.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/publishNews.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/publishNewsMojoTest/skipPublishNews.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByAssigneeTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByCategoryTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByPriorityTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByReporterTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByStatusTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByTrackerTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportByVersionTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/report/issuesReportTest/issueReport.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/skipUpdateVersion.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Modified: trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-maven-plugin/src/test/resources/org/nuiton/jredmine/plugin/updateVersionMojoTest/updateVersion.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<configuration>
<projectId>one</projectId>
<versionId>1.0.0</versionId>
Deleted: trunk/maven-jredmine-plugin/LICENSE.txt
===================================================================
--- trunk/maven-jredmine-plugin/LICENSE.txt 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/maven-jredmine-plugin/LICENSE.txt 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,166 +0,0 @@
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
- This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
- 0. Additional Definitions.
-
- As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
- "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
- An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
- A "Combined Work" is a work produced by combining or linking an
-Application with the Library. The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
- The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
- The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
- 1. Exception to Section 3 of the GNU GPL.
-
- You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
- 2. Conveying Modified Versions.
-
- If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
- a) under this License, provided that you make a good faith effort to
- ensure that, in the event an Application does not supply the
- function or data, the facility still operates, and performs
- whatever part of its purpose remains meaningful, or
-
- b) under the GNU GPL, with none of the additional permissions of
- this License applicable to that copy.
-
- 3. Object Code Incorporating Material from Library Header Files.
-
- The object code form of an Application may incorporate material from
-a header file that is part of the Library. You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
- a) Give prominent notice with each copy of the object code that the
- Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the object code with a copy of the GNU GPL and this license
- document.
-
- 4. Combined Works.
-
- You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
- a) Give prominent notice with each copy of the Combined Work that
- the Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
- document.
-
- c) For a Combined Work that displays copyright notices during
- execution, include the copyright notice for the Library among
- these notices, as well as a reference directing the user to the
- copies of the GNU GPL and this license document.
-
- d) Do one of the following:
-
- 0) Convey the Minimal Corresponding Source under the terms of this
- License, and the Corresponding Application Code in a form
- suitable for, and under terms that permit, the user to
- recombine or relink the Application with a modified version of
- the Linked Version to produce a modified Combined Work, in the
- manner specified by section 6 of the GNU GPL for conveying
- Corresponding Source.
-
- 1) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (a) uses at run time
- a copy of the Library already present on the user's computer
- system, and (b) will operate properly with a modified version
- of the Library that is interface-compatible with the Linked
- Version.
-
- e) Provide Installation Information, but only if you would otherwise
- be required to provide such information under section 6 of the
- GNU GPL, and only to the extent that such information is
- necessary to install and execute a modified version of the
- Combined Work produced by recombining or relinking the
- Application with a modified version of the Linked Version. (If
- you use option 4d0, the Installation Information must accompany
- the Minimal Corresponding Source and Corresponding Application
- Code. If you use option 4d1, you must provide the Installation
- Information in the manner specified by section 6 of the GNU GPL
- for conveying Corresponding Source.)
-
- 5. Combined Libraries.
-
- You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
- a) Accompany the combined library with a copy of the same work based
- on the Library, uncombined with any other library facilities,
- conveyed under the terms of this License.
-
- b) Give prominent notice with the combined library that part of it
- is a work based on the Library, and explaining where to find the
- accompanying uncombined form of the same work.
-
- 6. Revised Versions of the GNU Lesser General Public License.
-
- The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
- If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
-
Deleted: trunk/maven-jredmine-plugin/README.txt
===================================================================
--- trunk/maven-jredmine-plugin/README.txt 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/maven-jredmine-plugin/README.txt 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,2 +0,0 @@
-To deploy new version of pom: mvn deploy
-To install localy: mvn install
Deleted: trunk/maven-jredmine-plugin/changelog.txt
===================================================================
--- trunk/maven-jredmine-plugin/changelog.txt 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/maven-jredmine-plugin/changelog.txt 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,5 +0,0 @@
-maven-redmine-plugin (1.0.0-SNAPSHOT) stable; urgency=low
-
- * //TODO_FILL_ME
-
- -- author -- date -R
Deleted: trunk/maven-jredmine-plugin/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/maven-jredmine-plugin/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -1,292 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- JRedmine :: Maven plugin
-
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2009 - 2010 Tony Chemit, CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>jredmine</artifactId>
- <version>1.2.3-SNAPSHOT</version>
- </parent>
-
- <groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
-
- <dependencies>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>jredmine-client</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>jredmine-client</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- <classifier>tests</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>helper-maven-plugin</artifactId>
- </dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
-
- <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-i18n</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.sonatype.plexus</groupId>
- <artifactId>plexus-sec-dispatcher</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-settings</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-core</artifactId>
- </dependency>
-
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-impl</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-plugin</artifactId>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-velocity</artifactId>
- </dependency>
-
- <!-- doxia -->
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-core</artifactId>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-site-renderer</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-decoration-model</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.doxia</groupId>
- <artifactId>doxia-sink-api</artifactId>
- </dependency>
-
- <!-- tests dependencies -->
-
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>helper-maven-plugin</artifactId>
- <scope>test</scope>
- <classifier>tests</classifier>
- </dependency>
-
- <dependency>
- <groupId>org.apache.maven.plugin-testing</groupId>
- <artifactId>maven-plugin-testing-harness</artifactId>
- </dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
-
- </dependencies>
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>JRedmine :: Maven plugin</name>
-
- <description>JRedmine maven plugin to interacts with Redmine's server
- </description>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <packaging>maven-plugin</packaging>
-
- <build>
-
- <plugins>
-
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- </build>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
-
- <profiles>
-
- <!-- reports only at release time -->
- <profile>
- <id>reporting</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <reporting>
- <plugins>
-
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <version>${pluginPluginVersion}</version>
- </plugin>
-
- </plugins>
- </reporting>
- </profile>
- <profile>
- <id>run-its</id>
- <!--activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation-->
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-invoker-plugin</artifactId>
- <configuration>
- <pomIncludes>
- <pomInclude>single_failed/pom.xml</pomInclude>
- <pomInclude>single/pom.xml</pomInclude>
- <pomInclude>multi/pom.xml</pomInclude>
- <pomInclude>skip-report/pom.xml</pomInclude>
- <pomInclude>report/pom.xml</pomInclude>
- </pomIncludes>
- <postBuildHookScript>verify</postBuildHookScript>
- <localRepositoryPath>${basedir}/target/local-repo
- </localRepositoryPath>
- <settingsFile>src/it/settings.xml</settingsFile>
- <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
- </configuration>
- <executions>
- <execution>
- <id>integration-test</id>
- <goals>
- <goal>install</goal>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- </profiles>
-
-</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/pom.xml 2012-02-16 14:09:53 UTC (rev 235)
@@ -3,7 +3,6 @@
#%L
JRedmine
- $Id$
$HeadURL$
%%
Copyright (C) 2009 - 2010 CodeLutin
@@ -38,11 +37,11 @@
</parent>
<artifactId>jredmine</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<modules>
<module>jredmine-client</module>
- <module>maven-jredmine-plugin</module>
+ <module>jredmine-maven-plugin</module>
</modules>
<!-- Source control management. -->
@@ -568,7 +567,7 @@
<profiles>
<!-- TC-20100106 Due to cyclic dependency problem between modules,
- we do not propagate maven-jredmine-plugin to child modules -->
+ we do not propagate jredmine-maven-plugin to child modules -->
<!-- perform only on a release stage when using the maven-release-plugin -->
<profile>
<id>redmine-build-release-profile</id>
@@ -587,10 +586,10 @@
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<version>${jredminePluginVersion}</version>
<!-- TC-20100106 Due to cyclic dependency problem between modules,
- we do not propagate maven-jredmine-plugin to child modules -->
+ we do not propagate jredmine-maven-plugin to child modules -->
<inherited>false</inherited>
<configuration>
<skipIssueReport>true</skipIssueReport>
@@ -619,9 +618,9 @@
<!-- generate the changes.xml from redmine -->
<plugin>
<groupId>org.nuiton.jredmine</groupId>
- <artifactId>maven-jredmine-plugin</artifactId>
+ <artifactId>jredmine-maven-plugin</artifactId>
<!-- TC-20100106 Due to cyclic dependency problem between modules,
- we do not propagate maven-jredmine-plugin to child modules -->
+ we do not propagate jredmine-maven-plugin to child modules -->
<inherited>false</inherited>
</plugin>
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2012-02-16 12:23:45 UTC (rev 234)
+++ trunk/src/site/apt/index.apt 2012-02-16 14:09:53 UTC (rev 235)
@@ -45,7 +45,7 @@
[]
- * {{{./maven-jredmine-plugin/index.html}maven-jredmine-plugin}} : ce module
+ * {{{./jredmine-maven-plugin/index.html}jredmine-maven-plugin}} : ce module
est un plugin maven pour effectuer des tâches de maintenance sur le serveur
Redmine. On peut par exemple publier des annonces, des fichiers, clotûrer
une version,...
1
0
r234 - in trunk: . jredmine-client maven-jredmine-plugin maven-jredmine-plugin/src/it/multi maven-jredmine-plugin/src/it/report maven-jredmine-plugin/src/it/single maven-jredmine-plugin/src/it/single_failed maven-jredmine-plugin/src/it/skip-report
by tchemit@users.nuiton.org 16 Feb '12
by tchemit@users.nuiton.org 16 Feb '12
16 Feb '12
Author: tchemit
Date: 2012-02-16 13:23:45 +0100 (Thu, 16 Feb 2012)
New Revision: 234
Url: http://nuiton.org/repositories/revision/jredmine/234
Log:
T?\195?\162che #1970: Updates to mavenpom 3.1
T?\195?\162che #1968: Updates to helper-maven-plugin 1.4
Modified:
trunk/jredmine-client/pom.xml
trunk/maven-jredmine-plugin/pom.xml
trunk/maven-jredmine-plugin/src/it/multi/pom.xml
trunk/maven-jredmine-plugin/src/it/report/pom.xml
trunk/maven-jredmine-plugin/src/it/single/pom.xml
trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml
trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml
trunk/pom.xml
Modified: trunk/jredmine-client/pom.xml
===================================================================
--- trunk/jredmine-client/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/jredmine-client/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
Modified: trunk/maven-jredmine-plugin/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/maven-jredmine-plugin/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
</dependency>
<dependency>
@@ -171,7 +171,7 @@
<dependency>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Modified: trunk/maven-jredmine-plugin/src/it/multi/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/maven-jredmine-plugin/src/it/multi/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -82,8 +82,8 @@
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
</plugin>
</plugins>
</pluginManagement>
@@ -93,7 +93,7 @@
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<executions>
<execution>
<id>get-redmine-login</id>
Modified: trunk/maven-jredmine-plugin/src/it/report/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/report/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/maven-jredmine-plugin/src/it/report/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -82,8 +82,8 @@
<plugins>
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
<executions>
<execution>
<id>get-redmine-login</id>
Modified: trunk/maven-jredmine-plugin/src/it/single/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/single/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/maven-jredmine-plugin/src/it/single/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -76,8 +76,8 @@
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
</plugin>
</plugins>
</pluginManagement>
@@ -86,7 +86,7 @@
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<executions>
<execution>
<id>get-redmine-login</id>
Modified: trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/maven-jredmine-plugin/src/it/single_failed/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -81,8 +81,8 @@
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
</plugin>
</plugins>
</pluginManagement>
@@ -91,7 +91,7 @@
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<executions>
<!-- collect files to send to redmine -->
<execution>
Modified: trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml
===================================================================
--- trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/maven-jredmine-plugin/src/it/skip-report/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -82,8 +82,8 @@
<plugins>
<plugin>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>1.0.3</version>
+ <artifactId>helper-maven-plugin</artifactId>
+ <version>1.4</version>
<executions>
<execution>
<id>get-redmine-login</id>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
+++ trunk/pom.xml 2012-02-16 12:23:45 UTC (rev 234)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>3.0.7</version>
+ <version>3.1</version>
</parent>
<artifactId>jredmine</artifactId>
@@ -66,7 +66,7 @@
<dependencies>
<dependency>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<version>${helperPluginVersion}</version>
<scope>compile</scope>
<exclusions>
@@ -414,7 +414,7 @@
<dependency>
<groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
+ <artifactId>helper-maven-plugin</artifactId>
<version>${helperPluginVersion}</version>
<scope>test</scope>
<classifier>tests</classifier>
1
0
Author: maven-release
Date: 2012-01-04 18:18:40 +0100 (Wed, 04 Jan 2012)
New Revision: 233
Url: http://nuiton.org/repositories/revision/jredmine/233
Log:
Update mavenpom4redmineAndCentral to 3.0.7.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-11-28 22:21:12 UTC (rev 232)
+++ trunk/pom.xml 2012-01-04 17:18:40 UTC (rev 233)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>3.0.6</version>
+ <version>3.0.7</version>
</parent>
<artifactId>jredmine</artifactId>
1
0
Author: maven-release
Date: 2011-11-28 23:21:12 +0100 (Mon, 28 Nov 2011)
New Revision: 232
Url: http://nuiton.org/repositories/revision/jredmine/232
Log:
Update mavenpom4redmineAndCentral to 3.0.6.
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-10-28 21:25:16 UTC (rev 231)
+++ trunk/pom.xml 2011-11-28 22:21:12 UTC (rev 232)
@@ -34,7 +34,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmineAndCentral</artifactId>
- <version>3.0.5</version>
+ <version>3.0.6</version>
</parent>
<artifactId>jredmine</artifactId>
1
0