No commit activity in last 3 years
No release in over 3 years
Plugin reads the pom.xml file in your current directory and loads your project dependencies into your jruby irb session.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.0.0
~> 1.6.2

Runtime

 Project Readme

maven_irb_plugin¶ ↑

Simple irb plugin to load the current directory’s dependencies into your irb session.

Usage¶ ↑

require 'irb_plugin'

If you would like to load a maven environment from a directory that is different from pwd, use:

Maven.load_dependencies('directory_name')

Copyright © 2011 Adam Esterline. See LICENSE.txt for further details.