Bumping versions for Oxygen.1
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.diagram.papyrus.tests.git / pom.xml
blob1af84224032bceeaf3c01556c30a06a5ab4551dc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <artifactId>emf.compare-test-parent</artifactId>
7     <groupId>org.eclipse.emf.compare</groupId>
8     <version>1.0.0-SNAPSHOT</version>
9     <relativePath>../../org.eclipse.emf.compare-parent/test-parent</relativePath>
10   </parent>
11   <groupId>org.eclipse.emf.compare</groupId>
12   <artifactId>org.eclipse.emf.compare.diagram.papyrus.tests.git</artifactId>
13   <version>2.6.2-SNAPSHOT</version>
14   <packaging>eclipse-test-plugin</packaging>
16   <build>
17     <plugins>
18           <plugin>
19         <groupId>org.eclipse.tycho</groupId>
20         <artifactId>tycho-surefire-plugin</artifactId>
21         <configuration>
22           <includes>
23             <include>org/eclipse/emf/compare/diagram/papyrus/tests/suite/PapyrusGitTests.class</include>
24           </includes>
25           <useUIHarness>true</useUIHarness>
26           <argLine>-Xmx2048m</argLine>
27                 </configuration>
28           </plugin>
29     </plugins>
30   </build>
31 </project>