mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
[DS-247] License Cleanup in solrstatistics.
This commit is contained in:
27
pom.xml
27
pom.xml
@@ -68,7 +68,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>dspace-pom</artifactId>
|
<artifactId>dspace-pom</artifactId>
|
||||||
<groupId>org.dspace</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<version>1</version>
|
<version>2</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
@@ -207,6 +207,31 @@
|
|||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.google.code.maven-license-plugin</groupId>
|
||||||
|
<artifactId>maven-license-plugin</artifactId>
|
||||||
|
<version>1.4.0</version>
|
||||||
|
<configuration>
|
||||||
|
<header>http://scm.dspace.org/svn/repo/licenses/LICENSE_HEADER</header>
|
||||||
|
<excludes>
|
||||||
|
<exclude>src/main/webapp/**</exclude>
|
||||||
|
<exclude>target/**</exclude>
|
||||||
|
<exclude>m2-target/**</exclude>
|
||||||
|
<exclude>**/*.properties</exclude>
|
||||||
|
</excludes>
|
||||||
|
<properties />
|
||||||
|
<encoding>UTF-8</encoding>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>check</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
</build>
|
</build>
|
||||||
|
@@ -1,3 +1,13 @@
|
|||||||
|
/**
|
||||||
|
* $Id: $
|
||||||
|
* $URL: $
|
||||||
|
* *************************************************************************
|
||||||
|
* Copyright (c) 2002-2009, DuraSpace. All rights reserved
|
||||||
|
* Licensed under the DuraSpace Foundation License.
|
||||||
|
*
|
||||||
|
* A copy of the DuraSpace License has been included in this
|
||||||
|
* distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt
|
||||||
|
*/
|
||||||
package org.dspace.solr.filters;
|
package org.dspace.solr.filters;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
Reference in New Issue
Block a user