ctf: do not assume endianness of integers for singletons
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core.tests / pom.xml
index 0cd05684a57d3638b0d6ac6bc7353f0b4428a109..7ba751f45f519a5066d4ee1eaa1d8bff553b290b 100644 (file)
   </parent>
 
   <name>Trace Compass CTF Core Tests Plug-in</name>
-  <groupId>org.eclipse.tracecompass</groupId>
   <artifactId>org.eclipse.tracecompass.ctf.core.tests</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
+  <properties>
+    <ctfTestSuiteCommit>0f8beba86ae551f42adeb81d1bfddd5645f31013</ctfTestSuiteCommit>
+  </properties>
+
   <!-- Do not download the test traces if "maven.test.skip" is set -->
   <profiles>
     <profile>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
             <executions>
               <execution>
                 <id>prepare</id>
                 <phase>pre-integration-test</phase>
                 <configuration>
                   <target>
+                    <property name="ctf-test-suite-commit" value="${ctfTestSuiteCommit}"/>
                     <ant antfile="get-traces.xml" dir="traces" />
                   </target>
                 </configuration>
@@ -66,7 +69,6 @@
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-surefire-plugin</artifactId>
-        <version>${tycho-version}</version>
         <configuration>
           <includes>
             <include>**/AllCtfCoreTests.*</include>
       <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.6.1</version>
         <executions>
           <execution>
             <id>clean-traces</id>
             <phase>clean</phase>
             <configuration>
               <filesets>
+                <fileset><directory>traces/ctf-testsuite</directory></fileset>
                 <fileset><directory>traces/synctraces</directory></fileset>
               </filesets>
             </configuration>
This page took 0.023969 seconds and 5 git commands to generate.