NUTCH-2243 Miredot plugin version and licence configuration are updated.
Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/6f7ca5bc Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/6f7ca5bc Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/6f7ca5bc Branch: refs/heads/2.x Commit: 6f7ca5bc0b08c3e3f8f4aa23e4924ad159d7222f Parents: 728d0de Author: Furkan KAMACI <[email protected]> Authored: Sat Jun 25 15:14:16 2016 +0300 Committer: Furkan KAMACI <[email protected]> Committed: Sat Jun 25 15:14:16 2016 +0300 ---------------------------------------------------------------------- ivy/mvn.template | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/6f7ca5bc/ivy/mvn.template ---------------------------------------------------------------------- diff --git a/ivy/mvn.template b/ivy/mvn.template index c86a923..5f7f379 100644 --- a/ivy/mvn.template +++ b/ivy/mvn.template @@ -116,8 +116,8 @@ <plugins> <plugin> <groupId>com.qmino</groupId> - <artifactId>miredot-maven-plugin</artifactId> - <version>1.4</version> + <artifactId>miredot-plugin</artifactId> + <version>2.0-RC2</version> <executions> <execution> <goals> @@ -126,10 +126,15 @@ </execution> </executions> <configuration> - <licence> - <!-- Miredot license key valid until Oct 30th 2017. The key is valid for two years, after which we are free to request a new key. --> - cHJvamVjdHxvcmcuYXBhY2hlLm51dGNoLm51dGNofDIwMTctMTAtMzB8dHJ1ZXwtMSNNQ3dDRkh2N1BsSXZvbWMzTGYxTXBHd3RYcVhEUnZsR0FoUjh3UWVhbG44TkdMUWhzVnJjVnNvNlJEZFBHQT09 - </licence> + <organizationId>c579ca2e-c194-4a14-a7f0-f39ef4ec3c2d</organizationId> + <restModel> + <restFramework> + <name>jax-rs</name> + </restFramework> + </restModel> + <output> + <html></html> + </output> <!-- insert other configuration here (optional) --> </configuration> </plugin>
