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