naether 0.11.1-java → 0.12.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Naether::Maven
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.8.7.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -317,6 +317,28 @@
317
317
  <p>Create new instance.</p>
318
318
  </div></span>
319
319
 
320
+ </li>
321
+
322
+
323
+ <li class="public ">
324
+ <span class="summary_signature">
325
+
326
+ <a href="#invoke-instance_method" title="#invoke (instance method)">- (Object) <strong>invoke</strong>(*opts) </a>
327
+
328
+
329
+
330
+ </span>
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+ <span class="summary_desc"><div class='inline'></div></span>
341
+
320
342
  </li>
321
343
 
322
344
 
@@ -713,12 +735,12 @@
713
735
  <pre class="lines">
714
736
 
715
737
 
716
- 105
717
- 106
718
- 107</pre>
738
+ 102
739
+ 103
740
+ 104</pre>
719
741
  </td>
720
742
  <td>
721
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 105</span>
743
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 102</span>
722
744
 
723
745
  <span class='kw'>def</span> <span class='id identifier rubyid_add_dependency'>add_dependency</span><span class='lparen'>(</span> <span class='id identifier rubyid_notation'>notation</span><span class='comma'>,</span> <span class='id identifier rubyid_scope'>scope</span> <span class='op'>=</span> <span class='kw'>nil</span> <span class='rparen'>)</span>
724
746
  <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_addDependency'>addDependency</span><span class='lparen'>(</span> <span class='id identifier rubyid_notation'>notation</span><span class='comma'>,</span> <span class='id identifier rubyid_scope'>scope</span> <span class='rparen'>)</span>
@@ -772,12 +794,12 @@
772
794
  <pre class="lines">
773
795
 
774
796
 
775
- 140
776
- 141
777
- 142</pre>
797
+ 137
798
+ 138
799
+ 139</pre>
778
800
  </td>
779
801
  <td>
780
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 140</span>
802
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 137</span>
781
803
 
782
804
  <span class='kw'>def</span> <span class='id identifier rubyid_build_pom'>build_pom</span><span class='lparen'>(</span><span class='rparen'>)</span>
783
805
  <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_toXml'>toXml</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -859,10 +881,7 @@
859
881
  92
860
882
  93
861
883
  94
862
- 95
863
- 96
864
- 97
865
- 98</pre>
884
+ 95</pre>
866
885
  </td>
867
886
  <td>
868
887
  <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 71</span>
@@ -881,17 +900,14 @@
881
900
  <span class='id identifier rubyid_deps'>deps</span> <span class='op'>=</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_getDependenciesNotation'>getDependenciesNotation</span><span class='lparen'>(</span> <span class='id identifier rubyid_scopes'>scopes</span> <span class='rparen'>)</span>
882
901
  <span class='kw'>end</span>
883
902
 
903
+ <span class='kw'>elsif</span> <span class='id identifier rubyid_scopes'>scopes</span>
904
+ <span class='id identifier rubyid_list'>list</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Java</span><span class='period'>.</span><span class='id identifier rubyid_convert_to_java_list'>convert_to_java_list</span><span class='lparen'>(</span> <span class='id identifier rubyid_scopes'>scopes</span> <span class='rparen'>)</span>
905
+
906
+ <span class='id identifier rubyid_deps'>deps</span> <span class='op'>=</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid__invoke'>_invoke</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>getDependenciesNotation</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Ljava.util.List;</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_list'>list</span><span class='rparen'>)</span>
884
907
  <span class='kw'>else</span>
