spaziocodice / SolRDF

An RDF plugin for Solr
Apache License 2.0
114 stars 20 forks source link

Build jar and war #92

Closed akkabin closed 9 years ago

akkabin commented 9 years ago

Hi Andrea,

Have a look the project structure, it will build jar and war, if you like it, pick it up, otherwise leave it.

git clone https://github.com/agazzarini/SolRDF.git Build and run SolrRDF

cd SolRDF mvn clean package cd solrdf-web mvn cargo:run

Regards, Brian Chen

agazzarini commented 9 years ago

Thanks @brianchen, sure, I will have a look...I was already thinking about a multi-module project as I'd need the same thing for building a solrj version for SolRDF (see issue #66)

agazzarini commented 9 years ago

Hi @brianchen, many thanks for the patch. I cannot apply that as I just changed the project layout (see #93). Now the war packaging is confined in the integration-tests project, where you can also run a standalone instance of SolRDF. Instead, the core module produces a jar.