|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<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/maven-v4_0_0.xsd"> |
3 | | - <modelVersion>4.0.0</modelVersion> |
4 | | - <artifactId>hps-analysis</artifactId> |
5 | | - <name>analysis</name> |
6 | | - <description>common analysis code</description> |
7 | | - <parent> |
8 | | - <groupId>org.hps</groupId> |
9 | | - <artifactId>hps-parent</artifactId> |
10 | | - <relativePath>../parent/pom.xml</relativePath> |
11 | | - <version>3.11-SNAPSHOT</version> |
12 | | - </parent> |
13 | | - <dependencies> |
14 | | - <dependency> |
15 | | - <groupId>org.hps</groupId> |
16 | | - <artifactId>hps-recon</artifactId> |
17 | | - </dependency> |
18 | | - </dependencies> |
19 | | - <build> |
20 | | - <plugins> |
21 | | - <plugin> |
22 | | - <groupId>org.apache.maven.plugins</groupId> |
23 | | - <artifactId>maven-surefire-plugin</artifactId> |
24 | | - <configuration> |
25 | | - <excludes> |
26 | | - <exclude>**/VertexAnalysisTest.java</exclude> |
27 | | - </excludes> |
28 | | - </configuration> |
29 | | - </plugin> |
30 | | - </plugins> |
31 | | - </build> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <artifactId>hps-analysis</artifactId> |
| 6 | + <name>analysis</name> |
| 7 | + <description>common analysis code</description> |
| 8 | + <parent> |
| 9 | + <groupId>org.hps</groupId> |
| 10 | + <artifactId>hps-java</artifactId> |
| 11 | + <relativePath>../pom.xml</relativePath> |
| 12 | + <version>3.11-SNAPSHOT</version> |
| 13 | + </parent> |
| 14 | + <dependencies> |
| 15 | + <dependency> |
| 16 | + <groupId>org.hps</groupId> |
| 17 | + <artifactId>hps-recon</artifactId> |
| 18 | + </dependency> |
| 19 | + </dependencies> |
| 20 | + <build> |
| 21 | + <plugins> |
| 22 | + <plugin> |
| 23 | + <groupId>org.apache.maven.plugins</groupId> |
| 24 | + <artifactId>maven-surefire-plugin</artifactId> |
| 25 | + <configuration> |
| 26 | + <excludes> |
| 27 | + <exclude>**/VertexAnalysisTest.java</exclude> |
| 28 | + <exclude>org/hps/analysis/MC/MCTrackerHitResidualAnalysisDriverTest.java</exclude> |
| 29 | + </excludes> |
| 30 | + </configuration> |
| 31 | + </plugin> |
| 32 | + </plugins> |
| 33 | + </build> |
32 | 34 | </project> |
0 commit comments