885
- <span class='id identifier rubyid_list'>list</span> <span class='op'>=</span> <span class='kw'>nil</span>
886
- <span class='kw'>if</span> <span class='id identifier rubyid_scopes'>scopes</span>
887
- <span class='id identifier rubyid_list'>list</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Java</span><span class='period'>.</span><span class='id identifier rubyid_convert_to_java_list'>convert_to_java_list</span><span class='lparen'>(</span> <span class='id identifier rubyid_scopes'>scopes</span> <span class='rparen'>)</span>
888
-
889
- <span class='id identifier rubyid_deps'>deps</span> <span class='op'>=</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid__invoke'>_invoke</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>getDependenciesNotation</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Ljava.util.List;</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_list'>list</span><span class='rparen'>)</span>
890
- <span class='kw'>else</span>
891
- <span class='id identifier rubyid_deps'>deps</span> <span class='op'>=</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_getDependenciesNotation'>getDependenciesNotation</span><span class='lparen'>(</span><span class='rparen'>)</span>
892
- <span class='kw'>end</span>
893
-
908
+ <span class='id identifier rubyid_deps'>deps</span> <span class='op'>=</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_getDependenciesNotation'>getDependenciesNotation</span><span class='lparen'>(</span><span class='rparen'>)</span>
894
909
  <span class='kw'>end</span>
910
+
895
911
 
896
912
  <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Java</span><span class='period'>.</span><span class='id identifier rubyid_convert_to_ruby_array'>convert_to_ruby_array</span><span class='lparen'>(</span> <span class='id identifier rubyid_deps'>deps</span><span class='comma'>,</span> <span class='kw'>true</span> <span class='rparen'>)</span>
897
913
  <span class='kw'>end</span></pre>
@@ -941,12 +957,12 @@
941
957
  <pre class="lines">
942
958
 
943
959
 
944
- 113
945
- 114
946
- 115</pre>
960
+ 110
961
+ 111
962
+ 112</pre>
947
963
  </td>
948
964
  <td>
949
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 113</span>
965
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 110</span>
950
966
 
951
967
  <span class='kw'>def</span> <span class='id identifier rubyid_dependencies='>dependencies=</span><span class='lparen'>(</span><span class='id identifier rubyid_dependencies'>dependencies</span><span class='rparen'>)</span>
952
968
  <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_setDependencies'>setDependencies</span><span class='lparen'>(</span> <span class='id identifier rubyid_dependencies'>dependencies</span> <span class='rparen'>)</span>
@@ -954,6 +970,64 @@
954
970
  </td>
955
971
  </tr>
956
972
  </table>
