Cleanup pom files
This commit is contained in:
parent
ed76375a01
commit
4eeefe75f4
46
main/pom.xml
46
main/pom.xml
@ -122,21 +122,6 @@
|
|||||||
<version>2.5</version>
|
<version>2.5</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency>
|
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
|
||||||
<artifactId>jetty</artifactId>
|
|
||||||
<version>6.1.22</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
|
||||||
<artifactId>jetty-util</artifactId>
|
|
||||||
<version>6.1.22</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.codeberry.jdatapath</groupId>
|
|
||||||
<artifactId>jdatapath</artifactId>
|
|
||||||
<version>alpha2</version>
|
|
||||||
</dependency> -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>edu.mit.simile</groupId>
|
<groupId>edu.mit.simile</groupId>
|
||||||
<artifactId>butterfly</artifactId>
|
<artifactId>butterfly</artifactId>
|
||||||
@ -147,11 +132,6 @@
|
|||||||
<artifactId>rhino</artifactId>
|
<artifactId>rhino</artifactId>
|
||||||
<version>1.7.10</version>
|
<version>1.7.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency>
|
|
||||||
<groupId>com.google.guava</groupId>
|
|
||||||
<artifactId>guava</artifactId>
|
|
||||||
<version>13.0</version>
|
|
||||||
</dependency> -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.json</groupId>
|
<groupId>org.json</groupId>
|
||||||
<artifactId>json</artifactId>
|
<artifactId>json</artifactId>
|
||||||
@ -237,11 +217,6 @@
|
|||||||
<artifactId>odfdom-java</artifactId>
|
<artifactId>odfdom-java</artifactId>
|
||||||
<version>0.8.8-incubating</version> <!-- in classpath: 0.8.7 -->
|
<version>0.8.8-incubating</version> <!-- in classpath: 0.8.7 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- <dependency>
|
|
||||||
<groupId>com.ibm.icu</groupId>
|
|
||||||
<artifactId>icu4j</artifactId>
|
|
||||||
<version>4.0.1</version>
|
|
||||||
</dependency> -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>edu.mit.simile</groupId>
|
<groupId>edu.mit.simile</groupId>
|
||||||
<artifactId>vicino</artifactId>
|
<artifactId>vicino</artifactId>
|
||||||
@ -297,7 +272,6 @@
|
|||||||
<artifactId>joda-time</artifactId>
|
<artifactId>joda-time</artifactId>
|
||||||
<version>2.9.9</version>
|
<version>2.9.9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.jena</groupId>
|
<groupId>org.apache.jena</groupId>
|
||||||
<artifactId>jena-arq</artifactId>
|
<artifactId>jena-arq</artifactId>
|
||||||
@ -324,9 +298,7 @@
|
|||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- test dependencies -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.testng</groupId>
|
<groupId>org.testng</groupId>
|
||||||
@ -360,21 +332,5 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<!-- <repository>
|
|
||||||
<id>nightlabs</id>
|
|
||||||
<url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>kint</id>
|
|
||||||
<url>http://developer.k-int.com/maven2</url>
|
|
||||||
</repository> -->
|
|
||||||
<!-- <repository>
|
|
||||||
<id>local-jars</id>
|
|
||||||
<name>Local JARs</name>
|
|
||||||
<url>file://${project.basedir}/../libs</url>
|
|
||||||
</repository> -->
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
87
pom.xml
87
pom.xml
@ -31,12 +31,6 @@
|
|||||||
<build>
|
<build>
|
||||||
<finalName>openrefine</finalName>
|
<finalName>openrefine</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
<!-- <resource>
|
|
||||||
<directory>main/src</directory>
|
|
||||||
<includes>
|
|
||||||
<include>log4j.properties</include>
|
|
||||||
</includes>
|
|
||||||
</resource> -->
|
|
||||||
</resources>
|
</resources>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -90,53 +84,6 @@
|
|||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<version>3.1.1</version>
|
<version>3.1.1</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
<configuration>
|
|
||||||
<webResources>
|
|
||||||
<resource>
|
|
||||||
<directory>main/webapp</directory>
|
|
||||||
<excludes>
|
|
||||||
<exclude>WEB-INF/butterfly.properties</exclude>
|
|
||||||
<exclude>WEB-INF/lib/*.jar</exclude>
|
|
||||||
<exclude>WEB-INF/lib-src/**</exclude>
|
|
||||||
</excludes>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<directory>patches</directory>
|
|
||||||
<includes>
|
|
||||||
<include>butterfly.properties</include>
|
|
||||||
</includes>
|
|
||||||
<targetPath>WEB-INF</targetPath>
|
|
||||||
</resource>
|
|
||||||
<resource>
|
|
||||||
<directory>extensions</directory>
|
|
||||||
<targetPath>extensions</targetPath>
|
|
||||||
<excludes>
|
|
||||||
<exclude>**/jackson-core-asl-*.jar</exclude>
|
|
||||||
<exclude>**/jackson-mapper-asl-*.jar</exclude>
|
|
||||||
<exclude>lmf/**/jena-*.jar</exclude>
|
|
||||||
</excludes>
|
|
||||||
</resource>
|
|
||||||
</webResources>
|
|
||||||
</configuration>
|
|
||||||
</plugin> -->
|
|
||||||
<!-- <plugin>
|
|
||||||
<groupId>org.apache.tomcat.maven</groupId>
|
|
||||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
|
||||||
<version>2.2</version>
|
|
||||||
<configuration>
|
|
||||||
<warSourceDirectory>main/webapp</warSourceDirectory>
|
|
||||||
<path>${jee.path}</path>
|
|
||||||
<port>${jee.port}</port>
|
|
||||||
<systemProperties>
|
|
||||||
<refine.version>${project.version}</refine.version>
|
|
||||||
<refine.data>${refine.data}</refine.data>
|
|
||||||
</systemProperties>
|
|
||||||
</configuration>
|
|
||||||
</plugin> -->
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
@ -149,39 +96,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
<plugins> <!--
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
|
||||||
<version>1.1.1</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>antclean</id>
|
|
||||||
<phase>clean</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>exec</goal>
|
|
||||||
</goals>
|
|
||||||
<inherited>false</inherited>
|
|
||||||
<configuration>
|
|
||||||
<executable>ant</executable>
|
|
||||||
<arguments>
|
|
||||||
<argument>clean</argument>
|
|
||||||
</arguments>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
|
||||||
<id>ant</id>
|
|
||||||
<phase>validate</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>exec</goal>
|
|
||||||
</goals>
|
|
||||||
<inherited>false</inherited>
|
|
||||||
<configuration>
|
|
||||||
<executable>ant</executable>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin> -->
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
|
@ -145,22 +145,5 @@
|
|||||||
<version>1.7.18</version>
|
<version>1.7.18</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<!-- <repository>
|
|
||||||
<id>nightlabs</id>
|
|
||||||
<url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>kint</id>
|
|
||||||
<url>http://developer.k-int.com/maven2</url>
|
|
||||||
</repository> -->
|
|
||||||
<!-- <repository>
|
|
||||||
<id>local-jars</id>
|
|
||||||
<name>Local JARs</name>
|
|
||||||
<url>file://${project.basedir}/../libs</url>
|
|
||||||
</repository> -->
|
|
||||||
</repositories>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user