You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/04/20 12:02:49 UTC

[05/14] opennlp git commit: Fixes a missing tag in pom.xml of Morfologik add-on

Fixes a missing tag in pom.xml of Morfologik add-on

See issue OPENNLP-622


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/1c77ccb3
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/1c77ccb3
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/1c77ccb3

Branch: refs/heads/parser_regression
Commit: 1c77ccb3d4777a9cfef078c7d8767e69c58f34ba
Parents: 64c464e
Author: William Colen <co...@apache.org>
Authored: Fri Dec 30 19:33:58 2016 -0200
Committer: William Colen <co...@apache.org>
Committed: Fri Dec 30 19:33:58 2016 -0200

----------------------------------------------------------------------
 opennlp-morfologik-addon/pom.xml | 38 ++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/1c77ccb3/opennlp-morfologik-addon/pom.xml
----------------------------------------------------------------------
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index 576c2f7..78a4ef9 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -66,22 +66,24 @@
 
 	</dependencies>
 
-	<plugins>
-		<plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>default-cli</id>
-            <configuration>
-              <excludes>
-                <!-- test data -->
-                <exclude>src/test/resources/*.txt</exclude>
-  				<exclude>src/test/resources/*.info</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-	</plugins>
+	<build>
+		<plugins>
+			<plugin>
+		        <groupId>org.apache.rat</groupId>
+		        <artifactId>apache-rat-plugin</artifactId>
+		        <executions>
+		          <execution>
+		            <id>default-cli</id>
+		            <configuration>
+		              <excludes>
+		                <!-- test data -->
+		                <exclude>src/test/resources/*.txt</exclude>
+		  				<exclude>src/test/resources/*.info</exclude>
+		              </excludes>
+		            </configuration>
+		          </execution>
+		        </executions>
+	      	</plugin>
+		</plugins>
+	</build>
 </project>