Added .m2 folder
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 16:21:47 CEST 2023
|
||||
opennlp-tools-1.5.2-incubating.pom>central=
|
||||
+153
@@ -0,0 +1,153 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the 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.apache.opennlp</groupId>
|
||||
<artifactId>opennlp</artifactId>
|
||||
<version>1.5.2-incubating</version>
|
||||
<relativePath>../opennlp/pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>opennlp-tools</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>OpenNLP Tools</name>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>opennlp.sf.net</id>
|
||||
<url>
|
||||
http://opennlp.sourceforge.net/maven2
|
||||
</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.opennlp</groupId>
|
||||
<artifactId>opennlp-maxent</artifactId>
|
||||
<version>3.0.2-incubating</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jwnl</groupId>
|
||||
<artifactId>jwnl</artifactId>
|
||||
<version>1.3.3</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<argLine>-Xmx512m</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<mainClass>opennlp.tools.cmdline.CLI</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>create-javadoc-jar</id>
|
||||
<configuration>
|
||||
<excludePackageNames>opennlp.tools.cmdline</excludePackageNames>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.felix</groupId>
|
||||
<artifactId>maven-bundle-plugin</artifactId>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<instructions>
|
||||
<Export-Package>
|
||||
!opennlp.tools.cmdline.*,
|
||||
!opennlp.tools.coref.*,
|
||||
opennlp.tools.*
|
||||
</Export-Package>
|
||||
<Import-Package>
|
||||
!net.didion.jwnl.*,
|
||||
*
|
||||
</Import-Package>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>default-cli</id>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>src/test/resources/opennlp/tools/chunker/*.txt</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/formats/*.sample</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/namefind/*.txt</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/namefind/*.train</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/parser/en_head_rules</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/parser/en_head_rules</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/parser/parser.train</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/parser/test.parse</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/postag/AnnotatedSentences.txt</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/sentdetect/Sentences.txt</exclude> <!-- test data -->
|
||||
<exclude>src/test/resources/opennlp/tools/tokenize/token.train</exclude> <!-- test data -->
|
||||
<exclude>lang/en/parser/en-head_rules</exclude> <!-- head rule file, format does not allow AL header -->
|
||||
</excludes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Fri Aug 18 16:21:47 CEST 2023
|
||||
@default-ltl-releases-http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.lastUpdated=1692368406710
|
||||
https\://repo.maven.apache.org/maven2/.lastUpdated=1692368507319
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.lastUpdated=1692368306441
|
||||
@default-ltl-model-http\://basa.ltl.uni-due.de\:34001/artifactory/models/.lastUpdated=1692368506942
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/releases/.error=Could not transfer artifact org.apache.opennlp\:opennlp-tools\:pom\:1.5.2-incubating from/to ltl-releases (http\://basa.ltl.uni-due.de\:34001/artifactory/releases)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-model-releases-local/.error=
|
||||
http\://basa.ltl.uni-due.de\:34001/artifactory/models/.error=Could not transfer artifact org.apache.opennlp\:opennlp-tools\:pom\:1.5.2-incubating from/to ltl-model (http\://basa.ltl.uni-due.de\:34001/artifactory/models)\: Connect timed out
|
||||
http\://zoidberg.ukp.informatik.tu-darmstadt.de/artifactory/public-snapshots/.lastUpdated=1692368306581
|
||||
+1
@@ -0,0 +1 @@
|
||||
3636abeded9e352f8fece5347b65ff63fe49e96e
|
||||
Reference in New Issue
Block a user