spaziocodice / SolRDF

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

Jar artifact with a war project packaging #91

Closed agazzarini closed 9 years ago

agazzarini commented 9 years ago

After changes related with issue #77 the project packaging has been changed from jar to war so SolRDF classes are no longer within the solrdf-x-y.jar but instead they are compiled in the WEB-INF/classes webapp folder

Although that change fixed the issue #77 the primary artifact that needs to be produced is a jar, not a whole web application. So IMO adding the maven-jar-plugin to SolRDF pom.xml could be a good compromise at the moment.

agazzarini commented 9 years ago

Becomes invalid after opening issue #93