ruby-maven-libs-3.3.9+ds/0000755000000000000000000000000013050565247012041 5ustar ruby-maven-libs-3.3.9+ds/README.md0000644000000000000000000000071713050565247013325 0ustar ruby maven libs --------------- this is just a regular [maven](maven.apache.org) packed as gem. mainly used by [ruby-maven](github.com/takari/ruby-maven) release a new version --------------- adjust the version in **lib/maven.rb** and then execute ./mvnw deploy this will push the gem to rubygems.org license ------ it just comes with the same license as maven itself and all the license info can be found under maven-home/ after ./mvnw package ruby-maven-libs-3.3.9+ds/maven-home/0000755000000000000000000000000013050636773014100 5ustar ruby-maven-libs-3.3.9+ds/maven-home/NOTICE0000644000000000000000000000026613050565247015005 0ustar Apache Maven Distribution Copyright 2001-2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). ruby-maven-libs-3.3.9+ds/maven-home/README.txt0000644000000000000000000000475513050565247015606 0ustar Apache Maven What is it? ----------- Maven is a software project management and comprehension tool. Based on the concept of a Project Object Model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. Documentation ------------- The most up-to-date documentation can be found at http://maven.apache.org/. Release Notes ------------- The full list of changes can be found at http://maven.apache.org/release-notes.html. System Requirements ------------------- JDK: 1.7 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's). Memory: No minimum requirement. Disk: Approximately 10MB is required for the Maven installation itself. In addition to that, additional disk space will be used for your local Maven repository. The size of your local repository will vary depending on usage but expect at least 500MB. Operating System: Windows: Windows 2000 or above. Unix based systems (Linux, Solaris and Mac OS X) and others: No minimum requirement. Installing Maven ---------------- 1) Unpack the archive where you would like to store the binaries, eg: Unix-based operating systems (Linux, Solaris and Mac OS X) tar zxvf apache-maven-3.x.y.tar.gz Windows unzip apache-maven-3.x.y.zip 2) A directory called "apache-maven-3.x.y" will be created. 3) Add the bin directory to your PATH, eg: Unix-based operating systems (Linux, Solaris and Mac OS X) export PATH=/usr/local/apache-maven-3.x.y/bin:$PATH Windows set PATH="c:\program files\apache-maven-3.x.y\bin";%PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed. For complete documentation, see http://maven.apache.org/download.html#Installation Licensing --------- Please see the file called LICENSE. Maven URLS ---------- Home Page: http://maven.apache.org/ Downloads: http://maven.apache.org/download.html Release Notes: http://maven.apache.org/release-notes.html Mailing Lists: http://maven.apache.org/mail-lists.html Source Code: https://git-wip-us.apache.org/repos/asf/maven.git/apache-maven Issue Tracking: http://jira.codehaus.org/browse/MNG Wiki: https://cwiki.apache.org/confluence/display/MAVEN/ Available Plugins: http://maven.apache.org/plugins/index.html ruby-maven-libs-3.3.9+ds/maven-home/LICENSE0000644000000000000000000004560713050565247015116 0ustar Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Apache Maven includes a number of components and libraries with separate copyright notices and license terms. Your use of those components are subject to the terms and conditions of the following licenses. AOP alliance (http://aopalliance.sourceforge.net) aopalliance:aopalliance:jar:1.0 License: Public Domain JSR-250 Common Annotations for the JavaTM Platform (http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html) javax.annotation:jsr250-api:jar:1.0 License: COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 https://glassfish.java.net/public/CDDLv1.0.html (lib/jsr250-api.license) CDI APIs (http://www.seamframework.org/Weld/cdi-api) javax.enterprise:cdi-api:jar:1.0 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/cdi-api.license) Apache Commons Lang (http://commons.apache.org/proper/commons-lang/) org.apache.commons:commons-lang3:jar:3.4 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/commons-lang3.license) Maven Aether Provider (http://maven.apache.org/ref/3.3.9/maven-aether-provider/) org.apache.maven:maven-aether-provider:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-aether-provider.license) Maven Artifact (http://maven.apache.org/ref/3.3.9/maven-artifact/) org.apache.maven:maven-artifact:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-artifact.license) Maven Builder Support (http://maven.apache.org/ref/3.3.9/maven-builder-support/) org.apache.maven:maven-builder-support:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-builder-support.license) Maven Compat (http://maven.apache.org/ref/3.3.9/maven-compat/) org.apache.maven:maven-compat:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-compat.license) Maven Core (http://maven.apache.org/ref/3.3.9/maven-core/) org.apache.maven:maven-core:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-core.license) Maven Embedder (http://maven.apache.org/ref/3.3.9/maven-embedder/) org.apache.maven:maven-embedder:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-embedder.license) Maven Model (http://maven.apache.org/ref/3.3.9/maven-model/) org.apache.maven:maven-model:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-model.license) Maven Model Builder (http://maven.apache.org/ref/3.3.9/maven-model-builder/) org.apache.maven:maven-model-builder:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-model-builder.license) Maven Plugin API (http://maven.apache.org/ref/3.3.9/maven-plugin-api/) org.apache.maven:maven-plugin-api:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-plugin-api.license) Maven Repository Metadata Model (http://maven.apache.org/ref/3.3.9/maven-repository-metadata/) org.apache.maven:maven-repository-metadata:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-repository-metadata.license) Maven Settings (http://maven.apache.org/ref/3.3.9/maven-settings/) org.apache.maven:maven-settings:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-settings.license) Maven Settings Builder (http://maven.apache.org/ref/3.3.9/maven-settings-builder/) org.apache.maven:maven-settings-builder:jar:3.3.9 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/maven-settings-builder.license) Apache Maven Wagon :: Providers :: File Provider (http://maven.apache.org/wagon/wagon-providers/wagon-file) org.apache.maven.wagon:wagon-file:jar:2.10 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-file.license) Apache Maven Wagon :: Providers :: HTTP Provider (http://maven.apache.org/wagon/wagon-providers/wagon-http) org.apache.maven.wagon:wagon-http:jar:2.10 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-http.license) Apache Maven Wagon :: Providers :: HTTP Shared Library (http://maven.apache.org/wagon/wagon-providers/wagon-http-shared) org.apache.maven.wagon:wagon-http-shared:jar:2.10 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-http-shared.license) Apache Maven Wagon :: API (http://maven.apache.org/wagon/wagon-provider-api) org.apache.maven.wagon:wagon-provider-api:jar:2.10 License: Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt (lib/wagon-provider-api.license) Aether API (http://www.eclipse.org/aether/aether-api/) org.eclipse.aether:aether-api:jar:1.0.2.v20150114 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-api.license) Aether Connector Basic (http://www.eclipse.org/aether/aether-connector-basic/) org.eclipse.aether:aether-connector-basic:jar:1.0.2.v20150114 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-connector-basic.license) Aether Implementation (http://www.eclipse.org/aether/aether-impl/) org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-impl.license) Aether SPI (http://www.eclipse.org/aether/aether-spi/) org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-spi.license) Aether Transport Wagon (http://www.eclipse.org/aether/aether-transport-wagon/) org.eclipse.aether:aether-transport-wagon:jar:1.0.2.v20150114 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-transport-wagon.license) Aether Utilities (http://www.eclipse.org/aether/aether-util/) org.eclipse.aether:aether-util:jar:1.0.2.v20150114 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/aether-util.license) org.eclipse.sisu.inject (http://www.eclipse.org/sisu/org.eclipse.sisu.inject/) org.eclipse.sisu:org.eclipse.sisu.inject:eclipse-plugin:0.3.2 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/org.eclipse.sisu.inject.license) org.eclipse.sisu.plexus (http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/) org.eclipse.sisu:org.eclipse.sisu.plexus:eclipse-plugin:0.3.2 License: Eclipse Public License, Version 1.0 http://www.eclipse.org/legal/epl-v10.html (lib/org.eclipse.sisu.plexus.license) jsoup (http://jsoup.org/) org.jsoup:jsoup:jar:1.7.2 License: The MIT License http://jsoup.com/license (lib/jsoup.license) SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.5 License: MIT License http://www.opensource.org/licenses/mit-license.php (lib/slf4j-api.license) SLF4J Simple Binding (http://www.slf4j.org) org.slf4j:slf4j-simple:jar:1.7.5 License: MIT License http://www.opensource.org/licenses/mit-license.php (lib/slf4j-simple.license) Plexus Cipher: encryption/decryption Component (http://spice.sonatype.org/plexus-cipher) org.sonatype.plexus:plexus-cipher:jar:1.7 License: Apache Public License 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/plexus-cipher.license) Plexus Security Dispatcher Component (http://spice.sonatype.org/plexus-sec-dispatcher) org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 License: Apache Public License 2.0 http://www.apache.org/licenses/LICENSE-2.0 (lib/plexus-sec-dispatcher.license) ruby-maven-libs-3.3.9+ds/lib/0000755000000000000000000000000013050565247012607 5ustar ruby-maven-libs-3.3.9+ds/lib/maven.rb0000644000000000000000000000156413050565247014250 0ustar module Maven VERSION = '3.3.9'.freeze def self.exec( *args ) if args.member?( '-Dverbose=true' ) || args.member?( '-Dverbose' ) || args.member?( '-X' ) puts "mvn #{args.join(' ')}" end old_maven_home = ENV['M2_HOME'] ENV['M2_HOME'] = home system "#{Maven.bin( 'mvn' )} #{args.join( ' ' )}" ensure ENV['M2_HOME'] = old_maven_home end def self.home @home ||= begin dir = File.dirname( File.expand_path( __FILE__ ) ) File.expand_path( "#{dir}/../maven-home" ) end end def self.bin( file = nil ) if file File.join( path( 'bin' ), file ) else path( 'bin' ) end end def self.lib path( 'lib' ) end def self.conf path( 'conf' ) end def self.boot path( 'boot' ) end private def self.path( name ) File.join( home, name ) end end ruby-maven-libs-3.3.9+ds/ruby-maven-libs.gemspec0000644000000000000000000001223613050565247016426 0ustar ######################################################### # This file has been automatically generated by gem2tgz # ######################################################### # -*- encoding: utf-8 -*- # stub: ruby-maven-libs 3.3.9 ruby lib Gem::Specification.new do |s| s.name = "ruby-maven-libs".freeze s.version = "3.3.9" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christian Meier".freeze] s.date = "2016-04-22" s.description = "maven distribution as gem - no ruby executables !".freeze s.email = ["m.kristian@web.de".freeze] s.extra_rdoc_files = ["README.md".freeze, "maven-home/LICENSE".freeze, "maven-home/NOTICE".freeze, "maven-home/README.txt".freeze] s.files = ["README.md".freeze, "lib/maven.rb".freeze, "maven-home/LICENSE".freeze, "maven-home/NOTICE".freeze, "maven-home/README.txt".freeze, "maven-home/bin/m2.conf".freeze, "maven-home/bin/mvn".freeze, "maven-home/bin/mvn.cmd".freeze, "maven-home/bin/mvnDebug".freeze, "maven-home/bin/mvnDebug.cmd".freeze, "maven-home/bin/mvnyjp".freeze, "maven-home/boot/plexus-classworlds-2.5.2.jar".freeze, "maven-home/conf/logging/simplelogger.properties".freeze, "maven-home/conf/settings.xml".freeze, "maven-home/conf/toolchains.xml".freeze, "maven-home/lib/aether-api-1.0.2.v20150114.jar".freeze, "maven-home/lib/aether-api.license".freeze, "maven-home/lib/aether-connector-basic-1.0.2.v20150114.jar".freeze, "maven-home/lib/aether-connector-basic.license".freeze, "maven-home/lib/aether-impl-1.0.2.v20150114.jar".freeze, "maven-home/lib/aether-impl.license".freeze, "maven-home/lib/aether-spi-1.0.2.v20150114.jar".freeze, "maven-home/lib/aether-spi.license".freeze, "maven-home/lib/aether-transport-wagon-1.0.2.v20150114.jar".freeze, "maven-home/lib/aether-transport-wagon.license".freeze, "maven-home/lib/aether-util-1.0.2.v20150114.jar".freeze, "maven-home/lib/aether-util.license".freeze, "maven-home/lib/aopalliance-1.0.jar".freeze, "maven-home/lib/cdi-api-1.0.jar".freeze, "maven-home/lib/cdi-api.license".freeze, "maven-home/lib/commons-cli-1.2.jar".freeze, "maven-home/lib/commons-io-2.2.jar".freeze, "maven-home/lib/commons-lang-2.6.jar".freeze, "maven-home/lib/commons-lang3-3.4.jar".freeze, "maven-home/lib/commons-lang3.license".freeze, "maven-home/lib/ext/README.txt".freeze, "maven-home/lib/guava-18.0.jar".freeze, "maven-home/lib/guice-4.0-no_aop.jar".freeze, "maven-home/lib/javax.inject-1.jar".freeze, "maven-home/lib/jsoup-1.7.2.jar".freeze, "maven-home/lib/jsoup.license".freeze, "maven-home/lib/jsr250-api-1.0.jar".freeze, "maven-home/lib/jsr250-api.license".freeze, "maven-home/lib/maven-aether-provider-3.3.9.jar".freeze, "maven-home/lib/maven-aether-provider.license".freeze, "maven-home/lib/maven-artifact-3.3.9.jar".freeze, "maven-home/lib/maven-artifact.license".freeze, "maven-home/lib/maven-builder-support-3.3.9.jar".freeze, "maven-home/lib/maven-builder-support.license".freeze, "maven-home/lib/maven-compat-3.3.9.jar".freeze, "maven-home/lib/maven-compat.license".freeze, "maven-home/lib/maven-core-3.3.9.jar".freeze, "maven-home/lib/maven-core.license".freeze, "maven-home/lib/maven-embedder-3.3.9.jar".freeze, "maven-home/lib/maven-embedder.license".freeze, "maven-home/lib/maven-model-3.3.9.jar".freeze, "maven-home/lib/maven-model-builder-3.3.9.jar".freeze, "maven-home/lib/maven-model-builder.license".freeze, "maven-home/lib/maven-model.license".freeze, "maven-home/lib/maven-plugin-api-3.3.9.jar".freeze, "maven-home/lib/maven-plugin-api.license".freeze, "maven-home/lib/maven-repository-metadata-3.3.9.jar".freeze, "maven-home/lib/maven-repository-metadata.license".freeze, "maven-home/lib/maven-settings-3.3.9.jar".freeze, "maven-home/lib/maven-settings-builder-3.3.9.jar".freeze, "maven-home/lib/maven-settings-builder.license".freeze, "maven-home/lib/maven-settings.license".freeze, "maven-home/lib/org.eclipse.sisu.inject-0.3.2.jar".freeze, "maven-home/lib/org.eclipse.sisu.inject.license".freeze, "maven-home/lib/org.eclipse.sisu.plexus-0.3.2.jar".freeze, "maven-home/lib/org.eclipse.sisu.plexus.license".freeze, "maven-home/lib/plexus-cipher-1.7.jar".freeze, "maven-home/lib/plexus-cipher.license".freeze, "maven-home/lib/plexus-component-annotations-1.6.jar".freeze, "maven-home/lib/plexus-interpolation-1.21.jar".freeze, "maven-home/lib/plexus-sec-dispatcher-1.3.jar".freeze, "maven-home/lib/plexus-sec-dispatcher.license".freeze, "maven-home/lib/plexus-utils-3.0.22.jar".freeze, "maven-home/lib/slf4j-api-1.7.5.jar".freeze, "maven-home/lib/slf4j-api.license".freeze, "maven-home/lib/slf4j-simple-1.7.5.jar".freeze, "maven-home/lib/slf4j-simple.license".freeze, "maven-home/lib/wagon-file-2.10.jar".freeze, "maven-home/lib/wagon-file.license".freeze, "maven-home/lib/wagon-http-2.10-shaded.jar".freeze, "maven-home/lib/wagon-http-shared-2.10.jar".freeze, "maven-home/lib/wagon-http-shared.license".freeze, "maven-home/lib/wagon-http.license".freeze, "maven-home/lib/wagon-provider-api-2.10.jar".freeze, "maven-home/lib/wagon-provider-api.license".freeze] s.homepage = "https://github.com/takari/ruby-maven-libs".freeze s.licenses = ["APL".freeze] s.rubygems_version = "2.5.2".freeze s.summary = "maven distribution as gem".freeze end