Sha256: 7f8af1f791a24bb69f932a51953c8f6da81795e9fb0d0f008bea20f1c931c47a

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 KB

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.0.9</jruby.plugins.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.6.4</version>
    </dependency>
    <dependency>
      <groupId>org.jruby</groupId>
      <artifactId>jruby</artifactId>
      <version>1.7.16</version>
      <type>pom</type>
    </dependency>
    <dependency>
      <groupId>org.jruby</groupId>
      <artifactId>jruby</artifactId>
      <version>1.7.16</version>
      <classifier>noasm</classifier>
      <exclusions>
        <exclusion>
          <groupId>org.jruby</groupId>
          <artifactId>jruby-stdlib</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <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>jars_and_poms.gemspec</gemspec>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maven-tools-1.0.11 spec/dsl/profile_gemspec_spec/jars_and_poms.xml
maven-tools-1.0.10 spec/dsl/profile_gemspec_spec/jars_and_poms.xml
maven-tools-1.0.9 spec/dsl/profile_gemspec_spec/jars_and_poms.xml