973
+ </div>
974
+
975
+ <div class="method_details ">
976
+ <h3 class="signature " id="invoke-instance_method">
977
+
978
+ - (<tt>Object</tt>) <strong>invoke</strong>(*opts)
979
+
980
+
981
+
982
+
983
+
984
+ </h3><table class="source_code">
985
+ <tr>
986
+ <td>
987
+ <pre class="lines">
988
+
989
+
990
+ 149
991
+ 150
992
+ 151
993
+ 152
994
+ 153
995
+ 154
996
+ 155
997
+ 156
998
+ 157
999
+ 158
1000
+ 159
1001
+ 160
1002
+ 161
1003
+ 162
1004
+ 163
1005
+ 164
1006
+ 165</pre>
1007
+ </td>
1008
+ <td>
1009
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 149</span>
1010
+
1011
+ <span class='kw'>def</span> <span class='id identifier rubyid_invoke'>invoke</span><span class='lparen'>(</span> <span class='op'>*</span><span class='id identifier rubyid_opts'>opts</span> <span class='rparen'>)</span>
1012
+ <span class='comment'>#defaults
1013
+ </span> <span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='lbrace'>{</span>
1014
+ <span class='symbol'>:maven_home</span> <span class='op'>=&gt;</span> <span class='const'>ENV</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>maven.home</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>/usr/share/maven</span><span class='tstring_end'>'</span></span><span class='comma'>,</span>
1015
+ <span class='symbol'>:local_repo</span> <span class='op'>=&gt;</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_expand_path'>expand_path</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>~/.m2/repository</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span>
1016
+ <span class='rbrace'>}</span>
1017
+
1018
+ <span class='kw'>if</span> <span class='id identifier rubyid_opts'>opts</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span> <span class='const'>Hash</span>
1019
+ <span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='id identifier rubyid_defaults'>defaults</span><span class='period'>.</span><span class='id identifier rubyid_merge'>merge</span><span class='lparen'>(</span> <span class='id identifier rubyid_opts'>opts</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span> <span class='rparen'>)</span>
1020
+ <span class='kw'>end</span>
1021
+ <span class='id identifier rubyid_goals'>goals</span> <span class='op'>=</span> <span class='id identifier rubyid_opts'>opts</span>
1022
+
1023
+ <span class='id identifier rubyid_pom'>pom</span> <span class='op'>=</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_getPomFile'>getPomFile</span><span class='lparen'>(</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_getAbsolutePath'>getAbsolutePath</span><span class='lparen'>(</span><span class='rparen'>)</span>
1024
+
1025
+ <span class='id identifier rubyid_invoker'>invoker</span> <span class='op'>=</span> <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Java</span><span class='period'>.</span><span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>com.tobedevoured.naether.maven.Invoker</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_config'>config</span><span class='lbracket'>[</span><span class='symbol'>:local_repo</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_config'>config</span><span class='lbracket'>[</span><span class='symbol'>:maven_home</span><span class='rbracket'>]</span> <span class='rparen'>)</span>
1026
+ <span class='id identifier rubyid_invoker'>invoker</span><span class='period'>.</span><span class='id identifier rubyid_execute'>execute</span><span class='lparen'>(</span> <span class='id identifier rubyid_pom'>pom</span><span class='comma'>,</span> <span class='const'>Naether</span><span class='op'>::</span><span class='const'>Java</span><span class='period'>.</span><span class='id identifier rubyid_convert_to_java_list'>convert_to_java_list</span><span class='lparen'>(</span><span class='id identifier rubyid_goals'>goals</span><span class='rparen'>)</span> <span class='rparen'>)</span>
1027
+ <span class='kw'>end</span></pre>
1028
+ </td>
1029
+ </tr>
1030
+ </table>
957
1031
  </div>
958
1032
 
959
1033
  <div class="method_details ">
@@ -982,13 +1056,13 @@
982
1056
  <pre class="lines">
983
1057
 
984
1058
 
985
- 132
986
- 133
987
- 134
988
- 135</pre>
1059
+ 129
1060
+ 130
1061
+ 131
1062
+ 132</pre>
989
1063
  </td>
990
1064
  <td>
991
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 132</span>
1065
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 129</span>
992
1066
 
993
1067
  <span class='kw'>def</span> <span class='id identifier rubyid_load_naether'>load_naether</span><span class='lparen'>(</span> <span class='id identifier rubyid_naether'>naether</span> <span class='rparen'>)</span>
994
1068
  <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_dependencies'>dependencies</span><span class='op'>=</span> <span class='id identifier rubyid_naether'>naether</span><span class='period'>.</span><span class='id identifier rubyid_resolver'>resolver</span><span class='period'>.</span><span class='id identifier rubyid_currentDependencies'>currentDependencies</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -1108,12 +1182,12 @@
1108
1182
  <pre class="lines">
1109
1183
 
1110
1184
 
1111
- 120
1112
- 121
1113
- 122</pre>
1185
+ 117
1186
+ 118
1187
+ 119</pre>
1114
1188
  </td>
1115
1189
  <td>
1116
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 120</span>
1190
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 117</span>
1117
1191
 
1118
1192
  <span class='kw'>def</span> <span class='id identifier rubyid_repositories='>repositories=</span><span class='lparen'>(</span> <span class='id identifier rubyid_repositories'>repositories</span> <span class='rparen'>)</span>
1119
1193
  <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_setRepositories'>setRepositories</span><span class='lparen'>(</span> <span class='id identifier rubyid_repositories'>repositories</span> <span class='rparen'>)</span>
@@ -1151,12 +1225,12 @@
1151
1225
  <pre class="lines">
1152
1226
 
1153
1227
 
1154
- 127
1155
- 128
1156
- 129</pre>
1228
+ 124
1229
+ 125
1230
+ 126</pre>
1157
1231
  </td>
1158
1232
  <td>
1159
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 127</span>
1233
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 124</span>
1160
1234
 
1161
1235
  <span class='kw'>def</span> <span class='id identifier rubyid_version'>version</span><span class='lparen'>(</span><span class='rparen'>)</span>
1162
1236
  <span class='kw'>return</span> <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_getVersion'>getVersion</span><span class='lparen'>(</span><span class='rparen'>)</span>
@@ -1207,12 +1281,12 @@
1207
1281
  <pre class="lines">
1208
1282
 
1209
1283
 
1210
- 148
1211
- 149
1212
- 150</pre>
1284
+ 145
1285
+ 146
1286
+ 147</pre>
1213
1287
  </td>
1214
1288
  <td>
1215
- <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 148</span>
1289
+ <pre class="code"><span class="info file"># File 'lib/naether/maven.rb', line 145</span>
1216
1290
 
1217
1291
  <span class='kw'>def</span> <span class='id identifier rubyid_write_pom'>write_pom</span><span class='lparen'>(</span> <span class='id identifier rubyid_file_path'>file_path</span> <span class='rparen'>)</span>
1218
1292
  <span class='ivar'>@project</span><span class='period'>.</span><span class='id identifier rubyid_writePom'>writePom</span><span class='lparen'>(</span> <span class='id identifier rubyid_file_path'>file_path</span> <span class='rparen'>)</span>
@@ -1227,9 +1301,9 @@
1227
1301
  </div>
1228
1302
 
1229
1303
  <div id="footer">
1230
- Generated on Fri Sep 27 17:57:00 2013 by
1304
+ Generated on Tue Oct 1 15:08:04 2013 by
1231
1305
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1232
- 0.8.2.1 (ruby-1.9.3).
1306
+ 0.8.7.2 (ruby-1.9.3).
1233
1307
  </div>
1234
1308
 
1235
1309
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Naether::Notation
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.8.7.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -104,7 +104,7 @@
104
104
 
105
105
  <p>Helper for handling Maven notations, supports notations:</p>
106
106
 
107
- <pre class="code ruby"><code>* artifactId:groupId:version
107
+ <pre class="code ruby"><code class="ruby">* artifactId:groupId:version
108
108
  * artifactId:groupId:type:version
109
109
  * artifactId:groupId:type:classifier:version</code></pre>
110
110
 
@@ -357,7 +357,7 @@
357
357
  </h3><div class="docstring">
358
358
  <div class="discussion">
359
359
 
360
- <p>A new instance of Notation</p>
360
+ <p>Returns a new instance of Notation</p>
361
361
 
362
362
 
363
363
  </div>
@@ -696,9 +696,9 @@
696
696
  </div>
697
697
 
698
698
  <div id="footer">
699
- Generated on Fri Sep 27 17:57:01 2013 by
699
+ Generated on Tue Oct 1 15:08:04 2013 by
700
700
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
701
- 0.8.2.1 (ruby-1.9.3).
701
+ 0.8.7.2 (ruby-1.9.3).
702
702
  </div>
703
703
 
704
704
  </body>
@@ -6,13 +6,13 @@
6
6
  <title>
7
7
  Class: Naether::Runtime
8
8
 
9
- &mdash; Documentation by YARD 0.8.2.1
9
+ &mdash; Documentation by YARD 0.8.7.2
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
18
  hasFrames = window.top.frames.main ? true : false;
@@ -1582,11 +1582,11 @@ path, :pom =&gt; pom_path }</p>
1582
1582
 
1583
1583
  <p>The dependencies param takes an [Array] of mixed dependencies:</p>
1584
1584
 
1585
- <pre class="ruby">* [<span class="ruby-constant">String</span>] <span class="ruby-constant">Artifact</span> <span class="ruby-identifier">notation</span>, <span class="ruby-identifier">such</span> <span class="ruby-identifier">as</span> <span class="ruby-identifier">groupId</span>:<span class="ruby-identifier">artifactId</span><span class="ruby-operator">:</span><span class="ruby-identifier">version</span>, <span class="ruby-identifier">e</span>.<span class="ruby-identifier">g</span>. <span class="ruby-string">'junit:junit:4.7'</span>
1586
- * [<span class="ruby-constant">Hash</span>] <span class="ruby-identifier">of</span> <span class="ruby-identifier">a</span> <span class="ruby-identifier">single</span> <span class="ruby-identifier">artifaction</span> <span class="ruby-identifier">notation</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">scope</span> <span class="ruby-operator">-</span> { <span class="ruby-string">'junit:junit:4.7'</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-string">'test'</span> }
1587
- * [<span class="ruby-constant">String</span>] <span class="ruby-identifier">path</span> <span class="ruby-identifier">to</span> <span class="ruby-identifier">a</span> <span class="ruby-identifier">local</span> <span class="ruby-identifier">pom</span> <span class="ruby-operator">-</span> <span class="ruby-string">'lib/pom.xml'</span>
1588
- * [<span class="ruby-constant">Hash</span>] <span class="ruby-identifier">of</span> <span class="ruby-identifier">a</span> <span class="ruby-identifier">single</span> <span class="ruby-identifier">path</span> <span class="ruby-identifier">to</span> <span class="ruby-identifier">a</span> <span class="ruby-identifier">local</span> <span class="ruby-identifier">pom</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">scope</span> <span class="ruby-operator">-</span> { <span class="ruby-string">'lib/pom.xml'</span> =<span class="ruby-operator">&gt;</span> [<span class="ruby-string">'compile'</span>,<span class="ruby-string">'test'</span>] }
1589
- </pre>
1585
+ <pre class="code ruby"><code class="ruby">* [String] Artifact notation, such as groupId:artifactId:version, e.g. 'junit:junit:4.7'
1586
+ * [Hash] of a single artifaction notation =&gt; scope - { 'junit:junit:4.7' =&gt; 'test' }
1587
+ * [String] path to a local pom - 'lib/pom.xml'
1588
+ * [Hash] of a single path to a local pom =&gt; scope - { 'lib/pom.xml' =&gt; ['compile','test'] }
1589
+ </code></pre>
1590
1590
 
1591
1591
 
1592
1592
  </div>
@@ -2958,9 +2958,9 @@ jar_path</p>
2958
2958
  </div>
2959
2959
 
2960
2960
  <div id="footer">
2961
- Generated on Fri Sep 27 17:57:00 2013 by
2961
+ Generated on Tue Oct 1 15:08:04 2013 by
2962
2962
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2963
- 0.8.2.1 (ruby-1.9.3).
2963
+ 0.8.7.2 (ruby-1.9.3).
2964
2964
  </div>
2965
2965
 
2966
2966
  </body>
data/doc/_index.html CHANGED
@@ -188,7 +188,7 @@
188
188
  </div>
189
189
 
190
190
  <div id="footer">
191
- Generated on Fri Sep 27 17:59:41 2013 by
191
+ Generated on Tue Oct 01 15:16:14 2013 by
192
192
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
193
193
  0.8.7.2 (ruby-1.9.3).
194
194
  </div>
data/doc/file.README.html CHANGED
@@ -63,6 +63,8 @@
63
63
 
64
64
  <div id="content"><div id='filecontents'><h1 id="naether">Naether</h1>
65
65
 
66
+ <p><a href="https://travis-ci.org/mguymon/naether"><img src="https://travis-ci.org/mguymon/naether.png?branch=master" alt="Build Status" /></a></p>
67
+
66
68
  <p>Naether is a Java Dependency Resolver using Maven&#8217;s <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
67
69
  that can be used by Ruby or Java.</p>
68
70
 
@@ -82,7 +84,7 @@ that can be used by Ruby or Java.</p>
82
84
 
83
85
  <h3 id="ruby">Ruby</h3>
84
86
 
85
- <p>JRuby 1.6.8 is natively supported. 1.9.3 uses <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
87
+ <p>JRuby is natively supported. Vanilla Ruby uses <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
86
88
 
87
89
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_naether'>naether</span>
88
90
  </code></pre>
@@ -94,7 +96,7 @@ that can be used by Ruby or Java.</p>
94
96
  <pre class="code ruby"><code class="ruby">&lt;dependency&gt;
95
97
  &lt;groupId&gt;com.tobedevoured.naether&lt;/groupId&gt;
96
98
  &lt;artifactId&gt;naether&lt;/artifactId&gt;
97
- &lt;version&gt;0.10.0&lt;/version&gt;
99
+ &lt;version&gt;0.12.0&lt;/version&gt;
98
100
  &lt;/dependency&gt;
99
101
  </code></pre>
100
102
 
@@ -188,7 +190,7 @@ the License.</p>
188
190
  </div></div>
189
191
 
190
192
  <div id="footer">
191
- Generated on Fri Sep 27 17:59:42 2013 by
193
+ Generated on Tue Oct 01 15:16:15 2013 by
192
194
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
193
195
  0.8.7.2 (ruby-1.9.3).
194
196
  </div>
data/doc/index.html CHANGED
@@ -63,6 +63,8 @@
63
63
 
64
64
  <div id="content"><div id='filecontents'><h1 id="naether">Naether</h1>
65
65
 
66
+ <p><a href="https://travis-ci.org/mguymon/naether"><img src="https://travis-ci.org/mguymon/naether.png?branch=master" alt="Build Status" /></a></p>
67
+
66
68
  <p>Naether is a Java Dependency Resolver using Maven&#8217;s <a href="https://github.com/sonatype/sonatype-aether">Aether</a>
67
69
  that can be used by Ruby or Java.</p>
68
70
 
@@ -82,7 +84,7 @@ that can be used by Ruby or Java.</p>
82
84
 
83
85
  <h3 id="ruby">Ruby</h3>
84
86
 
85
- <p>JRuby 1.6.8 is natively supported. 1.9.3 uses <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
87
+ <p>JRuby is natively supported. Vanilla Ruby uses <a href="http://rjb.rubyforge.org">Rjb</a> to proxy over JNI.</p>
86
88
 
87
89
  <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_naether'>naether</span>
88
90
  </code></pre>
@@ -94,7 +96,7 @@ that can be used by Ruby or Java.</p>
94
96
  <pre class="code ruby"><code class="ruby">&lt;dependency&gt;
95
97
  &lt;groupId&gt;com.tobedevoured.naether&lt;/groupId&gt;
96
98
  &lt;artifactId&gt;naether&lt;/artifactId&gt;
97
- &lt;version&gt;0.10.0&lt;/version&gt;
99
+ &lt;version&gt;0.12.0&lt;/version&gt;
98
100
  &lt;/dependency&gt;
99
101
  </code></pre>
100
102
 
@@ -188,7 +190,7 @@ the License.</p>
188
190
  </div></div>
189
191
 
190
192
  <div id="footer">
191
- Generated on Fri Sep 27 17:59:42 2013 by
193
+ Generated on Tue Oct 01 15:16:14 2013 by
192
194
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
193
195
  0.8.7.2 (ruby-1.9.3).
194
196
  </div>
data/doc/method_list.html CHANGED
@@ -266,144 +266,150 @@
266
266
 
267
267
 
268
268
  <li class="r1 ">
269
+ <span class='object_link'><a href="Naether/sMav.html#invoke-instance_method" title="Naether::sMav#invoke (method)">#invoke</a></span>
270
+ <small>Naether::sMav</small>
271
+ </li>
272
+
273
+
274
+ <li class="r2 ">
269
275
  <span class='object_link'><a href="Naether/sNotati.html#ion%2C+%3Aclas-instance_method" title="Naether::sNotati#ion, :clas (method)">#ion, :clas</a></span>
270
276
  <small>Naether::sNotati</small>
271
277
  </li>
272
278
 
273
279
 
