lib/maven/tools/dsl.rb in maven-tools-1.0.8 vs lib/maven/tools/dsl.rb in maven-tools-1.0.9
- old
+ new
@@ -912,16 +912,16 @@
end
end
# hook for polyglot maven to register those tasks
def add_execute_task( options, &block )
- @model.properties[ 'tesla.version' ] = VERSIONS[ :tesla_version ]
- plugin!( 'io.tesla.polyglot:tesla-polyglot-maven-plugin',
- '${tesla.version}' ) do
+ version = VERSIONS[ :polyglot_version ]
+ plugin!( 'io.takari.polyglot:polyglot-maven-plugin',
+ version ) do
execute_goal( :execute, options )
- jar!( 'io.tesla.polyglot:tesla-polyglot-ruby',
- '${tesla.version}' )
+ jar!( 'io.takari.polyglot:polyglot-ruby',
+ version )
end
end
def retrieve_phase( options )
if @phase