Resolving errors.
[COLAMDJ.git] / pom.xml
blobc37331479de658e28fa5205f65c31202c8e098d4
1 <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">
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>edu.ufl.cise</groupId>
4   <artifactId>COLAMDJ</artifactId>
5   <version>2.7.3-SNAPSHOT</version>
6   <dependencies>
7         <dependency>
8                 <groupId>junit</groupId>
9                 <artifactId>junit</artifactId>
10                 <version>3.8.2</version>
11         </dependency>
12   </dependencies>
13   <build>
14     <plugins>
15       <plugin>
16         <groupId>org.apache.maven.plugins</groupId>
17         <artifactId>maven-surefire-plugin</artifactId>
18         <configuration>
19           <includes>
20             <include>**/test/Dcolamd_*.java</include>
21           </includes>
22         </configuration>
23       </plugin>
24     </plugins>
25   </build>
26 </project>