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>
|
||||
<scope>provided</scope>
|
||||
</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>
|
||||
<groupId>edu.mit.simile</groupId>
|
||||
<artifactId>butterfly</artifactId>
|
||||
@ -147,11 +132,6 @@
|
||||
<artifactId>rhino</artifactId>
|
||||
<version>1.7.10</version>
|
||||
</dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>13.0</version>
|
||||
</dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
@ -237,11 +217,6 @@
|
||||
<artifactId>odfdom-java</artifactId>
|
||||
<version>0.8.8-incubating</version> <!-- in classpath: 0.8.7 -->
|
||||
</dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>com.ibm.icu</groupId>
|
||||
<artifactId>icu4j</artifactId>
|
||||
<version>4.0.1</version>
|
||||
</dependency> -->
|
||||
<dependency>
|
||||
<groupId>edu.mit.simile</groupId>
|
||||
<artifactId>vicino</artifactId>
|
||||
@ -297,7 +272,6 @@
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>2.9.9</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.jena</groupId>
|
||||
<artifactId>jena-arq</artifactId>
|
||||
@ -324,9 +298,7 @@
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- test dependencies -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.testng</groupId>
|
||||
@ -360,21 +332,5 @@
|
||||
</dependency>
|
||||
</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>
|
||||
|
||||
|
87
pom.xml
87
pom.xml
@ -31,12 +31,6 @@
|
||||
<build>
|
||||
<finalName>openrefine</finalName>
|
||||
<resources>
|
||||
<!-- <resource>
|
||||
<directory>main/src</directory>
|
||||
<includes>
|
||||
<include>log4j.properties</include>
|
||||
</includes>
|
||||
</resource> -->
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@ -90,53 +84,6 @@
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</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>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
@ -149,39 +96,7 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
<pluginManagement>
|
||||
<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>
|
||||
</build>
|
||||
|
@ -145,22 +145,5 @@
|
||||
<version>1.7.18</version>
|
||||
</dependency>
|
||||
</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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user