Sha256: 13ac94305a0917b86b5162da6631dd4a8aa4d2af6780909d1b4186e386fe94e3
Contents?: true
Size: 852 Bytes
Versions: 1
Compression:
Stored size: 852 Bytes
Contents
<project> <modelVersion>4.0.0</modelVersion> <groupId>no_group_id_given</groupId> <artifactId>profile_gemspec_spec</artifactId> <version>0.0.0</version> <name>profile_gemspec_spec</name> <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> <plugins> <plugin> <groupId>de.saumya.mojo</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version> <configuration> <gemspec>snapshot.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/profile_gemspec_spec/snapshot.xml |