Sha256: d39a61f964ca828eb2449ab1f4755fa67d53840d7f9a96a9dd9dbc270db70628
Contents?: true
Size: 1.75 KB
Versions: 3
Compression:
Stored size: 1.75 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>no_group_id_given</groupId> <artifactId>pom_from_jarfile_with_repos</artifactId> <version>0.0.0</version> <name>pom_from_jarfile_with_repos</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> </dependencies> <repositories> <repository> <id>http://1.2.3.4/artifactory/</id> <name>http://1.2.3.4/artifactory/</name> <url>http://1.2.3.4/artifactory/</url> </repository> <repository> <id>takari</id> <name>takari</name> <url>http://otto.takari.io:8081/nexus/content/groups/public</url> </repository> <repository> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> <id>tesla</id> <name>tesla</name> <url>http://repository.tesla.io:8081/nexus/content/groups/public</url> </repository> </repositories> </project>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maven-tools-1.0.4 | spec/pom_from_jarfile_with_repos/pom.xml |
maven-tools-1.0.3 | spec/pom_from_jarfile_with_repos/pom.xml |
maven-tools-1.0.2 | spec/pom_from_jarfile_with_repos/pom.xml |