Repository: oodt Updated Branches: refs/heads/master 6be792102 -> e9536c27d
OODT-891 Add clover placeholder Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/720d4bd4 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/720d4bd4 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/720d4bd4 Branch: refs/heads/master Commit: 720d4bd489c746930b1d5889cd7606a40a3c31bb Parents: 6be7921 Author: Tom Barber <[email protected]> Authored: Wed Oct 14 07:55:09 2015 +0100 Committer: Tom Barber <[email protected]> Committed: Wed Oct 14 07:55:09 2015 +0100 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/720d4bd4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 23a3eca..9b02375 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,20 @@ the License. </execution> </executions> </plugin> +<!-- <plugin> + <groupId>com.atlassian.maven.plugins</groupId> + <artifactId>maven-clover2-plugin</artifactId> + <version>4.0.2</version> + <configuration> + <license><![CDATA[ +nRQNWtwTDKNQARUudFdtDsicMRPIUONPsMvQXbqMkHLoFB +mi2Kv8XgEIr0AKkpEyRKsl2L2KSZDO6fk1Eio5G7RKZiUc +OoroXsoPoMPqOQrNrPRTtnNpPOMmMOnnOoTsXVsTvXXvQp +moNnmqmUUnqmptmqummmmmUUnqmptmqummmmmUU1mXZebU +Unmmmm + ]]></license> + </configuration> + </plugin>--> </plugins> </build> </profile>
