From: <sha...@us...> - 2012-04-18 12:52:02
|
Revision: 3640 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3640&view=rev Author: shadowtm Date: 2012-04-18 12:51:51 +0000 (Wed, 18 Apr 2012) Log Message: ----------- Cleaned up poms in preparation for removing third party repositories - these mods will make a significant impact on build time. Modified Paths: -------------- trunk/components-ext/pom.xml trunk/pom.xml Modified: trunk/components-ext/pom.xml =================================================================== --- trunk/components-ext/pom.xml 2012-04-18 03:45:36 UTC (rev 3639) +++ trunk/components-ext/pom.xml 2012-04-18 12:51:51 UTC (rev 3640) @@ -10,21 +10,6 @@ <version>1.0-SNAPSHOT</version> <url>http://aksw.org/Projects/DLLearner</url> - <repositories> - <repository> - <id>Simmetrics</id> - <url>http://maven.mse.jhu.edu/m2repository/</url> - </repository> - <!-- <repository> <id>Harvard Med</id> <url>http://repo.open.med.harvard.edu/nexus/content/repositories/public/</url> - </repository> --> - <repository> - <id>Annolab</id> - <url>http://annolab.org/m2/releases/</url> - </repository> - <!-- <repository> <id>Mirror for WSTX</id> <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url> - </repository> --> - </repositories> - <parent> <groupId>org.dllearner</groupId> <artifactId>dllearner-parent</artifactId> @@ -124,24 +109,13 @@ <groupId>uk.ac.shef.wit</groupId> <artifactId>simmetrics</artifactId> <version>1.6.2</version> - <type>jar</type> - <scope>compile</scope> </dependency> <dependency> <groupId>stax</groupId> <artifactId>stax-api</artifactId> <version>1.0.1</version> - <type>jar</type> - <scope>compile</scope> </dependency> <dependency> - <groupId>woodstox</groupId> - <artifactId>wstx-api</artifactId> - <version>3.2.0</version> - <type>jar</type> - <scope>compile</scope> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -179,10 +153,8 @@ <dependency> <groupId>org.nlp2rdf</groupId> <artifactId>nif</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> </dependency> - - <dependency> <groupId>org.xerial</groupId> <artifactId>sqlite-jdbc</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-04-18 03:45:36 UTC (rev 3639) +++ trunk/pom.xml 2012-04-18 12:51:51 UTC (rev 3640) @@ -16,7 +16,7 @@ <gwt.version>2.3.0</gwt.version> <!--Define the AKSW dependency version --> - <aksw.version>0.1</aksw.version> + <aksw.version>0.2-SNAPSHOT</aksw.version> <slf4j.version>1.6.4</slf4j.version> <log4j.version>1.2.16</log4j.version> @@ -81,11 +81,11 @@ <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>gwt-maven-plugin</artifactId> - <version>${gwt.version}</version> - </plugin> + <plugin> + <groupId>com.mycila.maven-license-plugin</groupId> + <artifactId>maven-license-plugin</artifactId> + <version>1.9.0</version> + </plugin> </plugins> </pluginManagement> </build> @@ -117,12 +117,6 @@ <version>1.3.3</version> </dependency> - <dependency> - <groupId>org.projectlombok</groupId> - <artifactId>lombok</artifactId> - <version>0.9.3</version> - </dependency> - <!-- SOLR Dependency --> <dependency> <groupId>org.apache.solr</groupId> @@ -152,13 +146,6 @@ </exclusions> </dependency> - - <dependency> - <groupId>com.extjs</groupId> - <artifactId>gxt</artifactId> - <version>2.2.3</version> - </dependency> - <!--Available via central, we use the latest with minor mods to DL Learner source (IE Dig related code) --> <dependency> @@ -293,34 +280,26 @@ </dependency> <dependency> - <groupId>org.dllearner</groupId> - <artifactId>sparql-query-generator</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> <groupId>org.aksw.commons</groupId> <artifactId>sparql</artifactId> - <version>0.2-SNAPSHOT</version> + <version>${aksw.version}</version> </dependency> <dependency> <groupId>org.aksw.commons</groupId> <artifactId>model</artifactId> - <version>0.2-SNAPSHOT</version> + <version>${aksw.version}</version> </dependency> <dependency> <groupId>org.aksw.commons</groupId> <artifactId>collections</artifactId> - <version>0.2-SNAPSHOT</version> + <version>${aksw.version}</version> </dependency> - <dependency> <groupId>org.aksw.commons</groupId> <artifactId>util</artifactId> - <version>0.2-SNAPSHOT</version> + <version>${aksw.version}</version> </dependency> - <dependency> <groupId>net.sourceforge.secondstring</groupId> <artifactId>secondstring</artifactId> @@ -357,25 +336,8 @@ <version>5.1.13</version> </dependency> - <dependency> - <groupId>commons-configuration</groupId> - <artifactId>commons-configuration</artifactId> - <version>1.6</version> - </dependency> - <!--GWT Dependencies --> <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-servlet</artifactId> - <version>${gwt.version}</version> - </dependency> - <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-user</artifactId> - <version>${gwt.version}</version> - </dependency> - - <dependency> <groupId>postgresql</groupId> <artifactId>postgresql</artifactId> <version>8.4-701.jdbc4</version> @@ -478,13 +440,6 @@ <artifactId>jcl-over-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> - - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - <version>${slf4j.version}</version> - </dependency> <!--END Logging Dependencies--> </dependencies> @@ -518,13 +473,7 @@ <url>http://on.cs.unibas.ch/maven/repository/</url> </repository> - <!-- This repository contains the jars for the project lombok jars --> <repository> - <id>projectlombok.org</id> - <url>http://projectlombok.org/mavenrepo</url> - </repository> - - <repository> <id>GXT</id> <url>http://maven.jahia.org/maven2/</url> </repository> @@ -621,9 +570,11 @@ <artifactId>maven-source-plugin</artifactId> <executions> <execution> - <goals> - <goal>jar</goal> - </goals> + <id>attach-sources</id> + <phase>verify</phase> + <goals> + <goal>jar</goal> + </goals> </execution> </executions> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |