maven-tools 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/Mavenfile +1 -1
  3. data/lib/maven/tools/artifact.rb +12 -3
  4. data/lib/maven/tools/dsl.rb +5 -5
  5. data/lib/maven/tools/dsl/gemspec.rb +11 -3
  6. data/lib/maven/tools/dsl/project_gemspec.rb +2 -2
  7. data/lib/maven/tools/version.rb +1 -1
  8. data/lib/maven/tools/versions.rb +4 -3
  9. data/spec/artifact_spec.rb +2 -0
  10. data/spec/dsl/gemspec_spec/jars_and_poms.gemspec +1 -0
  11. data/spec/dsl/gemspec_spec/jars_and_poms.xml +1 -1
  12. data/spec/dsl/gemspec_spec/jars_and_poms_include_jars.xml +1 -1
  13. data/spec/dsl/gemspec_spec/maven-tools.xml +1 -1
  14. data/spec/dsl/profile_gemspec_spec/jars_and_poms.gemspec +1 -0
  15. data/spec/dsl/profile_gemspec_spec/jars_and_poms.xml +1 -1
  16. data/spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml +1 -1
  17. data/spec/dsl/profile_gemspec_spec/maven-tools.xml +1 -1
  18. data/spec/dsl/profile_gemspec_spec/no_gems.xml +1 -1
  19. data/spec/dsl/profile_gemspec_spec/snapshot.xml +1 -1
  20. data/spec/dsl/profile_gemspec_spec/unknown_license.xml +1 -1
  21. data/spec/dsl/project_gemspec_spec/extended.gemspec +2 -1
  22. data/spec/dsl/project_gemspec_spec/extended.xml +1 -1
  23. data/spec/dsl/project_gemspec_spec/jars_and_poms.gemspec +1 -0
  24. data/spec/dsl/project_gemspec_spec/jars_and_poms.xml +1 -1
  25. data/spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml +1 -1
  26. data/spec/dsl/project_gemspec_spec/maven-tools.xml +1 -1
  27. data/spec/dsl/project_gemspec_spec/no_gems.xml +1 -1
  28. data/spec/dsl/project_gemspec_spec/profile.xml +1 -1
  29. data/spec/dsl/project_gemspec_spec/snapshot.xml +1 -1
  30. data/spec/dsl/project_gemspec_spec/unknown_license.xml +1 -1
  31. data/spec/gemfile/pom.xml +1 -1
  32. data/spec/gemfile_include_jars/pom.xml +1 -1
  33. data/spec/gemfile_with_access_to_model/pom.xml +1 -1
  34. data/spec/gemfile_with_custom_source/pom.xml +1 -1
  35. data/spec/gemfile_with_custom_source_and_custom_jarname/pom.xml +1 -1
  36. data/spec/gemfile_with_extras/pom.xml +1 -1
  37. data/spec/gemfile_with_groups/pom.xml +1 -1
  38. data/spec/gemfile_with_groups_and_lockfile/pom.xml +1 -1
  39. data/spec/gemfile_with_lock/pom.xml +1 -1
  40. data/spec/gemfile_with_path/pom.xml +2 -2
  41. data/spec/gemfile_with_platforms/pom.xml +1 -1
  42. data/spec/gemfile_with_source/pom.xml +1 -1
  43. data/spec/gemfile_with_source_and_custom_jarname/pom.xml +1 -1
  44. data/spec/gemfile_with_source_and_no_jar/pom.xml +1 -1
  45. data/spec/gemfile_with_test_group/pom.xml +1 -1
  46. data/spec/gemfile_without_gemspec/pom.xml +1 -1
  47. data/spec/gemspec/pom.xml +1 -1
  48. data/spec/gemspec_in_profile/pom.xml +1 -1
  49. data/spec/gemspec_include_jars/pom.xml +1 -1
  50. data/spec/gemspec_no_rubygems_repo/pom.xml +1 -1
  51. data/spec/gemspec_prerelease/pom.xml +1 -1
  52. data/spec/gemspec_prerelease_snapshot/pom.xml +1 -1
  53. data/spec/gemspec_with_access_to_model/pom.xml +1 -1
  54. data/spec/gemspec_with_custom_source/pom.xml +1 -1
  55. data/spec/gemspec_with_custom_source_and_custom_jarname/pom.xml +1 -1
  56. data/spec/gemspec_with_extras/pom.xml +1 -1
  57. data/spec/gemspec_with_jar_dependencies/pom.xml +1 -1
  58. data/spec/gemspec_with_prereleased_dependency/pom.xml +1 -1
  59. data/spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml +1 -1
  60. data/spec/gemspec_with_source/pom.xml +1 -1
  61. data/spec/gemspec_with_source_and_custom_jarname/pom.xml +1 -1
  62. data/spec/gemspec_with_source_and_no_jar/pom.xml +1 -1
  63. data/spec/pom_spec.rb +4 -0
  64. data/spec/pom_with_execute/pom.xml +6 -9
  65. metadata +288 -288
@@ -17,7 +17,7 @@
17
17
  <name>gemfile_with_groups_and_lockfile</name>
18
18
  <properties>
19
19
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
20
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
20
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
21
21
  </properties>
22
22
  <repositories>
23
23
  <repository>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -17,7 +17,7 @@
17
17
  <name>gemfile_with_path</name>
18
18
  <properties>
19
19
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
20
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
20
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
21
21
  </properties>
22
22
  <dependencies>
23
23
  <dependency>
@@ -29,7 +29,7 @@
29
29
  <dependency>
30
30
  <groupId>rubygems</groupId>
31
31
  <artifactId>bundler</artifactId>
32
- <version>1.7.13</version>
32
+ <version>1.9.3</version>
33
33
  <type>gem</type>
34
34
  <scope>provided</scope>
35
35
  </dependency>
@@ -17,7 +17,7 @@
17
17
  <name>gemfile_with_platforms</name>
18
18
  <properties>
19
19
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
20
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
20
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
21
21
  </properties>
22
22
  <dependencies>
23
23
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -8,7 +8,7 @@
8
8
  <name>gemfile_with_test_group</name>
9
9
  <properties>
10
10
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
11
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
11
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
12
12
  </properties>
13
13
  <repositories>
14
14
  <repository>
@@ -17,7 +17,7 @@
17
17
  <name>gemfile_without_gemspec</name>
18
18
  <properties>
19
19
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
20
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
20
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
21
21
  </properties>
22
22
  <dependencies>
23
23
  <dependency>
data/spec/gemspec/pom.xml CHANGED
@@ -47,7 +47,7 @@
47
47
  </scm>
48
48
  <properties>
49
49
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
50
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
50
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
51
51
  </properties>
52
52
  <dependencies>
53
53
  <dependency>
@@ -32,7 +32,7 @@
32
32
  </build>
33
33
  <properties>
34
34
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
35
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
35
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
36
36
  </properties>
37
37
  <dependencies>
38
38
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  <version_from_model>1.5.0</version_from_model>
35
35
  </properties>
36
36
  <repositories>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  <tesla.dump.pom>pom.xml</tesla.dump.pom>
35
35
  <tesla.dump.readonly>true</tesla.dump.readonly>
36
36
  </properties>
@@ -47,7 +47,7 @@
47
47
  </scm>
48
48
  <properties>
49
49
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
50
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
50
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
51
51
  </properties>
52
52
  <dependencies>
53
53
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
@@ -30,7 +30,7 @@
30
30
  </scm>
31
31
  <properties>
32
32
  <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
33
- <jruby.plugins.version>1.0.8</jruby.plugins.version>
33
+ <jruby.plugins.version>1.0.9</jruby.plugins.version>
34
34
  </properties>
35
35
  <dependencies>
36
36
  <dependency>
data/spec/pom_spec.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require File.expand_path( 'spec_helper', File.dirname( __FILE__ ) )
2
2
  require 'maven/tools/pom'
3
+ require 'maven/tools/versions'
3
4
 
4
5
  describe Maven::Tools::POM do
5
6
 
@@ -13,6 +14,9 @@ describe Maven::Tools::POM do
13
14
  pom_xml.sub!( /<!--(.|\n)*-->\n/, '' )
14
15
  pom_xml.sub!( /<?.*?>\n/, '' )
15
16
  pom_xml.sub!( /<project([^>]|\n)*>/, '<project>' )
17
+ pom_xml.gsub!( /io.tesla.polyglot/, 'io.takari.polyglot' )
18
+ pom_xml.gsub!( /tesla-polyglot/, 'polyglot' )
19
+ pom_xml.gsub!( /${tesla.version}/, Maven::Tools::VERSIONS[ :polyglot_version ] )
16
20
 
17
21
  pom.to_s.gsub( /#{File.expand_path( dir )}\//, '' ).must_equal pom_xml
18
22
  end
@@ -15,15 +15,12 @@
15
15
  <artifactId>pom_with_execute</artifactId>
16
16
  <version>0.0.0</version>
17
17
  <name>example with execute</name>
18
- <properties>
19
- <tesla.version>0.1.1</tesla.version>
20
- </properties>
21
18
  <build>
22
19
  <plugins>
23
20
  <plugin>
24
- <groupId>io.tesla.polyglot</groupId>
25
- <artifactId>tesla-polyglot-maven-plugin</artifactId>
26
- <version>${tesla.version}</version>
21
+ <groupId>io.takari.polyglot</groupId>
22
+ <artifactId>polyglot-maven-plugin</artifactId>
23
+ <version>0.1.18</version>
27
24
  <executions>
28
25
  <execution>
29
26
  <phase>validate</phase>
@@ -81,9 +78,9 @@
81
78
  </executions>
82
79
  <dependencies>
83
80
  <dependency>
84
- <groupId>io.tesla.polyglot</groupId>
85
- <artifactId>tesla-polyglot-ruby</artifactId>
86
- <version>${tesla.version}</version>
81
+ <groupId>io.takari.polyglot</groupId>
82
+ <artifactId>polyglot-ruby</artifactId>
83
+ <version>0.1.18</version>
87
84
  </dependency>
88
85
  </dependencies>
89
86
  </plugin>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maven-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Meier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-13 00:00:00.000000000 Z
11
+ date: 2015-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: virtus
@@ -60,233 +60,233 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - maven-tools.gemspec
63
- - Rakefile
64
63
  - Mavenfile
64
+ - Rakefile
65
65
  - Gemfile
66
- - lib/maven_tools.rb
67
66
  - lib/maven-tools.rb
67
+ - lib/maven_tools.rb
68
+ - lib/maven/tools/gemspec_dependencies.rb
69
+ - lib/maven/tools/coordinate.rb
68
70
  - lib/maven/tools/visitor.rb
71
+ - lib/maven/tools/dsl.rb
72
+ - lib/maven/tools/pom.rb
73
+ - lib/maven/tools/jarfile.rb
74
+ - lib/maven/tools/artifact.rb
75
+ - lib/maven/tools/versions.rb
69
76
  - lib/maven/tools/version.rb
70
77
  - lib/maven/tools/project.rb
71
- - lib/maven/tools/artifact.rb
72
78
  - lib/maven/tools/model.rb
73
- - lib/maven/tools/versions.rb
74
- - lib/maven/tools/gemspec_dependencies.rb
75
- - lib/maven/tools/gemfile_lock.rb
76
- - lib/maven/tools/dsl.rb
77
- - lib/maven/tools/jarfile.rb
78
79
  - lib/maven/tools/licenses.rb
79
- - lib/maven/tools/pom.rb
80
- - lib/maven/tools/coordinate.rb
81
- - lib/maven/tools/dsl/jarfile_lock.rb
82
- - lib/maven/tools/dsl/project_gemspec.rb
80
+ - lib/maven/tools/gemfile_lock.rb
83
81
  - lib/maven/tools/dsl/profile_gemspec.rb
84
- - lib/maven/tools/dsl/gemspec.rb
82
+ - lib/maven/tools/dsl/exclusions_dsl.rb
83
+ - lib/maven/tools/dsl/jruby_dsl.rb
84
+ - lib/maven/tools/dsl/jarfile_lock.rb
85
85
  - lib/maven/tools/dsl/models.rb
86
- - lib/maven/tools/dsl/dependency_dsl.rb
87
86
  - lib/maven/tools/dsl/jarfile.rb
88
- - lib/maven/tools/dsl/jruby_dsl.rb
89
- - lib/maven/tools/dsl/exclusions_dsl.rb
87
+ - lib/maven/tools/dsl/dependency_dsl.rb
88
+ - lib/maven/tools/dsl/project_gemspec.rb
90
89
  - lib/maven/tools/dsl/options.rb
90
+ - lib/maven/tools/dsl/gemspec.rb
91
91
  - lib/maven/tools/dsl/gem_support.rb
92
- - spec/artifact_spec.rb
92
+ - spec/spec_helper.rb
93
+ - spec/gemspec_dependencies_spec.rb
93
94
  - spec/jarfile_spec.rb
94
95
  - spec/coordinate_spec.rb
96
+ - spec/artifact_spec.rb
95
97
  - spec/pom_spec.rb
96
- - spec/spec_helper.rb
97
- - spec/gemspec_dependencies_spec.rb
98
+ - spec/gemspec_include_jars/bouncy-castle-version.rb
98
99
  - spec/gemfile_with_source/bouncy-castle-version.rb
99
- - spec/pom_from_jarfile_with_jruby/pom.rb
100
- - spec/pom_maven_style/pom.rb
101
- - spec/gemspec_in_profile/bouncy-castle-version.rb
100
+ - spec/gemfile/bouncy-castle-version.rb
102
101
  - spec/gemfile_with_lock/bouncy-castle-version.rb
103
- - spec/pom_from_jarfile_help_only/pom.rb
102
+ - spec/gemspec_with_source/bouncy-castle-version.rb
103
+ - spec/gemfile_with_extras/bouncy-castle-version.rb
104
104
  - spec/pom_from_jarfile/pom.rb
105
- - spec/gemfile_include_jars/bouncy-castle-version.rb
106
- - spec/gemfile/bouncy-castle-version.rb
107
- - spec/pom_from_jarfile_and_lock/pom.rb
105
+ - spec/pom_maven_alternative_style/pom.rb
106
+ - spec/gemspec_with_extras/bouncy-castle-version.rb
108
107
  - spec/pom_with_execute/pom.rb
109
- - spec/gemspec/bouncy-castle-version.rb
110
- - spec/gemspec_with_source/bouncy-castle-version.rb
111
108
  - spec/dsl/gemspec_spec.rb
112
- - spec/dsl/project_gemspec_spec.rb
113
109
  - spec/dsl/profile_gemspec_spec.rb
110
+ - spec/dsl/project_gemspec_spec.rb
114
111
  - spec/dsl/jarfile_lock_spec.rb
115
- - spec/pom_from_jarfile_and_skip_lock/pom.rb
116
- - spec/pom_maven_hash_style/pom.rb
117
- - spec/gemspec_include_jars/bouncy-castle-version.rb
118
- - spec/gemspec_with_extras/bouncy-castle-version.rb
119
- - spec/gemfile_with_extras/bouncy-castle-version.rb
120
112
  - spec/pom_from_jarfile_with_exclusions/pom.rb
121
- - spec/pom_maven_alternative_style/pom.rb
113
+ - spec/pom_from_jarfile_and_lock/pom.rb
114
+ - spec/pom_maven_hash_style/pom.rb
115
+ - spec/pom_from_jarfile_with_jruby/pom.rb
116
+ - spec/pom_from_jarfile_and_skip_lock/pom.rb
117
+ - spec/gemspec_in_profile/bouncy-castle-version.rb
118
+ - spec/gemfile_include_jars/bouncy-castle-version.rb
119
+ - spec/pom_maven_style/pom.rb
120
+ - spec/gemspec/bouncy-castle-version.rb
121
+ - spec/pom_from_jarfile_help_only/pom.rb
122
122
  - MIT-LICENSE
123
123
  - README.md
124
124
  - spec/pom.xml
125
+ - spec/gemspec_include_jars/pom.xml
126
+ - spec/gemfile_with_custom_source_and_custom_jarname/pom.xml
125
127
  - spec/gemfile_with_source/pom.xml
126
- - spec/pom_from_jarfile_with_jruby/pom.xml
127
- - spec/gemspec_in_profile/pom.xml
128
- - spec/pom_from_jarfile_with_repos/pom.xml
128
+ - spec/gemspec_with_source_and_no_jar/pom.xml
129
+ - spec/gemfile/pom.xml
129
130
  - spec/gemfile_with_lock/pom.xml
131
+ - spec/gemspec_with_prereleased_dependency/pom.xml
130
132
  - spec/gemfile_with_test_group/pom.xml
131
- - spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml
132
- - spec/gemspec_with_custom_source_and_custom_jarname/pom.xml
133
- - spec/gemspec_prerelease_snapshot/pom.xml
134
- - spec/gemfile_with_path/pom.xml
135
- - spec/pom_from_jarfile_help_only/pom.xml
136
- - spec/gemfile_with_source_and_custom_jarname/pom.xml
137
- - spec/pom_from_jarfile/pom.xml
138
- - spec/gemspec_no_rubygems_repo/pom.xml
139
- - spec/gemfile_include_jars/pom.xml
140
- - spec/gemfile_with_source_and_no_jar/pom.xml
141
- - spec/gemspec_with_access_to_model/pom.xml
142
- - spec/gemfile/pom.xml
143
- - spec/gemspec_with_source_and_custom_jarname/pom.xml
144
- - spec/pom_from_jarfile_and_lock/pom2.xml
145
- - spec/pom_from_jarfile_and_lock/pom.xml
146
- - spec/pom_with_execute/pom.xml
147
- - spec/gemspec/pom.xml
148
- - spec/gemspec_with_custom_source/pom.xml
149
133
  - spec/gemfile_with_platforms/pom.xml
150
- - spec/gemfile_with_access_to_model/pom.xml
151
134
  - spec/gemspec_with_source/pom.xml
152
- - spec/gemfile_with_groups_and_lockfile/pom.xml
135
+ - spec/gemfile_with_source_and_no_jar/pom.xml
136
+ - spec/gemspec_prerelease_snapshot/pom.xml
153
137
  - spec/gemspec_prerelease/pom.xml
138
+ - spec/gemspec_with_custom_source_and_custom_jarname/pom.xml
154
139
  - spec/gemfile_with_groups/pom.xml
155
- - spec/gemfile_with_custom_source/pom.xml
156
- - spec/gemspec_with_jar_dependencies/pom.xml
157
- - spec/dsl/profile_gemspec_spec/no_gems.xml
140
+ - spec/gemfile_with_extras/pom.xml
141
+ - spec/gemfile_with_source_and_custom_jarname/pom.xml
142
+ - spec/pom_from_jarfile/pom.xml
143
+ - spec/gemspec_with_extras/pom.xml
144
+ - spec/pom_with_execute/pom.xml
145
+ - spec/dsl/project_gemspec_spec/profile.xml
146
+ - spec/dsl/project_gemspec_spec/unknown_license.xml
147
+ - spec/dsl/project_gemspec_spec/maven-tools.xml
148
+ - spec/dsl/project_gemspec_spec/snapshot.xml
149
+ - spec/dsl/project_gemspec_spec/no_gems.xml
150
+ - spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml
151
+ - spec/dsl/project_gemspec_spec/jars_and_poms.xml
152
+ - spec/dsl/project_gemspec_spec/extended.xml
153
+ - spec/dsl/profile_gemspec_spec/unknown_license.xml
158
154
  - spec/dsl/profile_gemspec_spec/maven-tools.xml
159
- - spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml
160
155
  - spec/dsl/profile_gemspec_spec/snapshot.xml
161
- - spec/dsl/profile_gemspec_spec/unknown_license.xml
156
+ - spec/dsl/profile_gemspec_spec/no_gems.xml
157
+ - spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml
162
158
  - spec/dsl/profile_gemspec_spec/jars_and_poms.xml
163
159
  - spec/dsl/gemspec_spec/maven-tools.xml
164
160
  - spec/dsl/gemspec_spec/jars_and_poms_include_jars.xml
165
161
  - spec/dsl/gemspec_spec/jars_and_poms.xml
166
- - spec/dsl/project_gemspec_spec/no_gems.xml
167
- - spec/dsl/project_gemspec_spec/maven-tools.xml
168
- - spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml
169
- - spec/dsl/project_gemspec_spec/profile.xml
170
- - spec/dsl/project_gemspec_spec/snapshot.xml
171
- - spec/dsl/project_gemspec_spec/extended.xml
172
- - spec/dsl/project_gemspec_spec/unknown_license.xml
173
- - spec/dsl/project_gemspec_spec/jars_and_poms.xml
174
- - spec/gemspec_with_prereleased_dependency/pom.xml
162
+ - spec/gemfile_with_custom_source/pom.xml
163
+ - spec/pom_from_jarfile_with_exclusions/pom.xml
164
+ - spec/pom_from_jarfile_and_lock/pom2.xml
165
+ - spec/pom_from_jarfile_and_lock/pom.xml
166
+ - spec/gemspec_no_rubygems_repo/pom.xml
167
+ - spec/gemfile_with_path/pom.xml
168
+ - spec/gemspec_with_access_to_model/pom.xml
169
+ - spec/gemfile_with_groups_and_lockfile/pom.xml
170
+ - spec/gemfile_with_access_to_model/pom.xml
171
+ - spec/gemspec_with_source_and_custom_jarname/pom.xml
172
+ - spec/gemspec_with_custom_source/pom.xml
173
+ - spec/pom_from_jarfile_with_jruby/pom.xml
175
174
  - spec/pom_from_jarfile_and_skip_lock/pom.xml
175
+ - spec/gemspec_in_profile/pom.xml
176
+ - spec/gemfile_include_jars/pom.xml
177
+ - spec/gemspec_with_jar_dependencies/pom.xml
178
+ - spec/gemspec/pom.xml
179
+ - spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml
180
+ - spec/pom_from_jarfile_help_only/pom.xml
176
181
  - spec/gemfile_without_gemspec/pom.xml
177
- - spec/gemfile_with_custom_source_and_custom_jarname/pom.xml
178
- - spec/gemspec_include_jars/pom.xml
179
- - spec/gemspec_with_extras/pom.xml
180
- - spec/gemspec_with_source_and_no_jar/pom.xml
181
- - spec/gemfile_with_extras/pom.xml
182
- - spec/pom_from_jarfile_with_exclusions/pom.xml
182
+ - spec/pom_from_jarfile_with_repos/pom.xml
183
+ - spec/gemspec_include_jars/Mavenfile
184
+ - spec/gemfile_with_custom_source_and_custom_jarname/Mavenfile
185
+ - spec/gemfile_with_custom_source_and_custom_jarname/Gemfile
183
186
  - spec/gemfile_with_source/Mavenfile
184
- - spec/pom_from_jarfile_with_jruby/Jarfile
185
- - spec/gemspec_in_profile/Mavenfile
186
- - spec/pom_from_jarfile_with_repos/Jarfile
187
- - spec/pom_from_jarfile_with_repos/Mavenfile
187
+ - spec/mavenfile/Mavenfile
188
+ - spec/gemspec_with_source_and_no_jar/Mavenfile
189
+ - spec/gemfile/Mavenfile
190
+ - spec/gemfile/Gemfile
188
191
  - spec/gemfile_with_lock/Mavenfile
189
192
  - spec/gemfile_with_lock/Gemfile
193
+ - spec/gemspec_with_prereleased_dependency/Mavenfile
190
194
  - spec/gemfile_with_test_group/Mavenfile
191
195
  - spec/gemfile_with_test_group/Gemfile
192
- - spec/gemspec_with_prereleased_dependency_and_no_repo/Mavenfile
193
- - spec/gemspec_with_custom_source_and_custom_jarname/Mavenfile
194
- - spec/gemspec_prerelease_snapshot/Mavenfile
195
- - spec/gemfile_with_path/Mavenfile
196
- - spec/gemfile_with_path/Gemfile
197
- - spec/pom_from_jarfile_help_only/Jarfile
198
- - spec/gemfile_with_source_and_custom_jarname/Mavenfile
199
- - spec/gemfile_with_source_and_custom_jarname/Gemfile
200
- - spec/pom_from_jarfile/Jarfile
201
- - spec/gemspec_no_rubygems_repo/Mavenfile
202
- - spec/gemfile_include_jars/Mavenfile
203
- - spec/gemfile_include_jars/Gemfile
204
- - spec/gemfile_with_source_and_no_jar/Mavenfile
205
- - spec/gemfile_with_source_and_no_jar/Gemfile
206
- - spec/gemspec_with_access_to_model/Mavenfile
207
- - spec/gemfile/Mavenfile
208
- - spec/gemfile/Gemfile
209
- - spec/gemspec_with_source_and_custom_jarname/Mavenfile
210
- - spec/pom_from_jarfile_and_lock/Jarfile
211
- - spec/mavenfile/Mavenfile
212
- - spec/gemspec/Mavenfile
213
- - spec/gemspec_with_custom_source/Mavenfile
214
196
  - spec/gemfile_with_platforms/Mavenfile
215
197
  - spec/gemfile_with_platforms/Gemfile
216
- - spec/gemfile_with_access_to_model/Mavenfile
217
- - spec/gemfile_with_access_to_model/Gemfile
218
198
  - spec/gemspec_with_source/Mavenfile
219
- - spec/gemfile_with_groups_and_lockfile/Mavenfile
220
- - spec/gemfile_with_groups_and_lockfile/Gemfile
199
+ - spec/gemfile_with_source_and_no_jar/Mavenfile
200
+ - spec/gemfile_with_source_and_no_jar/Gemfile
201
+ - spec/gemspec_prerelease_snapshot/Mavenfile
221
202
  - spec/gemspec_prerelease/Mavenfile
203
+ - spec/gemspec_with_custom_source_and_custom_jarname/Mavenfile
222
204
  - spec/gemfile_with_groups/Mavenfile
223
205
  - spec/gemfile_with_groups/Gemfile
206
+ - spec/gemfile_with_extras/Mavenfile
207
+ - spec/gemfile_with_extras/Gemfile
208
+ - spec/gemfile_with_source_and_custom_jarname/Mavenfile
209
+ - spec/gemfile_with_source_and_custom_jarname/Gemfile
210
+ - spec/pom_from_jarfile/Jarfile
211
+ - spec/gemspec_with_extras/Mavenfile
224
212
  - spec/gemfile_with_custom_source/Mavenfile
225
213
  - spec/gemfile_with_custom_source/Gemfile
226
- - spec/gemspec_with_jar_dependencies/Mavenfile
227
- - spec/gemspec_with_prereleased_dependency/Mavenfile
214
+ - spec/pom_from_jarfile_with_exclusions/Jarfile
215
+ - spec/pom_from_jarfile_and_lock/Jarfile
216
+ - spec/gemspec_no_rubygems_repo/Mavenfile
217
+ - spec/gemfile_with_path/Mavenfile
218
+ - spec/gemfile_with_path/Gemfile
219
+ - spec/gemspec_with_access_to_model/Mavenfile
220
+ - spec/gemfile_with_groups_and_lockfile/Mavenfile
221
+ - spec/gemfile_with_groups_and_lockfile/Gemfile
222
+ - spec/gemfile_with_access_to_model/Mavenfile
223
+ - spec/gemfile_with_access_to_model/Gemfile
224
+ - spec/gemspec_with_source_and_custom_jarname/Mavenfile
225
+ - spec/gemspec_with_custom_source/Mavenfile
226
+ - spec/pom_from_jarfile_with_jruby/Jarfile
228
227
  - spec/pom_from_jarfile_and_skip_lock/Jarfile
228
+ - spec/gemspec_in_profile/Mavenfile
229
+ - spec/gemfile_include_jars/Mavenfile
230
+ - spec/gemfile_include_jars/Gemfile
231
+ - spec/gemspec_with_jar_dependencies/Mavenfile
232
+ - spec/gemspec/Mavenfile
233
+ - spec/gemspec_with_prereleased_dependency_and_no_repo/Mavenfile
234
+ - spec/pom_from_jarfile_help_only/Jarfile
229
235
  - spec/gemfile_without_gemspec/Mavenfile
230
236
  - spec/gemfile_without_gemspec/Gemfile
231
- - spec/gemfile_with_custom_source_and_custom_jarname/Mavenfile
232
- - spec/gemfile_with_custom_source_and_custom_jarname/Gemfile
233
- - spec/gemspec_include_jars/Mavenfile
234
- - spec/gemspec_with_extras/Mavenfile
235
- - spec/gemspec_with_source_and_no_jar/Mavenfile
236
- - spec/gemfile_with_extras/Mavenfile
237
- - spec/gemfile_with_extras/Gemfile
238
- - spec/pom_from_jarfile_with_exclusions/Jarfile
237
+ - spec/pom_from_jarfile_with_repos/Mavenfile
238
+ - spec/pom_from_jarfile_with_repos/Jarfile
239
239
  - spec/gemfile_with_lock/Gemfile.lock
240
240
  - spec/gemfile_with_test_group/Gemfile.lock
241
241
  - spec/gemfile_with_groups_and_lockfile/Gemfile.lock
242
+ - spec/gemfile_with_custom_source_and_custom_jarname/src/java/.keep
242
243
  - spec/gemfile_with_source/src/main/java/.keep
244
+ - spec/gemspec_with_source_and_no_jar/src/main/java/.keep
245
+ - spec/gemspec_with_source/src/main/java/.keep
246
+ - spec/gemfile_with_source_and_no_jar/src/main/java/.keep
243
247
  - spec/gemspec_with_custom_source_and_custom_jarname/src/java/.keep
244
248
  - spec/gemfile_with_source_and_custom_jarname/src/main/java/.keep
245
- - spec/gemfile_with_source_and_no_jar/src/main/java/.keep
249
+ - spec/gemfile_with_custom_source/src/java/.keep
246
250
  - spec/gemspec_with_source_and_custom_jarname/src/main/java/.keep
247
251
  - spec/gemspec_with_custom_source/src/java/.keep
248
- - spec/gemspec_with_source/src/main/java/.keep
249
- - spec/gemfile_with_custom_source/src/java/.keep
250
- - spec/gemfile_with_custom_source_and_custom_jarname/src/java/.keep
251
- - spec/gemspec_with_source_and_no_jar/src/main/java/.keep
252
+ - spec/gemspec_include_jars/bouncy-castle-java.gemspec
253
+ - spec/gemfile_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec
252
254
  - spec/gemfile_with_source/bouncy-castle-java.gemspec
253
- - spec/gemspec_in_profile/bouncy-castle-java.gemspec
255
+ - spec/gemspec_with_source_and_no_jar/bouncy-castle-java.gemspec
256
+ - spec/gemfile/bouncy-castle-java.gemspec
254
257
  - spec/gemfile_with_lock/bouncy-castle-java.gemspec
255
- - spec/gemspec_with_prereleased_dependency_and_no_repo/bouncy-castle-java.gemspec
258
+ - spec/gemspec_with_prereleased_dependency/bouncy-castle-java.gemspec
259
+ - spec/gemspec_with_source/bouncy-castle-java.gemspec
260
+ - spec/gemfile_with_source_and_no_jar/bouncy-castle-java.gemspec
261
+ - spec/gemspec_prerelease_snapshot/bouncy-castle-java.gemspec
256
262
  - spec/my/my.gemspec
263
+ - spec/gemspec_prerelease/bouncy-castle-java.gemspec
257
264
  - spec/gemspec_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec
258
- - spec/gemspec_prerelease_snapshot/bouncy-castle-java.gemspec
265
+ - spec/gemfile_with_extras/bouncy-castle-java.gemspec
259
266
  - spec/gemfile_with_source_and_custom_jarname/bouncy-castle-java.gemspec
260
- - spec/gemspec_no_rubygems_repo/bouncy-castle-java.gemspec
261
- - spec/gemfile_include_jars/bouncy-castle-java.gemspec
262
- - spec/gemfile_with_source_and_no_jar/bouncy-castle-java.gemspec
263
- - spec/gemspec_with_access_to_model/bouncy-castle-java.gemspec
264
- - spec/gemfile/bouncy-castle-java.gemspec
265
- - spec/gemspec_with_source_and_custom_jarname/bouncy-castle-java.gemspec
266
- - spec/gemspec/bouncy-castle-java.gemspec
267
- - spec/gemspec_with_custom_source/bouncy-castle-java.gemspec
268
- - spec/gemfile_with_access_to_model/bouncy-castle-java.gemspec
269
- - spec/gemspec_with_source/bouncy-castle-java.gemspec
270
- - spec/gemspec_prerelease/bouncy-castle-java.gemspec
271
- - spec/gemfile_with_custom_source/bouncy-castle-java.gemspec
272
- - spec/gemspec_with_jar_dependencies/bouncy-castle-java.gemspec
273
- - spec/dsl/profile_gemspec_spec/snapshot.gemspec
267
+ - spec/gemspec_with_extras/bouncy-castle-java.gemspec
268
+ - spec/dsl/project_gemspec_spec/unknown_license.gemspec
269
+ - spec/dsl/project_gemspec_spec/extended.gemspec
270
+ - spec/dsl/project_gemspec_spec/jars_and_poms.gemspec
271
+ - spec/dsl/project_gemspec_spec/snapshot.gemspec
272
+ - spec/dsl/project_gemspec_spec/maven-tools.gemspec
274
273
  - spec/dsl/profile_gemspec_spec/unknown_license.gemspec
275
274
  - spec/dsl/profile_gemspec_spec/jars_and_poms.gemspec
275
+ - spec/dsl/profile_gemspec_spec/snapshot.gemspec
276
276
  - spec/dsl/profile_gemspec_spec/maven-tools.gemspec
277
277
  - spec/dsl/gemspec_spec/jars_and_poms.gemspec
278
278
  - spec/dsl/gemspec_spec/maven-tools.gemspec
279
- - spec/dsl/project_gemspec_spec/snapshot.gemspec
280
- - spec/dsl/project_gemspec_spec/extended.gemspec
281
- - spec/dsl/project_gemspec_spec/unknown_license.gemspec
282
- - spec/dsl/project_gemspec_spec/jars_and_poms.gemspec
283
- - spec/dsl/project_gemspec_spec/maven-tools.gemspec
284
- - spec/gemspec_with_prereleased_dependency/bouncy-castle-java.gemspec
285
- - spec/gemfile_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec
286
- - spec/gemspec_include_jars/bouncy-castle-java.gemspec
287
- - spec/gemspec_with_extras/bouncy-castle-java.gemspec
288
- - spec/gemspec_with_source_and_no_jar/bouncy-castle-java.gemspec
289
- - spec/gemfile_with_extras/bouncy-castle-java.gemspec
279
+ - spec/gemfile_with_custom_source/bouncy-castle-java.gemspec
280
+ - spec/gemspec_no_rubygems_repo/bouncy-castle-java.gemspec
281
+ - spec/gemspec_with_access_to_model/bouncy-castle-java.gemspec
282
+ - spec/gemfile_with_access_to_model/bouncy-castle-java.gemspec
283
+ - spec/gemspec_with_source_and_custom_jarname/bouncy-castle-java.gemspec
284
+ - spec/gemspec_with_custom_source/bouncy-castle-java.gemspec
285
+ - spec/gemspec_in_profile/bouncy-castle-java.gemspec
286
+ - spec/gemfile_include_jars/bouncy-castle-java.gemspec
287
+ - spec/gemspec_with_jar_dependencies/bouncy-castle-java.gemspec
288
+ - spec/gemspec/bouncy-castle-java.gemspec
289
+ - spec/gemspec_with_prereleased_dependency_and_no_repo/bouncy-castle-java.gemspec
290
290
  homepage: http://github.com/torquebox/maven-tools
291
291
  licenses:
292
292
  - MIT
@@ -312,199 +312,199 @@ signing_key:
312
312
  specification_version: 4
313
313
  summary: helpers for maven related tasks
314
314
  test_files:
315
- - spec/artifact_spec.rb
315
+ - spec/spec_helper.rb
316
+ - spec/gemspec_dependencies_spec.rb
316
317
  - spec/jarfile_spec.rb
317
318
  - spec/coordinate_spec.rb
319
+ - spec/artifact_spec.rb
318
320
  - spec/pom_spec.rb
319
- - spec/spec_helper.rb
320
- - spec/gemspec_dependencies_spec.rb
321
+ - spec/gemspec_include_jars/bouncy-castle-version.rb
321
322
  - spec/gemfile_with_source/bouncy-castle-version.rb
322
- - spec/pom_from_jarfile_with_jruby/pom.rb
323
- - spec/pom_maven_style/pom.rb
324
- - spec/gemspec_in_profile/bouncy-castle-version.rb
323
+ - spec/gemfile/bouncy-castle-version.rb
325
324
  - spec/gemfile_with_lock/bouncy-castle-version.rb
326
- - spec/pom_from_jarfile_help_only/pom.rb
325
+ - spec/gemspec_with_source/bouncy-castle-version.rb
326
+ - spec/gemfile_with_extras/bouncy-castle-version.rb
327
327
  - spec/pom_from_jarfile/pom.rb
328
- - spec/gemfile_include_jars/bouncy-castle-version.rb
329
- - spec/gemfile/bouncy-castle-version.rb
330
- - spec/pom_from_jarfile_and_lock/pom.rb
328
+ - spec/pom_maven_alternative_style/pom.rb
329
+ - spec/gemspec_with_extras/bouncy-castle-version.rb
331
330
  - spec/pom_with_execute/pom.rb
332
- - spec/gemspec/bouncy-castle-version.rb
333
- - spec/gemspec_with_source/bouncy-castle-version.rb
334
331
  - spec/dsl/gemspec_spec.rb
335
- - spec/dsl/project_gemspec_spec.rb
336
332
  - spec/dsl/profile_gemspec_spec.rb
333
+ - spec/dsl/project_gemspec_spec.rb
337
334
  - spec/dsl/jarfile_lock_spec.rb
338
- - spec/pom_from_jarfile_and_skip_lock/pom.rb
339
- - spec/pom_maven_hash_style/pom.rb
340
- - spec/gemspec_include_jars/bouncy-castle-version.rb
341
- - spec/gemspec_with_extras/bouncy-castle-version.rb
342
- - spec/gemfile_with_extras/bouncy-castle-version.rb
343
335
  - spec/pom_from_jarfile_with_exclusions/pom.rb
344
- - spec/pom_maven_alternative_style/pom.rb
336
+ - spec/pom_from_jarfile_and_lock/pom.rb
337
+ - spec/pom_maven_hash_style/pom.rb
338
+ - spec/pom_from_jarfile_with_jruby/pom.rb
339
+ - spec/pom_from_jarfile_and_skip_lock/pom.rb
340
+ - spec/gemspec_in_profile/bouncy-castle-version.rb
341
+ - spec/gemfile_include_jars/bouncy-castle-version.rb
342
+ - spec/pom_maven_style/pom.rb
343
+ - spec/gemspec/bouncy-castle-version.rb
344
+ - spec/pom_from_jarfile_help_only/pom.rb
345
345
  - spec/pom.xml
346
+ - spec/gemspec_include_jars/pom.xml
347
+ - spec/gemfile_with_custom_source_and_custom_jarname/pom.xml
346
348
  - spec/gemfile_with_source/pom.xml
347
- - spec/pom_from_jarfile_with_jruby/pom.xml
348
- - spec/gemspec_in_profile/pom.xml
349
- - spec/pom_from_jarfile_with_repos/pom.xml
349
+ - spec/gemspec_with_source_and_no_jar/pom.xml
350
+ - spec/gemfile/pom.xml
350
351
  - spec/gemfile_with_lock/pom.xml
352
+ - spec/gemspec_with_prereleased_dependency/pom.xml
351
353
  - spec/gemfile_with_test_group/pom.xml
352
- - spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml
353
- - spec/gemspec_with_custom_source_and_custom_jarname/pom.xml
354
- - spec/gemspec_prerelease_snapshot/pom.xml
355
- - spec/gemfile_with_path/pom.xml
356
- - spec/pom_from_jarfile_help_only/pom.xml
357
- - spec/gemfile_with_source_and_custom_jarname/pom.xml
358
- - spec/pom_from_jarfile/pom.xml
359
- - spec/gemspec_no_rubygems_repo/pom.xml
360
- - spec/gemfile_include_jars/pom.xml
361
- - spec/gemfile_with_source_and_no_jar/pom.xml
362
- - spec/gemspec_with_access_to_model/pom.xml
363
- - spec/gemfile/pom.xml
364
- - spec/gemspec_with_source_and_custom_jarname/pom.xml
365
- - spec/pom_from_jarfile_and_lock/pom2.xml
366
- - spec/pom_from_jarfile_and_lock/pom.xml
367
- - spec/pom_with_execute/pom.xml
368
- - spec/gemspec/pom.xml
369
- - spec/gemspec_with_custom_source/pom.xml
370
354
  - spec/gemfile_with_platforms/pom.xml
371
- - spec/gemfile_with_access_to_model/pom.xml
372
355
  - spec/gemspec_with_source/pom.xml
373
- - spec/gemfile_with_groups_and_lockfile/pom.xml
356
+ - spec/gemfile_with_source_and_no_jar/pom.xml
357
+ - spec/gemspec_prerelease_snapshot/pom.xml
374
358
  - spec/gemspec_prerelease/pom.xml
359
+ - spec/gemspec_with_custom_source_and_custom_jarname/pom.xml
375
360
  - spec/gemfile_with_groups/pom.xml
376
- - spec/gemfile_with_custom_source/pom.xml
377
- - spec/gemspec_with_jar_dependencies/pom.xml
378
- - spec/dsl/profile_gemspec_spec/no_gems.xml
361
+ - spec/gemfile_with_extras/pom.xml
362
+ - spec/gemfile_with_source_and_custom_jarname/pom.xml
363
+ - spec/pom_from_jarfile/pom.xml
364
+ - spec/gemspec_with_extras/pom.xml
365
+ - spec/pom_with_execute/pom.xml
366
+ - spec/dsl/project_gemspec_spec/profile.xml
367
+ - spec/dsl/project_gemspec_spec/unknown_license.xml
368
+ - spec/dsl/project_gemspec_spec/maven-tools.xml
369
+ - spec/dsl/project_gemspec_spec/snapshot.xml
370
+ - spec/dsl/project_gemspec_spec/no_gems.xml
371
+ - spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml
372
+ - spec/dsl/project_gemspec_spec/jars_and_poms.xml
373
+ - spec/dsl/project_gemspec_spec/extended.xml
374
+ - spec/dsl/profile_gemspec_spec/unknown_license.xml
379
375
  - spec/dsl/profile_gemspec_spec/maven-tools.xml
380
- - spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml
381
376
  - spec/dsl/profile_gemspec_spec/snapshot.xml
382
- - spec/dsl/profile_gemspec_spec/unknown_license.xml
377
+ - spec/dsl/profile_gemspec_spec/no_gems.xml
378
+ - spec/dsl/profile_gemspec_spec/jars_and_poms_include_jars.xml
383
379
  - spec/dsl/profile_gemspec_spec/jars_and_poms.xml
384
380
  - spec/dsl/gemspec_spec/maven-tools.xml
385
381
  - spec/dsl/gemspec_spec/jars_and_poms_include_jars.xml
386
382
  - spec/dsl/gemspec_spec/jars_and_poms.xml
387
- - spec/dsl/project_gemspec_spec/no_gems.xml
388
- - spec/dsl/project_gemspec_spec/maven-tools.xml
389
- - spec/dsl/project_gemspec_spec/jars_and_poms_include_jars.xml
390
- - spec/dsl/project_gemspec_spec/profile.xml
391
- - spec/dsl/project_gemspec_spec/snapshot.xml
392
- - spec/dsl/project_gemspec_spec/extended.xml
393
- - spec/dsl/project_gemspec_spec/unknown_license.xml
394
- - spec/dsl/project_gemspec_spec/jars_and_poms.xml
395
- - spec/gemspec_with_prereleased_dependency/pom.xml
383
+ - spec/gemfile_with_custom_source/pom.xml
384
+ - spec/pom_from_jarfile_with_exclusions/pom.xml
385
+ - spec/pom_from_jarfile_and_lock/pom2.xml
386
+ - spec/pom_from_jarfile_and_lock/pom.xml
387
+ - spec/gemspec_no_rubygems_repo/pom.xml
388
+ - spec/gemfile_with_path/pom.xml
389
+ - spec/gemspec_with_access_to_model/pom.xml
390
+ - spec/gemfile_with_groups_and_lockfile/pom.xml
391
+ - spec/gemfile_with_access_to_model/pom.xml
392
+ - spec/gemspec_with_source_and_custom_jarname/pom.xml
393
+ - spec/gemspec_with_custom_source/pom.xml
394
+ - spec/pom_from_jarfile_with_jruby/pom.xml
396
395
  - spec/pom_from_jarfile_and_skip_lock/pom.xml
396
+ - spec/gemspec_in_profile/pom.xml
397
+ - spec/gemfile_include_jars/pom.xml
398
+ - spec/gemspec_with_jar_dependencies/pom.xml
399
+ - spec/gemspec/pom.xml
400
+ - spec/gemspec_with_prereleased_dependency_and_no_repo/pom.xml
401
+ - spec/pom_from_jarfile_help_only/pom.xml
397
402
  - spec/gemfile_without_gemspec/pom.xml
398
- - spec/gemfile_with_custom_source_and_custom_jarname/pom.xml
399
- - spec/gemspec_include_jars/pom.xml
400
- - spec/gemspec_with_extras/pom.xml
401
- - spec/gemspec_with_source_and_no_jar/pom.xml
402
- - spec/gemfile_with_extras/pom.xml
403
- - spec/pom_from_jarfile_with_exclusions/pom.xml
403
+ - spec/pom_from_jarfile_with_repos/pom.xml
404
+ - spec/gemspec_include_jars/Mavenfile
405
+ - spec/gemfile_with_custom_source_and_custom_jarname/Mavenfile
406
+ - spec/gemfile_with_custom_source_and_custom_jarname/Gemfile
404
407
  - spec/gemfile_with_source/Mavenfile
405
- - spec/pom_from_jarfile_with_jruby/Jarfile
406
- - spec/gemspec_in_profile/Mavenfile
407
- - spec/pom_from_jarfile_with_repos/Jarfile
408
- - spec/pom_from_jarfile_with_repos/Mavenfile
408
+ - spec/mavenfile/Mavenfile
409
+ - spec/gemspec_with_source_and_no_jar/Mavenfile
410
+ - spec/gemfile/Mavenfile
411
+ - spec/gemfile/Gemfile
409
412
  - spec/gemfile_with_lock/Mavenfile
410
413
  - spec/gemfile_with_lock/Gemfile
414
+ - spec/gemspec_with_prereleased_dependency/Mavenfile
411
415
  - spec/gemfile_with_test_group/Mavenfile
412
416
  - spec/gemfile_with_test_group/Gemfile
413
- - spec/gemspec_with_prereleased_dependency_and_no_repo/Mavenfile
414
- - spec/gemspec_with_custom_source_and_custom_jarname/Mavenfile
415
- - spec/gemspec_prerelease_snapshot/Mavenfile
416
- - spec/gemfile_with_path/Mavenfile
417
- - spec/gemfile_with_path/Gemfile
418
- - spec/pom_from_jarfile_help_only/Jarfile
419
- - spec/gemfile_with_source_and_custom_jarname/Mavenfile
420
- - spec/gemfile_with_source_and_custom_jarname/Gemfile
421
- - spec/pom_from_jarfile/Jarfile
422
- - spec/gemspec_no_rubygems_repo/Mavenfile
423
- - spec/gemfile_include_jars/Mavenfile
424
- - spec/gemfile_include_jars/Gemfile
425
- - spec/gemfile_with_source_and_no_jar/Mavenfile
426
- - spec/gemfile_with_source_and_no_jar/Gemfile
427
- - spec/gemspec_with_access_to_model/Mavenfile
428
- - spec/gemfile/Mavenfile
429
- - spec/gemfile/Gemfile
430
- - spec/gemspec_with_source_and_custom_jarname/Mavenfile
431
- - spec/pom_from_jarfile_and_lock/Jarfile
432
- - spec/mavenfile/Mavenfile
433
- - spec/gemspec/Mavenfile
434
- - spec/gemspec_with_custom_source/Mavenfile
435
417
  - spec/gemfile_with_platforms/Mavenfile
436
418
  - spec/gemfile_with_platforms/Gemfile
437
- - spec/gemfile_with_access_to_model/Mavenfile
438
- - spec/gemfile_with_access_to_model/Gemfile
439
419
  - spec/gemspec_with_source/Mavenfile
440
- - spec/gemfile_with_groups_and_lockfile/Mavenfile
441
- - spec/gemfile_with_groups_and_lockfile/Gemfile
420
+ - spec/gemfile_with_source_and_no_jar/Mavenfile
421
+ - spec/gemfile_with_source_and_no_jar/Gemfile
422
+ - spec/gemspec_prerelease_snapshot/Mavenfile
442
423
  - spec/gemspec_prerelease/Mavenfile
424
+ - spec/gemspec_with_custom_source_and_custom_jarname/Mavenfile
443
425
  - spec/gemfile_with_groups/Mavenfile
444
426
  - spec/gemfile_with_groups/Gemfile
427
+ - spec/gemfile_with_extras/Mavenfile
428
+ - spec/gemfile_with_extras/Gemfile
429
+ - spec/gemfile_with_source_and_custom_jarname/Mavenfile
430
+ - spec/gemfile_with_source_and_custom_jarname/Gemfile
431
+ - spec/pom_from_jarfile/Jarfile
432
+ - spec/gemspec_with_extras/Mavenfile
445
433
  - spec/gemfile_with_custom_source/Mavenfile
446
434
  - spec/gemfile_with_custom_source/Gemfile
447
- - spec/gemspec_with_jar_dependencies/Mavenfile
448
- - spec/gemspec_with_prereleased_dependency/Mavenfile
435
+ - spec/pom_from_jarfile_with_exclusions/Jarfile
436
+ - spec/pom_from_jarfile_and_lock/Jarfile
437
+ - spec/gemspec_no_rubygems_repo/Mavenfile
438
+ - spec/gemfile_with_path/Mavenfile
439
+ - spec/gemfile_with_path/Gemfile
440
+ - spec/gemspec_with_access_to_model/Mavenfile
441
+ - spec/gemfile_with_groups_and_lockfile/Mavenfile
442
+ - spec/gemfile_with_groups_and_lockfile/Gemfile
443
+ - spec/gemfile_with_access_to_model/Mavenfile
444
+ - spec/gemfile_with_access_to_model/Gemfile
445
+ - spec/gemspec_with_source_and_custom_jarname/Mavenfile
446
+ - spec/gemspec_with_custom_source/Mavenfile
447
+ - spec/pom_from_jarfile_with_jruby/Jarfile
449
448
  - spec/pom_from_jarfile_and_skip_lock/Jarfile
449
+ - spec/gemspec_in_profile/Mavenfile
450
+ - spec/gemfile_include_jars/Mavenfile
451
+ - spec/gemfile_include_jars/Gemfile
452
+ - spec/gemspec_with_jar_dependencies/Mavenfile
453
+ - spec/gemspec/Mavenfile
454
+ - spec/gemspec_with_prereleased_dependency_and_no_repo/Mavenfile
455
+ - spec/pom_from_jarfile_help_only/Jarfile
450
456
  - spec/gemfile_without_gemspec/Mavenfile
451
457
  - spec/gemfile_without_gemspec/Gemfile
452
- - spec/gemfile_with_custom_source_and_custom_jarname/Mavenfile
453
- - spec/gemfile_with_custom_source_and_custom_jarname/Gemfile
454
- - spec/gemspec_include_jars/Mavenfile
455
- - spec/gemspec_with_extras/Mavenfile
456
- - spec/gemspec_with_source_and_no_jar/Mavenfile
457
- - spec/gemfile_with_extras/Mavenfile
458
- - spec/gemfile_with_extras/Gemfile
459
- - spec/pom_from_jarfile_with_exclusions/Jarfile
458
+ - spec/pom_from_jarfile_with_repos/Mavenfile
459
+ - spec/pom_from_jarfile_with_repos/Jarfile
460
460
  - spec/gemfile_with_lock/Gemfile.lock
461
461
  - spec/gemfile_with_test_group/Gemfile.lock
462
462
  - spec/gemfile_with_groups_and_lockfile/Gemfile.lock
463
+ - spec/gemfile_with_custom_source_and_custom_jarname/src/java/.keep
463
464
  - spec/gemfile_with_source/src/main/java/.keep
465
+ - spec/gemspec_with_source_and_no_jar/src/main/java/.keep
466
+ - spec/gemspec_with_source/src/main/java/.keep
467
+ - spec/gemfile_with_source_and_no_jar/src/main/java/.keep
464
468
  - spec/gemspec_with_custom_source_and_custom_jarname/src/java/.keep
465
469
  - spec/gemfile_with_source_and_custom_jarname/src/main/java/.keep
466
- - spec/gemfile_with_source_and_no_jar/src/main/java/.keep
470
+ - spec/gemfile_with_custom_source/src/java/.keep
467
471
  - spec/gemspec_with_source_and_custom_jarname/src/main/java/.keep
468
472
  - spec/gemspec_with_custom_source/src/java/.keep
469
- - spec/gemspec_with_source/src/main/java/.keep
470
- - spec/gemfile_with_custom_source/src/java/.keep
471
- - spec/gemfile_with_custom_source_and_custom_jarname/src/java/.keep
472
- - spec/gemspec_with_source_and_no_jar/src/main/java/.keep
473
+ - spec/gemspec_include_jars/bouncy-castle-java.gemspec
474
+ - spec/gemfile_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec
473
475
  - spec/gemfile_with_source/bouncy-castle-java.gemspec
474
- - spec/gemspec_in_profile/bouncy-castle-java.gemspec
476
+ - spec/gemspec_with_source_and_no_jar/bouncy-castle-java.gemspec
477
+ - spec/gemfile/bouncy-castle-java.gemspec
475
478
  - spec/gemfile_with_lock/bouncy-castle-java.gemspec
476
- - spec/gemspec_with_prereleased_dependency_and_no_repo/bouncy-castle-java.gemspec
479
+ - spec/gemspec_with_prereleased_dependency/bouncy-castle-java.gemspec
480
+ - spec/gemspec_with_source/bouncy-castle-java.gemspec
481
+ - spec/gemfile_with_source_and_no_jar/bouncy-castle-java.gemspec
482
+ - spec/gemspec_prerelease_snapshot/bouncy-castle-java.gemspec
477
483
  - spec/my/my.gemspec
484
+ - spec/gemspec_prerelease/bouncy-castle-java.gemspec
478
485
  - spec/gemspec_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec
479
- - spec/gemspec_prerelease_snapshot/bouncy-castle-java.gemspec
486
+ - spec/gemfile_with_extras/bouncy-castle-java.gemspec
480
487
  - spec/gemfile_with_source_and_custom_jarname/bouncy-castle-java.gemspec
481
- - spec/gemspec_no_rubygems_repo/bouncy-castle-java.gemspec
482
- - spec/gemfile_include_jars/bouncy-castle-java.gemspec
483
- - spec/gemfile_with_source_and_no_jar/bouncy-castle-java.gemspec
484
- - spec/gemspec_with_access_to_model/bouncy-castle-java.gemspec
485
- - spec/gemfile/bouncy-castle-java.gemspec
486
- - spec/gemspec_with_source_and_custom_jarname/bouncy-castle-java.gemspec
487
- - spec/gemspec/bouncy-castle-java.gemspec
488
- - spec/gemspec_with_custom_source/bouncy-castle-java.gemspec
489
- - spec/gemfile_with_access_to_model/bouncy-castle-java.gemspec
490
- - spec/gemspec_with_source/bouncy-castle-java.gemspec
491
- - spec/gemspec_prerelease/bouncy-castle-java.gemspec
492
- - spec/gemfile_with_custom_source/bouncy-castle-java.gemspec
493
- - spec/gemspec_with_jar_dependencies/bouncy-castle-java.gemspec
494
- - spec/dsl/profile_gemspec_spec/snapshot.gemspec
488
+ - spec/gemspec_with_extras/bouncy-castle-java.gemspec
489
+ - spec/dsl/project_gemspec_spec/unknown_license.gemspec
490
+ - spec/dsl/project_gemspec_spec/extended.gemspec
491
+ - spec/dsl/project_gemspec_spec/jars_and_poms.gemspec
492
+ - spec/dsl/project_gemspec_spec/snapshot.gemspec
493
+ - spec/dsl/project_gemspec_spec/maven-tools.gemspec
495
494
  - spec/dsl/profile_gemspec_spec/unknown_license.gemspec
496
495
  - spec/dsl/profile_gemspec_spec/jars_and_poms.gemspec
496
+ - spec/dsl/profile_gemspec_spec/snapshot.gemspec
497
497
  - spec/dsl/profile_gemspec_spec/maven-tools.gemspec
498
498
  - spec/dsl/gemspec_spec/jars_and_poms.gemspec
499
499
  - spec/dsl/gemspec_spec/maven-tools.gemspec
500
- - spec/dsl/project_gemspec_spec/snapshot.gemspec
501
- - spec/dsl/project_gemspec_spec/extended.gemspec
502
- - spec/dsl/project_gemspec_spec/unknown_license.gemspec
503
- - spec/dsl/project_gemspec_spec/jars_and_poms.gemspec
504
- - spec/dsl/project_gemspec_spec/maven-tools.gemspec
505
- - spec/gemspec_with_prereleased_dependency/bouncy-castle-java.gemspec
506
- - spec/gemfile_with_custom_source_and_custom_jarname/bouncy-castle-java.gemspec
507
- - spec/gemspec_include_jars/bouncy-castle-java.gemspec
508
- - spec/gemspec_with_extras/bouncy-castle-java.gemspec
509
- - spec/gemspec_with_source_and_no_jar/bouncy-castle-java.gemspec
510
- - spec/gemfile_with_extras/bouncy-castle-java.gemspec
500
+ - spec/gemfile_with_custom_source/bouncy-castle-java.gemspec
501
+ - spec/gemspec_no_rubygems_repo/bouncy-castle-java.gemspec
502
+ - spec/gemspec_with_access_to_model/bouncy-castle-java.gemspec
503
+ - spec/gemfile_with_access_to_model/bouncy-castle-java.gemspec
504
+ - spec/gemspec_with_source_and_custom_jarname/bouncy-castle-java.gemspec
505
+ - spec/gemspec_with_custom_source/bouncy-castle-java.gemspec
506
+ - spec/gemspec_in_profile/bouncy-castle-java.gemspec
507
+ - spec/gemfile_include_jars/bouncy-castle-java.gemspec
508
+ - spec/gemspec_with_jar_dependencies/bouncy-castle-java.gemspec
509
+ - spec/gemspec/bouncy-castle-java.gemspec
510
+ - spec/gemspec_with_prereleased_dependency_and_no_repo/bouncy-castle-java.gemspec