oscar4
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4</artifactId>
<version>5.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>uk.ac.cam.ch.wwmm</groupId>
<artifactId>wwmm-parent</artifactId>
<version>7</version>
</parent>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4</artifactId>
<version>5.3.0</version>
<packaging>pom</packaging>
<name>oscar4-parent</name>
<url>https://github.com/blueobelisk/oscar4</url>
<developers>
<developer>
<id>dmj30</id>
<name>David Jessop</name>
</developer>
<developer>
<id>egonw</id>
<name>Egon Willighagen</name>
</developer>
<developer>
<id>lh359</id>
<name>Lezan Hawizy</name>
</developer>
<developer>
<id>sea36</id>
<name>Sam Adams</name>
</developer>
<developer>
<id>dl387</id>
<name>Daniel Lowe</name>
</developer>
<developer>
<id>mw529</id>
<name>Mark J. Williamson</name>
</developer>
<developer>
<id>ptc24</id>
<name>Peter Corbett</name>
<roles>
<role>Main developer of OSCAR3, author of inherited code.</role>
</roles>
</developer>
</developers>
<properties>
<maven.min-version>3.0.4</maven.min-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Use:
mvn versions:display-dependency-updates
to check for updates for these below
-->
<opsin-core.version>2.8.0</opsin-core.version>
<opsin-inchi.version>${opsin-core.version}</opsin-inchi.version>
<xom.version>1.3.9</xom.version>
<log4j2.version>2.25.1</log4j2.version>
<icu4j.version>77.1</icu4j.version>
<poi.version>5.4.1</poi.version>
<opennlp-maxent.version>3.0.3</opennlp-maxent.version>
<opennlp-tools.version>2.5.4</opennlp-tools.version>
<automaton.version>1.11-8</automaton.version>
<commons-io.version>2.20.0</commons-io.version>
<commons-discovery.version>20040218.194635</commons-discovery.version>
<jregex.version>1.2_01</jregex.version>
<commons-math.version>2.2</commons-math.version>
<guava.version>33.4.8-jre</guava.version>
<jexample.version>4.4-378</jexample.version>
<mockito-core.version>4.11.0</mockito-core.version>
<junit.version>4.13.2</junit.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
</properties>
<scm>
<url>https://github.com/blueobelisk/oscar4</url>
<connection>scm:git:https://github.com/blueobelisk/oscar4</connection>
<developerConnection>scm:git:git@github.com:BlueObelisk/oscar4.git</developerConnection>
<tag>5.3.0</tag>
</scm>
<issueManagement>
<url>https://github.com/blueobelisk/oscar4/issues</url>
</issueManagement>
<modules>
<module>oscar4-core</module>
<module>oscar4-tokeniser</module>
<module>oscar4-memmrecogniser</module>
<module>oscar4-memmrecogniser-train</module>
<module>oscar4-patternrecogniser</module>
<module>oscar4-chemnamedict</module>
<module>oscar4-obo</module>
<module>oscar4-opsin</module>
<module>oscar4-api</module>
<module>oscar4-preprocessor</module>
<module>oscar4-formatter</module>
<module>oscar4-recogniser-core</module>
<module>oscar4-data</module>
<module>oscar4-all</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-core</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-tokenizer</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-recogniser-core</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-memmrecogniser</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-patternrecogniser</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-chemnamedict</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-obo</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-opsin</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-api</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.wwmm.oscar</groupId>
<artifactId>oscar4-data</artifactId>
<version>5.3.0</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.opsin</groupId>
<artifactId>opsin-inchi</artifactId>
<version>${opsin-inchi.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.cam.ch.opsin</groupId>
<artifactId>opsin-core</artifactId>
<version>${opsin-core.version}</version>
<exclusions>
<exclusion>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
<version>${xom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>${icu4j.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>${poi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-maxent</artifactId>
<version>${opennlp-maxent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>${opennlp-tools.version}</version>
</dependency>
<dependency>
<groupId>dk.brics.automaton</groupId>
<artifactId>automaton</artifactId>
<version>${automaton.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>commons-discovery</groupId>
<artifactId>commons-discovery</artifactId>
<version>${commons-discovery.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jregex</groupId>
<artifactId>jregex</artifactId>
<version>${jregex.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>${commons-math.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito-core.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xms512m -Xmx1024m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>enforce-bytecode-version</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>1.8</maxJdkVersion>
</enforceBytecodeVersion>
</rules>
<fail>true</fail>
</configuration>
</execution>
<execution>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.min-version}</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.10.0</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<source>8</source>
<detectJavaApiLink>false</detectJavaApiLink>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<!--Additional plugins to run when performing a release for Maven Central-->
<id>sonatype-oss-release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<source>8</source>
<detectJavaApiLink>false</detectJavaApiLink>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.7</version>
<reportSets>
<reportSet>
<reports>
<report>index</report>
<report>summary</report>
<report>dependencies</report>
<report>project-team</report>
<report>license</report>
<report>scm</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.17</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.1</version>
<configuration>
<targetJdk>1.8</targetJdk>
<linkXRef>true</linkXRef>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>apt-maven-plugin</artifactId>
<version>1.0-alpha-5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.12.1</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
</plugins>
</reporting>
</project>