ANY23-321 Add openie toggle functionality to service
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/b3806d3c Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/b3806d3c Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/b3806d3c Branch: refs/heads/master Commit: b3806d3c86422831fc08ac9068fac5984b772399 Parents: 69109f3 Author: Lewis John McGibbney <[email protected]> Authored: Fri Feb 23 17:56:20 2018 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Fri Feb 23 17:56:20 2018 -0800 ---------------------------------------------------------------------- service/pom.xml | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/b3806d3c/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index d5b275f..b59706b 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -217,37 +217,11 @@ <id>copy</id> <phase>prepare-package</phase> <goals> - <goal>copy</goal> + <goal>copy-dependencies</goal> </goals> <configuration> - <artifactItems> - <artifactItem> - <groupId>org.apache.any23.plugins</groupId> - <artifactId>apache-any23-openie</artifactId> - <version>${project.version}</version> - <outputDirectory>${output.directory}</outputDirectory> - </artifactItem> - <artifactItem> - <groupId>org.allenai.openie</groupId> - <artifactId>openie_2.11</artifactId> - <version>${openie_2.11.version}</version> - <outputDirectory>${output.directory}</outputDirectory> - </artifactItem> - <artifactItem> - <groupId>org.allenai.openie</groupId> - <artifactId>openie_2.11</artifactId> - <version>${openie_2.11.version}</version> - <type>pom</type> - <outputDirectory>${output.directory}</outputDirectory> - </artifactItem> - <artifactItem> - <groupId>edu.washington.cs.knowitall</groupId> - <artifactId>openregex</artifactId> - <version>${openregex.version}</version> - <outputDirectory>${output.directory}</outputDirectory> - </artifactItem> - </artifactItems> - <!-- other configurations here --> + <includeScope>provided</includeScope> + <outputDirectory>${output.directory}</outputDirectory> </configuration> </execution> </executions>
