You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by co...@apache.org on 2016/12/28 03:45:07 UTC

[3/6] opennlp git commit: Removes assembly plug-in from pom.xml

Removes assembly plug-in from pom.xml

Now that Morfologik add-on is part of the main distribution, we don\u2019t 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/trunk
Commit: 486b880796cdc2ef4876ccaadcbf54a2de6ce968
Parents: 060c99a
Author: William Colen <co...@apache.org>
Authored: Wed Dec 28 01:14:49 2016 -0200
Committer: William Colen <co...@apache.org>
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>