Repository: opennlp Updated Branches: refs/heads/902 060c99a6b -> 486b88079
Removes assembly plug-in from pom.xml Now that Morfologik add-on is part of the main distribution, we donât need assembly instructions in pom.xml See issue OPENNLP-902 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/486b8807 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/486b8807 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/486b8807 Branch: refs/heads/902 Commit: 486b880796cdc2ef4876ccaadcbf54a2de6ce968 Parents: 060c99a Author: William Colen <[email protected]> Authored: Wed Dec 28 01:14:49 2016 -0200 Committer: William Colen <[email protected]> Committed: Wed Dec 28 01:14:49 2016 -0200 ---------------------------------------------------------------------- opennlp-morfologik-addon/pom.xml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/486b8807/opennlp-morfologik-addon/pom.xml ---------------------------------------------------------------------- diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml index d7bd311..d0e6a97 100644 --- a/opennlp-morfologik-addon/pom.xml +++ b/opennlp-morfologik-addon/pom.xml @@ -14,35 +14,7 @@ <name>Apache OpenNLP Morfologik Addon</name> <url>http://maven.apache.org</url> - <build> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>bundle-project-sources</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>src/main/assembly/bin.xml</descriptor> - <descriptor>src/main/assembly/src.xml</descriptor> - </descriptors> - <!-- Tar package is only compatible with gnu tar, - many file have more than 100 chars. - Right now only javadoc files are too long. - --> - <tarLongFileMode>gnu</tarLongFileMode> - - <finalName>apache-opennlp-morfologik-addon-${project.version}</finalName> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