274
- <li class="r2 ">
280
+ <li class="r1 ">
275
281
  <span class='object_link'><a href="Naether/sRunti.html#load_dependencies_to_classpath-instance_method" title="Naether::sRunti#load_dependencies_to_classpath (method)">#load_dependencies_to_classpath</a></span>
276
282
  <small>Naether::sRunti</small>
277
283
  </li>
278
284
 
279
285
 
280
- <li class="r1 ">
286
+ <li class="r2 ">
281
287
  <span class='object_link'><a href="Naether/sMav.html#load_naether-instance_method" title="Naether::sMav#load_naether (method)">#load_naether</a></span>
282
288
  <small>Naether::sMav</small>
283
289
  </li>
284
290
 
285
291
 
286
- <li class="r2 ">
292
+ <li class="r1 ">
287
293
  <span class='object_link'><a href="Naether/sJa.html#load_paths-class_method" title="Naether::sJa.load_paths (method)">load_paths</a></span>
288
294
  <small>Naether::sJa</small>
289
295
  </li>
290
296
 
291
297
 
292
- <li class="r1 ">
298
+ <li class="r2 ">
293
299
  <span class='object_link'><a href="Naether/sJa/sRu.html#load_paths-instance_method" title="Naether::sJa::sRu#load_paths (method)">#load_paths</a></span>
294
300
  <small>Naether::sJa::sRu</small>
295
301
  </li>
296
302
 
297
303
 
298
- <li class="r2 ">
304
+ <li class="r1 ">
299
305
  <span class='object_link'><a href="Naether/sJa/sJRu.html#load_paths-instance_method" title="Naether::sJa::sJRu#load_paths (method)">#load_paths</a></span>
300
306
  <small>Naether::sJa::sJRu</small>
301
307
  </li>
302
308
 
303
309
 
304
- <li class="r1 ">
310
+ <li class="r2 ">
305
311
  <span class='object_link'><a href="Naether/sJa.html#loaded_paths-class_method" title="Naether::sJa.loaded_paths (method)">loaded_paths</a></span>
306
312
  <small>Naether::sJa</small>
307
313
  </li>
308
314
 
309
315
 
310
- <li class="r2 ">
316
+ <li class="r1 ">
311
317
  <span class='object_link'><a href="Naether/sRunti.html#local_repo_path-instance_method" title="Naether::sRunti#local_repo_path (method)">#local_repo_path</a></span>
312
318
  <small>Naether::sRunti</small>
313
319
  </li>
314
320
 
315
321
 
316
- <li class="r1 ">
322
+ <li class="r2 ">
317
323
  <span class='object_link'><a href="Naether/sRunti.html#local_repo_path%3D-instance_method" title="Naether::sRunti#local_repo_path= (method)">#local_repo_path=</a></span>
318
324
  <small>Naether::sRunti</small>
319
325
  </li>
320
326
 
321
327
 
322
- <li class="r2 ">
328
+ <li class="r1 ">
323
329
  <span class='object_link'><a href="Naether/sConfigurat.html#method_missing-instance_method" title="Naether::sConfigurat#method_missing (method)">#method_missing</a></span>
324
330
  <small>Naether::sConfigurat</small>
325
331
  </li>
326
332
 
327
333
 
328
- <li class="r1 ">
334
+ <li class="r2 ">
329
335
  <span class='object_link'><a href="Naether/sMav.html#notation%3D-instance_method" title="Naether::sMav#notation= (method)">#notation=</a></span>
330
336
  <small>Naether::sMav</small>
331
337
  </li>
332
338
 
333
339
 
334
- <li class="r2 ">
340
+ <li class="r1 ">
335
341
  <span class='object_link'><a href="Naether/sNotati.html#oup%2C+%3Aar-instance_method" title="Naether::sNotati#oup, :ar (method)">#oup, :ar</a></span>
336
342
  <small>Naether::sNotati</small>
337
343
  </li>
338
344
 
339
345
 
340
- <li class="r1 ">
346
+ <li class="r2 ">
341
347
  <span class='object_link'><a href="Naether.html#platform-class_method" title="Naether.platform (method)">platform</a></span>
