On 08/04/13 17:47, Rob Vesse wrote:
Lol
Yes in so far as starting from the basic POM a File > New > Maven Project
in Eclipse counts
Rob
https://wiki.postgresql.org/images/b/b4/Pg-as-nosql-pgday-fosdem-2013.pdf
slides 12 to 14
On 4/8/13 6:42 AM, "[email protected]" <[email protected]> wrote:
Author: andy
Date: Mon Apr 8 13:42:10 2013
New Revision: 1465633
URL: http://svn.apache.org/r1465633
Log:
Clean POM of material from another project.
(does anyone write POMs from scratch?)
Modified:
jena/Experimental/jena-text/pom.xml
Modified: jena/Experimental/jena-text/pom.xml
URL:
http://svn.apache.org/viewvc/jena/Experimental/jena-text/pom.xml?rev=14656
33&r1=1465632&r2=1465633&view=diff
==========================================================================
====
--- jena/Experimental/jena-text/pom.xml (original)
+++ jena/Experimental/jena-text/pom.xml Mon Apr 8 13:42:10 2013
@@ -4,11 +4,23 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.epimorphics.eldp</groupId>
- <artifactId>elps-solr</artifactId>
+ <artifactId>jena-text</artifactId>
<packaging>jar</packaging>
- <name>ELDP-Solr</name>
+ <name>>Apache Jena - SPARQL, Lucene and Solr integration</name>
<version>0.0.0-SNAPSHOT</version>
+ <!--
+ When integrated
+ <parent>
+ <groupId>org.apache.jena</groupId>
+ <artifactId>jena-parent</artifactId>
+ <version>6-SNAPSHOT</version>
+ <relativePath>../jena-parent</relativePath>
+ </parent>
+ -->
+
+ <!--
+ Better to put this in your settings.xml
<repositories>
<repository>
<id>apache.snapshots</id>
@@ -19,6 +31,7 @@
</releases>
</repository>
</repositories>
+ -->
<properties>
<ver.junit>[4.11,)</ver.junit>
@@ -31,7 +44,6 @@
<build.time.xsd>${maven.build.timestamp}</build.time.xsd>
<ver.hamcrest>[1.3,)</ver.hamcrest>
-
<ver.lucene>4.2.1</ver.lucene>
<ver.solr>4.2.1</ver.solr>