Sha256: 5679a6dc4daa3ef3a3ae190430ad58be9b3015b2d1ef530b73731a4da5f37059
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 KB
Contents
<project> <modelVersion>4.0.0</modelVersion> <groupId>rubygems</groupId> <artifactId>maven-tools</artifactId> <version>VERSION</version> <packaging>gem</packaging> <name>helpers for maven related tasks</name> <url>http://github.com/torquebox/maven-tools</url> <description>adds versions conversion from rubygems to maven and vice versa, ruby DSL for POM (Project Object Model from maven), pom generators, etc</description> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <comments>MIT license</comments> </license> </licenses> <developers> <developer> <name>Christian Meier</name> <email>m.kristian@web.de</email> </developer> </developers> <scm> <connection>https://github.com/torquebox/maven-tools.git</connection> <url>http://github.com/torquebox/maven-tools</url> </scm> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> <jruby.plugins.version>1.1.2</jruby.plugins.version> </properties> <repositories> <repository> <id>rubygems-releases</id> <url>http://rubygems-proxy.torquebox.org/releases</url> </repository> </repositories> <build> <extensions> <extension> <groupId>de.saumya.mojo</groupId> <artifactId>gem-extension</artifactId> <version>${jruby.plugins.version}</version> </extension> </extensions> <directory>${basedir}/pkg</directory> <plugins> <plugin> <groupId>de.saumya.mojo</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version> <configuration> <gemspec>maven-tools.gemspec</gemspec> </configuration> </plugin> </plugins> </build> </project>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maven-tools-1.0.13 | spec/dsl/project_gemspec_spec/no_gems.xml |