<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  
  This file is part of JSBML. Please visit http://sbml.org/Software/JSBML
  for the latest version of JSBML and more information about SBML.
  
  Copyright (C) 2009-2022 jointly by the following organizations:
  1. The University of Tuebingen, Germany
  2. EMBL European Bioinformatics Institute (EBML-EBI), Hinxton, UK
  3. The California Institute of Technology, Pasadena, CA, USA
  4. The University of California, San Diego, La Jolla, CA, USA
  5. The Babraham Institute, Cambridge, UK
  
  This library is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation. A copy of the license agreement is provided
  in the file named "LICENSE.txt" included with this software distribution
  and also available online as http://sbml.org/Software/JSBML/License.
  
-->
<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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sbml.jsbml.ext</groupId>
    <artifactId>ext</artifactId>
    <version>1.6.1</version>
    <relativePath>../</relativePath>
  </parent>
  
  <groupId>org.sbml.jsbml.ext</groupId>
  <artifactId>jsbml-comp</artifactId>
  <packaging>jar</packaging>
  
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.19.1</version>
        <configuration>
          <testFailureIgnore>false</testFailureIgnore>
          <argLine>-Dfile.encoding=UTF-8 -ea</argLine>
          <excludes>
            <exclude>CompFlattenTest.java</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  
</project>
