lib/ruby/maven/ruby/maven.rb in ruby-maven-3.0.4.1.3 vs lib/ruby/maven/ruby/maven.rb in ruby-maven-3.0.4.1.4

- old
+ new

@@ -1,7 +1,7 @@ # -# Copyright (C) 2013 mkristian +# Copyright (C) 2013 Christian Meier # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in # the Software without restriction, including without limitation the rights to # use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of @@ -25,10 +25,11 @@ class RubyMaven def self.new(*args) warn "deprecated: use Maven::Ruby::Cli or Maven::Ruby::Maven instead" + require 'maven/ruby/cli' ::Maven::Ruby::Cli.new(*args) end end module Ruby @@ -139,6 +140,6 @@ succeeded end end end -end \ No newline at end of file +end