Sha256: c74ff4eee80c8760d44b2f0303d65ee1d2d8c21ff5fe5d61d24c37f27d5a7154

Contents?: true

Size: 1.29 KB

Versions: 3

Compression:

Stored size: 1.29 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2012 to original author or authors
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html

-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dummy</groupId>
  <artifactId>pom_from_jarfile</artifactId>
  <version>0.0.0</version>
  <name>example from jarfile</name>
  <dependencies>
    <dependency>
      <groupId>org.jruby</groupId>
      <artifactId>jruby</artifactId>
      <version>1.7.13</version>
      <type>pom</type>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
    </dependency>
    <dependency>
      <groupId>ruby.maven-tools.jar</groupId>
      <artifactId>myfirst</artifactId>
      <version>0</version>
      <scope>system</scope>
      <systemPath>myfirst.jar</systemPath>
    </dependency>
  </dependencies>
</project>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maven-tools-1.0.1 spec/pom_from_jarfile/pom.xml
maven-tools-1.0.0 spec/pom_from_jarfile/pom.xml
maven-tools-1.0.0.rc6 spec/pom_from_jarfile/pom.xml