Project

General

Profile

Maven plugin

Added by Julien Eluard over 15 years ago

Hi,

I developed a simple maven plugin which provides a number of facilities to manage redmine projects.
4 goals are accessible:
  • check-project to verify if a project is already created
  • create-project to create a project
  • publish-news to publish a news for a specific project
  • create-report to create a report based on roadmap compliant with http://maven.apache.org/plugins/maven-changes-plugin/

This plugin has been tested with redmine 0.7RC1 and might not work with others releases as it is yet based on html parsing.

Find more details/source code here: https://opensource.fastconnect.org/redmine/projects/show/maven-redmine-plugin.


Replies (6)

RE: Maven plugin - Added by Thomas Lecavelier over 15 years ago

Interesting plugin, Java users should be happy.

Thank you :)

RE: Maven plugin - Added by Thorsten Springhart over 15 years ago

Sounds great!
Is the Maven Plugin available in any public repository or do I have to build it myself from the sources?

RE: Maven plugin - Added by Julien Eluard over 15 years ago

Hi Thorsten,

it is available in following public repository: http://opensource.fastconnect.org/archiva/repository/opensource.

RE: Maven plugin - Added by Thorsten Springhart over 15 years ago

Okay, found it. thanks....

It works fine! Mostly ;) But I think that is my personal problem. My redmine installation was based on the Bitnami Stack - so it does not run under the /redmine/ context but in the root context of the server. The create-report goal (which is the goal i will need the most) assumes that the urls sometimes start with /redmine/
But I was able to check out the source and changed the pattern to my personal settings, now it creates a fine update.xml. But only for versions that are in first position of the roadmap. So if you have an open issue in Version 1.0.0 and Issues in 1.0.1 and you want to create the update.xml for 1.0.1 you get an BuildFailureException.
But I think this is normaly now problem cause you should not release a version before a minor version is not completed ;)

So thanks for the nice maven plugin, I think it will help to establish redmine in my company.

RE: Maven plugin - Added by Julien Eluard over 15 years ago

Thanks for your feedbak.
This plugin has not been tested outside our company so there are use cases we might have skipped.

I will add your suggestions as Enhancement for next release.

RE: Maven plugin - Added by Michel Blavin about 9 years ago

Links are broken, does the plugin still exists ?

    (1-6/6)