https://github.com/eclipse/ice
Raw File
Tip revision: a87344b38554854d8c28d21fb1cec5283bb7b267 authored by Greg Watson on 23 October 2017, 19:51:01 UTC
Issue #374 - Add an orbit repository reference for the old version of
Tip revision: a87344b
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<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>
	<parent>
		<groupId>org.eclipse.ice</groupId>
		<artifactId>org.eclipse.ice.parent</artifactId>
		<version>2.2.1-SNAPSHOT</version>
		<relativePath>../org.eclipse.ice.parent/pom.xml</relativePath>
	</parent>
	<groupId>org.eclipse.ice</groupId>
	<artifactId>org.eclipse.ice.tests.reflectivity</artifactId>
	<packaging>eclipse-test-plugin</packaging>
	<properties>
		<sonar.skip>true</sonar.skip>
	</properties>
</project>
back to top