File tree Expand file tree Collapse file tree 2 files changed +42
-13
lines changed
uk.ac.stfc.isis.ibex.client.tycho.parent
uk.ac.stfc.isis.ibex.model.tests Expand file tree Collapse file tree 2 files changed +42
-13
lines changed Original file line number Diff line number Diff line change 254254 <module >../uk.ac.stfc.isis.ibex.dae.tests</module >
255255 <module >../uk.ac.stfc.isis.ibex.ui.ioccontrol.tests</module >
256256 <module >../uk.ac.stfc.isis.ibex.ui.graphing.tests</module >
257+ <module >../uk.ac.stfc.isis.ibex.model.tests</module >
258+ <module >../uk.ac.stfc.isis.ibex.logger.tests</module >
257259 </modules >
258260</project >
259261
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
22 <modelVersion >4.0.0</modelVersion >
3- <groupId >uk.ac.stfc.isis.ibex.model.tests</groupId >
43 <artifactId >uk.ac.stfc.isis.ibex.model.tests</artifactId >
5- <version >0.0.1-SNAPSHOT</version >
4+ <packaging >eclipse-test-plugin</packaging >
5+ <parent >
6+ <groupId >CSS_ISIS</groupId >
7+ <version >1.0.0-SNAPSHOT</version >
8+ <relativePath >../uk.ac.stfc.isis.ibex.client.tycho.parent</relativePath >
9+ <artifactId >uk.ac.stfc.isis.ibex.client.tycho.parent</artifactId >
10+ </parent >
611 <build >
7- <sourceDirectory >src</sourceDirectory >
8- <plugins >
9- <plugin >
10- <artifactId >maven-compiler-plugin</artifactId >
11- <version >3.5.1</version >
12- <configuration >
13- <source />
14- <target />
15- </configuration >
16- </plugin >
17- </plugins >
12+ <pluginManagement >
13+ <plugins >
14+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
15+ <plugin >
16+ <groupId >org.eclipse.m2e</groupId >
17+ <artifactId >lifecycle-mapping</artifactId >
18+ <version >1.0.0</version >
19+ <configuration >
20+ <lifecycleMappingMetadata >
21+ <pluginExecutions >
22+ <pluginExecution >
23+ <pluginExecutionFilter >
24+ <groupId >org.jacoco</groupId >
25+ <artifactId >
26+ jacoco-maven-plugin
27+ </artifactId >
28+ <versionRange >
29+ [0.7.4.201502262128,)
30+ </versionRange >
31+ <goals >
32+ <goal >prepare-agent</goal >
33+ </goals >
34+ </pluginExecutionFilter >
35+ <action >
36+ <ignore ></ignore >
37+ </action >
38+ </pluginExecution >
39+ </pluginExecutions >
40+ </lifecycleMappingMetadata >
41+ </configuration >
42+ </plugin >
43+ </plugins >
44+ </pluginManagement >
1845 </build >
1946</project >
You can’t perform that action at this time.
0 commit comments