342
348
  <small>Naether</small>
343
349
  </li>
344
350
 
345
351
 
346
- <li class="r2 ">
352
+ <li class="r1 ">
347
353
  <span class='object_link'><a href="Naether/sJa/sRu.html#reader+%3Aload-instance_method" title="Naether::sJa::sRu#reader :load (method)">#reader :load</a></span>
348
354
  <small>Naether::sJa::sRu</small>
349
355
  </li>
350
356
 
351
357
 
352
- <li class="r1 ">
358
+ <li class="r2 ">
353
359
  <span class='object_link'><a href="Naether/sJa/sJRu.html#reader+%3Aload-instance_method" title="Naether::sJa::sJRu#reader :load (method)">#reader :load</a></span>
354
360
  <small>Naether::sJa::sJRu</small>
355
361
  </li>
356
362
 
357
363
 
358
- <li class="r2 ">
364
+ <li class="r1 ">
359
365
  <span class='object_link'><a href="Naether/sRunti.html#remote_repositories-instance_method" title="Naether::sRunti#remote_repositories (method)">#remote_repositories</a></span>
360
366
  <small>Naether::sRunti</small>
361
367
  </li>
362
368
 
363
369
 
364
- <li class="r1 ">
370
+ <li class="r2 ">
365
371
  <span class='object_link'><a href="Naether/sRunti.html#remote_repository_urls-instance_method" title="Naether::sRunti#remote_repository_urls (method)">#remote_repository_urls</a></span>
366
372
  <small>Naether::sRunti</small>
367
373
  </li>
368
374
 
369
375
 
370
- <li class="r2 ">
376
+ <li class="r1 ">
371
377
  <span class='object_link'><a href="Naether/sMav.html#repositories%3D-instance_method" title="Naether::sMav#repositories= (method)">#repositories=</a></span>
372
378
  <small>Naether::sMav</small>
373
379
  </li>
374
380
 
375
381
 
376
- <li class="r1 ">
382
+ <li class="r2 ">
377
383
  <span class='object_link'><a href="Naether/sRunti.html#set_log_level-instance_method" title="Naether::sRunti#set_log_level (method)">#set_log_level</a></span>
378
384
  <small>Naether::sRunti</small>
379
385
  </li>
380
386
 
381
387
 
382
- <li class="r2 ">
388
+ <li class="r1 ">
383
389
  <span class='object_link'><a href="Naether/sRunti.html#to_local_paths-instance_method" title="Naether::sRunti#to_local_paths (method)">#to_local_paths</a></span>
384
390
  <small>Naether::sRunti</small>
385
391
  </li>
386
392
 
387
393
 
388
- <li class="r1 ">
394
+ <li class="r2 ">
389
395
  <span class='object_link'><a href="Naether/sNotati.html#to_notation-instance_method" title="Naether::sNotati#to_notation (method)">#to_notation</a></span>
390
396
  <small>Naether::sNotati</small>
391
397
  </li>
392
398
 
393
399
 
394
- <li class="r2 ">
400
+ <li class="r1 ">
395
401
  <span class='object_link'><a href="Naether/sConfigurat.html#update%21-instance_method" title="Naether::sConfigurat#update! (method)">#update!</a></span>
396
402
  <small>Naether::sConfigurat</small>
397
403
  </li>
398
404
 
399
405
 
400
- <li class="r1 ">
406
+ <li class="r2 ">
401
407
  <span class='object_link'><a href="Naether/sMav.html#version-instance_method" title="Naether::sMav#version (method)">#version</a></span>
402
408
  <small>Naether::sMav</small>
403
409
  </li>
404
410
 
405
411
 
406
- <li class="r2 ">
412
+ <li class="r1 ">
407
413
  <span class='object_link'><a href="Naether/sMav.html#write_pom-instance_method" title="Naether::sMav#write_pom (method)">#write_pom</a></span>
408
414
  <small>Naether::sMav</small>
409
415
  </li>