helpers for maven related tasks

adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc

License

License

MIT
Categories

Categories

Ruby Languages Maven Build Tools
GroupId

GroupId

rubygems
ArtifactId

ArtifactId

maven-tools
Last Version

Last Version

1.0.13
Release Date

Release Date

Type

Type

gem
Description

Description

helpers for maven related tasks
adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc
Project URL

Project URL

http://github.com/torquebox/maven-tools
Source Code Management

Source Code Management

http://github.com/torquebox/maven-tools

Download maven-tools

Dependencies

compile (1)

Group / Artifact Type Version
rubygems » virtus gem [1.0,1.99999]

test (2)

Group / Artifact Type Version
rubygems : rake gem [10.0,10.99999]
rubygems : minitest gem [5.3,5.99999]

Project Modules

There are no modules declared in this project.

maven tools

  • Build Status
  • Code Climate

Note on Ruby-1.8

ordering is important within the pom.xml since it carry info on the sequence of execution. jruby and ruby-1.9 do iterate in same order as the keys gets included, that helps to copy the order of declaration from the ruby DSL over to pom.xml. with ruby-1.8 the hash behaviour is different and since ruby-1.8 is end of life there is no support for ruby-1.8. though it might just works fine on simple setup.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

meta-fu

enjoy :)

rubygems

The TorqueBox Project

Versions

Version
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9