Sha256: c864ecdeeeb5b5eac141831449404c5150cf89ac27c7d2ffad4a0d418b976818
Contents?: true
Size: 1.52 KB
Versions: 12
Compression:
Stored size: 1.52 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> <dependencies> <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
12 entries across 12 versions & 1 rubygems