Re: maven2 jira plugin?

2008-03-21 Thread Dennis Lundberg

Emmanuel Hugonnet wrote:

Hi Dennis,
I take advantage of this thread to ask you a question. How do I release our
(Rémy is the co-author of the plugin) plugin on MOJO now ?
I have seen that you have updated the reference to the MCHANGES-78 so
nothing is preventing a release of this plugin.
Emmanuel


The release process at Mojo is documented on this page:

http://mojo.codehaus.org/development/performing-a-release.html

--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven2 jira plugin?

2008-03-20 Thread Emmanuel Hugonnet
Hi Dennis,
I take advantage of this thread to ask you a question. How do I release our
(Rémy is the co-author of the plugin) plugin on MOJO now ?
I have seen that you have updated the reference to the MCHANGES-78 so
nothing is preventing a release of this plugin.
Emmanuel


Re: maven2 jira plugin?

2008-03-20 Thread Rémy Sanlaville

 The proposed plugin did not fit well into either maven-changes-plugin or
 maven-changelog-plugin. The author of the plugin has since approached
 the Mojo project at codehaus. The plugin is currently an enhancement
 request there:

 http://jira.codehaus.org/browse/MOJO-1026


Yes I am aware  because, as Emmanuel mentioned, I am in relation with him.

We chose to approached the Mojo project at codehaus because we saw that this
improvement was not welcome by the maven community. As I mentioned in
http://jira.codehaus.org/browse/MCHANGES-78: we can regret that we will
have two plugin (maven-changes-plugin and svnchangelog-maven-plugin) that
generate the same report but from a different data source.
I think it's more confusing for maven users who won't understand this
situation.

But if the maven community want to go in this direction, we can just regret
it and hope that the svnchangelog-maven-plugin will be release soon.

Anyway, thanks Dennis for your help.

Rémy


Re: maven2 jira plugin?

2008-03-18 Thread Dennis Lundberg

Rémy Sanlaville wrote:

Because we already have a plugin that generates a report from an SCM
system, namely maven-changelog-plugin.



Yes but the reports are completely different :
 - maven-changes-plugin :
http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html
 - maven-changelog-plugin :
http://maven.apache.org/plugins/maven-changelog-plugin/changelog.html

This improvement generate the same report as maven-changes-plugin not
maven-changelog-plugin.
I'm sorry but I still don't understand the problem and what maven community
can proposed for user who want this feature (changes-report generated from
SCM comments).

Rémy


The proposed plugin did not fit well into either maven-changes-plugin or 
maven-changelog-plugin. The author of the plugin has since approached 
the Mojo project at codehaus. The plugin is currently an enhancement 
request there:


http://jira.codehaus.org/browse/MOJO-1026


--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville

 Because we already have a plugin that generates a report from an SCM
 system, namely maven-changelog-plugin.


Yes but the reports are completely different :
 - maven-changes-plugin :
http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html
 - maven-changelog-plugin :
http://maven.apache.org/plugins/maven-changelog-plugin/changelog.html

This improvement generate the same report as maven-changes-plugin not
maven-changelog-plugin.
I'm sorry but I still don't understand the problem and what maven community
can proposed for user who want this feature (changes-report generated from
SCM comments).

Rémy


Re: maven2 jira plugin?

2008-03-17 Thread Rémy Sanlaville

 Because we already have a plugin that generates a report from an SCM
 system, namely maven-changelog-plugin.


Yes but the reports are completely different :
 - maven-changes-plugin :
http://maven.apache.org/plugins/maven-changes-plugin/changes-report.html
 - maven-changelog-plugin :
http://maven.apache.org/plugins/maven-changelog-plugin/changelog.html

This improvement generate the same report as maven-changes-plugin not
maven-changelog-plugin.
I'm sorry but I still don't understand the problem and what maven community
can proposed for user who want this feature (changes-report generated from
SCM comments).

Rémy


Re: maven2 jira plugin?

2008-03-14 Thread Rémy Sanlaville

 If you read the comments in that issue you will understand why.


I read it, but I still have the feeling that maven community do not
understand what exactly this improvement is and why it is interesting.

This improvement does exactly what the maven-changes-plugin do.
The only difference is that the actual maven-changes-plugin uses a
changes.xml file in src/changes/ directory. You have to write it and manage
its evolution by hand. This is a problem and error-prone. In order to
address this problem, this improvement is looking directly to the scm commit
comments and aggregate them to generate the report.

So, the actual maven-changes-plugin and this improvement generate the same
report but from a different data source.
I still don't really understand why it's a problem to add a new goal for the
maven-changes-plugin for this improvement.

Thanks,

Rémy


Re: maven2 jira plugin?

2008-03-14 Thread Dennis Lundberg

Rémy Sanlaville wrote:

If you read the comments in that issue you will understand why.



I read it, but I still have the feeling that maven community do not
understand what exactly this improvement is and why it is interesting.

This improvement does exactly what the maven-changes-plugin do.
The only difference is that the actual maven-changes-plugin uses a
changes.xml file in src/changes/ directory. You have to write it and manage
its evolution by hand. This is a problem and error-prone. In order to
address this problem, this improvement is looking directly to the scm commit
comments and aggregate them to generate the report.

So, the actual maven-changes-plugin and this improvement generate the same
report but from a different data source.
I still don't really understand why it's a problem to add a new goal for the
maven-changes-plugin for this improvement.


Because we already have a plugin that generates a report from an SCM 
system, namely maven-changelog-plugin.




Thanks,

Rémy




--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven2 jira plugin?

2008-03-13 Thread Rémy Sanlaville
Hi Dennis

 No, it has been closed as Won't Fix.


What a shame.
Don't you think this feature is not usefull (this issue has 17 Votes...) ?
why ?

Thanks,

Rémy


Re: maven2 jira plugin?

2008-03-13 Thread Rémy Sanlaville
Furthermore, this feature is more and more added in other tools (so people
ask for it and found that it's an interesting feature).
For instance, just have a look to this post : Linking Check-in Comments to
Issues in Tracker (http://java.dzone.com/news/linking-check-comments-issuesi
).

Rémy


Re: maven2 jira plugin?

2008-03-13 Thread Dennis Lundberg

Rémy Sanlaville wrote:

Hi Dennis


No, it has been closed as Won't Fix.



What a shame.
Don't you think this feature is not usefull (this issue has 17 Votes...) ?
why ?

Thanks,

Rémy



If you read the comments in that issue you will understand why.

--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven2 jira plugin?

2008-03-12 Thread Rémy Sanlaville
Hi Dennis,

What about MCHANGES-78 ?
Any chance to see it in version 2.0 ?

Rémy


Re: maven2 jira plugin?

2008-03-12 Thread Dennis Lundberg

Rémy Sanlaville wrote:

Hi Dennis,

What about MCHANGES-78 ?
Any chance to see it in version 2.0 ?

Rémy


No, it has been closed as Won't Fix.

--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven2 jira plugin?

2008-03-11 Thread Dennis Lundberg

Ken Liu wrote:

Hi all -

I am looking for a plugin that can query a jira repository and produce a
report.  I found an existing plugin, but that appears to be for maven 1.
Anyone know of a plugin that is compatible with maven2?

Ken


Have a look at maven-changes-plugin

  http://maven.apache.org/plugins/maven-changes-plugin/

The upcoming 2.0 version has more enhancements for JIRA.

--
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]