naether 0.8.6 → 0.9.0

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.
data/pom.xml CHANGED
@@ -1,60 +1,61 @@
1
1
  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
2
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
3
  <modelVersion>4.0.0</modelVersion>
4
-
5
- <groupId>com.slackworks</groupId>
4
+ <groupId>com.tobedevoured.naether</groupId>
6
5
  <artifactId>naether</artifactId>
7
- <version>0.8.6</version>
6
+ <name>Naether</name>
8
7
  <packaging>jar</packaging>
9
- <name>naether</name>
8
+ <version>0.9.0</version>
10
9
  <url>https://github.com/mguymon/naether</url>
11
10
  <description>
12
11
  A Java Dependency Resolver using Maven’s Aether.
13
12
  </description>
14
13
  <licenses>
15
- <license>
16
- <name>The Apache Software License, Version 2.0</name>
17
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
18
- <distribution>repo</distribution>
19
- </license>
20
- </licenses>
21
- <scm>
22
- <url>scm:git:git@github.com/mguymon/naether.git</url>
23
- <developerConnection>scm:git:git@github.com/mguymon/naether.git</developerConnection>
24
- <connection>git@github.com/mguymon/naether.git</connection>
25
- </scm>
26
- <developers>
27
- <developer>
28
- <id>mguymon</id>
29
- <name>Michael Guymon</name>
30
- <email>michael@tobedevoured.com</email>
31
- </developer>
32
- </developers>
33
- <distributionManagement>
34
- <repository>
35
- <id>nexus-releases</id>
36
- <name>Nexus Release Repository</name>
37
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
38
- </repository>
39
- </distributionManagement>
14
+ <license>
15
+ <name>The Apache Software License, Version 2.0</name>
16
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
17
+ <distribution>repo</distribution>
18
+ </license>
19
+ </licenses>
20
+
21
+ <scm>
22
+ <url>scm:git:http://github.com/mguymon/naether.git</url>
23
+ <developerConnection>scm:git:http://github.com/mguymon/naether.git</developerConnection>
24
+ <connection>scm:git:http://github.com/mguymon/naether.git</connection>
25
+ </scm>
26
+
27
+ <developers>
28
+ <developer>
29
+ <id>mguymon</id>
30
+ <name>Michael Guymon</name>
31
+ <email>michael@tobedevoured.com</email>
32
+ </developer>
33
+ </developers>
34
+
35
+ <distributionManagement>
36
+ <repository>
37
+ <id>nexus-releases</id>
38
+ <name>Nexus Release Repository</name>
39
+ <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
40
+ </repository>
41
+ </distributionManagement>
42
+
40
43
  <properties>
44
+ <github.global.server>github</github.global.server>
41
45
  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
- <aetherVersion>1.13</aetherVersion>
46
+ <aetherVersion>1.13.1</aetherVersion>
43
47
  <mavenVersion>3.0.3</mavenVersion>
44
48
  <wagonVersion>1.0</wagonVersion>
45
- <org.slf4j.version>1.6.2</org.slf4j.version>
49
+ <org.slf4j.version>1.6.6</org.slf4j.version>
46
50
  </properties>
51
+
47
52
  <dependencies>
48
- <dependency>
49
- <groupId>ch.qos.logback</groupId>
50
- <artifactId>logback-classic</artifactId>
51
- <version>0.9.29</version>
52
- </dependency>
53
- <dependency>
54
- <groupId>org.slf4j</groupId>
55
- <artifactId>slf4j-api</artifactId>
56
- <version>${org.slf4j.version}</version>
57
- </dependency>
53
+ <!-- Logging -->
54
+ <dependency>
55
+ <groupId>ch.qos.logback</groupId>
56
+ <artifactId>logback-classic</artifactId>
57
+ <version>1.0.6</version>
58
+ </dependency>
58
59
  <dependency>
59
60
  <groupId>org.slf4j</groupId>
60
61
  <artifactId>jcl-over-slf4j</artifactId>
@@ -65,21 +66,8 @@
65
66
  <artifactId>log4j-over-slf4j</artifactId>
66
67
  <version>${org.slf4j.version}</version>
67
68
  </dependency>
68
- <dependency>
69
- <groupId>org.codehaus.plexus</groupId>
70
- <artifactId>plexus-utils</artifactId>
71
- <version>3.0</version>
72
- </dependency>
73
- <dependency>
74
- <groupId>org.apache.maven</groupId>
75
- <artifactId>maven-model-v3</artifactId>
76
- <version>2.0</version>
77
- </dependency>
78
- <dependency>
79
- <groupId>org.codehaus.plexus</groupId>
80
- <artifactId>plexus-container-default</artifactId>
81
- <version>1.5.5</version>
82
- </dependency>
69
+
70
+ <!-- Aeth -->
83
71
  <dependency>
84
72
  <groupId>org.sonatype.aether</groupId>
85
73
  <artifactId>aether-api</artifactId>
@@ -104,11 +92,23 @@
104
92
  <groupId>org.sonatype.aether</groupId>
105
93
  <artifactId>aether-connector-asynchttpclient</artifactId>
106
94
  <version>${aetherVersion}</version>
95
+ <exclusions>
96
+ <exclusion>
97
+ <artifactId>netty</artifactId>
98
+ <groupId>org.jboss.netty</groupId>
99
+ </exclusion>
100
+ </exclusions>
107
101
  </dependency>
108
102
  <dependency>
109
103
  <groupId>org.sonatype.aether</groupId>
110
104
  <artifactId>aether-connector-wagon</artifactId>
111
105
  <version>${aetherVersion}</version>
106
+ <exclusions>
107
+ <exclusion>
108
+ <artifactId>sisu-inject-plexus</artifactId>
109
+ <groupId>org.sonatype.sisu</groupId>
110
+ </exclusion>
111
+ </exclusions>
112
112
  </dependency>
113
113
  <dependency>
114
114
  <groupId>org.apache.maven</groupId>
@@ -130,85 +130,106 @@
130
130
  <artifactId>wagon-file</artifactId>
131
131
  <version>${wagonVersion}</version>
132
132
  </dependency>
133
-
134
- <!-- Test Scope -->
135
- <dependency>
136
- <groupId>junit</groupId>
137
- <artifactId>junit</artifactId>
138
- <version>4.8.2</version>
139
- <scope>test</scope>
140
- </dependency>
133
+
134
+ <!-- Testing -->
135
+ <dependency>
136
+ <groupId>junit</groupId>
137
+ <artifactId>junit</artifactId>
138
+ <version>4.10</version>
139
+ <scope>test</scope>
140
+ </dependency>
141
141
  </dependencies>
142
-
142
+
143
143
  <build>
144
- <plugins>
145
- <plugin>
146
- <groupId>org.apache.maven.plugins</groupId>
147
- <artifactId>maven-dependency-plugin</artifactId>
148
- <executions>
149
- <execution>
150
- <id>copy-dependencies</id>
151
- <phase>package</phase>
152
- <goals>
153
- <goal>copy-dependencies</goal>
154
- </goals>
155
- <configuration>
156
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
157
- <overWriteReleases>false</overWriteReleases>
158
- <overWriteSnapshots>false</overWriteSnapshots>
159
- <overWriteIfNewer>true</overWriteIfNewer>
160
- </configuration>
161
- </execution>
162
- </executions>
163
- </plugin>
164
- <plugin>
165
- <groupId>org.apache.maven.plugins</groupId>
166
- <artifactId>maven-source-plugin</artifactId>
167
- <executions>
168
- <execution>
169
- <id>attach-sources</id>
170
- <goals>
171
- <goal>jar</goal>
172
- </goals>
173
- </execution>
174
- </executions>
175
- </plugin>
176
- <plugin>
177
- <groupId>org.apache.maven.plugins</groupId>
178
- <artifactId>maven-javadoc-plugin</artifactId>
179
- <executions>
180
- <execution>
181
- <id>attach-javadocs</id>
182
- <goals>
183
- <goal>jar</goal>
184
- </goals>
185
- </execution>
186
- </executions>
187
- </plugin>
188
- <plugin>
189
- <groupId>org.apache.maven.plugins</groupId>
190
- <artifactId>maven-gpg-plugin</artifactId>
191
- <executions>
192
- <execution>
193
- <id>sign-artifacts</id>
194
- <phase>verify</phase>
195
- <goals>
196
- <goal>sign</goal>
197
- </goals>
198
- </execution>
199
- </executions>
200
- </plugin>
201
- </plugins>
144
+ <plugins>
145
+ <plugin>
146
+ <groupId>org.codehaus.mojo</groupId>
147
+ <artifactId>sonar-maven-plugin</artifactId>
148
+ <version>2.0</version>
149
+ </plugin>
150
+ <plugin>
151
+ <groupId>com.github.github</groupId>
152
+ <artifactId>site-maven-plugin</artifactId>
153
+ <version>0.6</version>
154
+ <configuration>
155
+ <message>Creating site for ${project.version}</message>
156
+ </configuration>
157
+ <executions>
158
+ <execution>
159
+ <goals>
160
+ <goal>site</goal>
161
+ </goals>
162
+ <phase>site</phase>
163
+ </execution>
164
+ </executions>
165
+ </plugin>
166
+ <plugin>
167
+ <groupId>org.apache.maven.plugins</groupId>
168
+ <artifactId>maven-source-plugin</artifactId>
169
+ <executions>
170
+ <execution>
171
+ <id>attach-sources</id>
172
+ <goals>
173
+ <goal>jar</goal>
174
+ </goals>
175
+ </execution>
176
+ </executions>
177
+ </plugin>
178
+ <plugin>
179
+ <groupId>org.apache.maven.plugins</groupId>
180
+ <artifactId>maven-javadoc-plugin</artifactId>
181
+ <executions>
182
+ <execution>
183
+ <id>attach-javadocs</id>
184
+ <goals>
185
+ <goal>jar</goal>
186
+ </goals>
187
+ </execution>
188
+ </executions>
189
+ </plugin>
190
+ <plugin>
191
+ <groupId>org.apache.maven.plugins</groupId>
192
+ <artifactId>maven-gpg-plugin</artifactId>
193
+ <executions>
194
+ <execution>
195
+ <id>sign-artifacts</id>
196
+ <phase>verify</phase>
197
+ <goals>
198
+ <goal>sign</goal>
199
+ </goals>
200
+ </execution>
201
+ </executions>
202
+ </plugin>
203
+ </plugins>
202
204
  </build>
203
-
205
+
204
206
  <reporting>
205
- <plugins>
206
- <plugin>
207
- <groupId>org.apache.maven.plugins</groupId>
208
- <artifactId>maven-surefire-report-plugin</artifactId>
209
- <version>2.7.2</version>
210
- </plugin>
211
- </plugins>
212
- </reporting>
207
+ <plugins>
208
+ <plugin>
209
+ <groupId>org.apache.maven.plugins</groupId>
210
+ <artifactId>maven-project-info-reports-plugin</artifactId>
211
+ <version>2.4</version>
212
+ <configuration>
213
+ <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
214
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
215
+ </configuration>
216
+ <reportSets>
217
+ <reportSet>
218
+ <reports>
219
+ <report>dependencies</report>
220
+ <report>scm</report>
221
+ </reports>
222
+ </reportSet>
223
+ </reportSets>
224
+ </plugin>
225
+ <plugin>
226
+ <groupId>org.apache.maven.plugins</groupId>
227
+ <artifactId>maven-javadoc-plugin</artifactId>
228
+ <version>2.8.1</version>
229
+ <configuration>
230
+ </configuration>
231
+ </plugin>
232
+ </plugins>
233
+ </reporting>
213
234
 
214
235
  </project>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: naether
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.9.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-28 00:00:00.000000000 Z
12
+ date: 2012-09-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjb
@@ -27,12 +27,28 @@ dependencies:
27
27
  - - ! '>'
28
28
  - !ruby/object:Gem::Version
29
29
  version: 1.3.2
30
+ - !ruby/object:Gem::Dependency
31
+ name: rake
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ~>
36
+ - !ruby/object:Gem::Version
37
+ version: 0.9.2
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: 0.9.2
30
46
  - !ruby/object:Gem::Dependency
31
47
  name: rspec
32
48
  requirement: !ruby/object:Gem::Requirement
33
49
  none: false
34
50
  requirements:
35
- - - '='
51
+ - - ! '>'
36
52
  - !ruby/object:Gem::Version
37
53
  version: 2.9.0
38
54
  type: :development
@@ -40,7 +56,7 @@ dependencies:
40
56
  version_requirements: !ruby/object:Gem::Requirement
41
57
  none: false
42
58
  requirements:
43
- - - '='
59
+ - - ! '>'
44
60
  - !ruby/object:Gem::Version
45
61
  version: 2.9.0
46
62
  - !ruby/object:Gem::Dependency
@@ -75,22 +91,82 @@ dependencies:
75
91
  - - ! '>'
76
92
  - !ruby/object:Gem::Version
77
93
  version: 1.5.2
94
+ - !ruby/object:Gem::Dependency
95
+ name: yard
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: kramdown
112
+ requirement: !ruby/object:Gem::Requirement
113
+ none: false
114
+ requirements:
115
+ - - ! '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
122
+ requirements:
123
+ - - ! '>='
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
78
126
  description: Java dependency resolver using Maven's Aether
79
- email: michael.guymon@gmail.com
127
+ email: michael@tobedevoured.com
80
128
  executables: []
81
- extensions: []
129
+ extensions:
130
+ - Rakefile
82
131
  extra_rdoc_files:
83
132
  - LICENSE
84
- - README.rdoc
133
+ - README.md
85
134
  files:
86
135
  - LICENSE
87
- - README.rdoc
136
+ - README.md
137
+ - Rakefile
88
138
  - VERSION
139
+ - doc/Naether.html
140
+ - doc/Naether/Bootstrap.html
141
+ - doc/Naether/Configurator.html
142
+ - doc/Naether/Java.html
143
+ - doc/Naether/Java/JRuby.html
144
+ - doc/Naether/Java/Ruby.html
145
+ - doc/Naether/Maven.html
146
+ - doc/_index.html
147
+ - doc/class_list.html
148
+ - doc/css/common.css
149
+ - doc/css/full_list.css
150
+ - doc/css/style.css
151
+ - doc/file.README.html
152
+ - doc/file_list.html
153
+ - doc/frames.html
154
+ - doc/index.html
155
+ - doc/js/app.js
156
+ - doc/js/full_list.js
157
+ - doc/js/jquery.js
158
+ - doc/method_list.html
159
+ - doc/top-level-namespace.html
89
160
  - jar_dependencies.yml
90
161
  - lib/naether.rb
91
162
  - lib/naether/bootstrap.rb
163
+ - lib/naether/configuration.rb
92
164
  - lib/naether/java.rb
93
- - naether-0.8.6.jar
165
+ - lib/naether/java/jruby.rb
166
+ - lib/naether/java/ruby.rb
167
+ - lib/naether/maven.rb
168
+ - naether-0.9.0.jar
169
+ - naether.gemspec
94
170
  - pom.xml
95
171
  homepage: http://github.com/mguymon/naether
96
172
  licenses:
@@ -107,7 +183,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
107
183
  version: '0'
108
184
  segments:
109
185
  - 0
110
- hash: -2175406620318986445
186
+ hash: -1600822182013968182
111
187
  required_rubygems_version: !ruby/object:Gem::Requirement
112
188
  none: false
113
189
  requirements: