File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,17 +6,6 @@ warn "ruby-maven is running fixed JRuby version #{JRUBY_VERSION}"
66gemspec ( :jar => 'warbler_jar.jar' ,
77 :source => 'ext' )
88
9- plugin_repository ( :url => 'https://central.sonatype.com/repository/maven-snapshots/' ,
10- :id => 'central-snapshots' ) do
11- releases 'false'
12- snapshots 'true'
13- end
14- repository ( :url => 'https://central.sonatype.com/repository/maven-snapshots/' ,
15- :id => 'central-snapshots' ) do
16- releases 'false'
17- snapshots 'true'
18- end
19-
209properties (
2110 'project.build.sourceEncoding' => 'UTF-8' ,
2211 'mavengem.wagon.version' => '2.0.3' ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<settings >
3- <profiles >
4- <profile >
5- <id >codehaus</id >
6- <activation >
7- <activeByDefault >false</activeByDefault >
8- </activation >
9- <pluginRepositories >
10- <pluginRepository >
11- <id >codehaus</id >
12- <name >Codehaus Repository</name >
13- <releases >
14- <enabled >true</enabled >
15- </releases >
16- <snapshots >
17- <enabled >false</enabled >
18- </snapshots >
19- <url >http://repository.codehaus.org</url >
20- </pluginRepository >
21- </pluginRepositories >
22- </profile >
23- </profiles >
243 <localRepository >/usr/local/maven/repo</localRepository >
254</settings >
You can’t perform that action at this time.
0 commit comments