[siren-user] building siren 0.2.1-snapshot with maven 3
Renaud Delbru
renaud.delbru at deri.org
Mon Nov 22 09:20:25 GMT 2010
Hi Tomasz,
Thanks a lot for sharing your finding with us.
I never tried and tested SIREn on Maven 3, so I cannot really tell you
something about the error you encounter.
However, I'll will double check the compilation procedure for SIREn
0.2.1 SNAPSHOT as you are not the only one encountering problem. It is
true that it is a bit complicated with this script to install locally
the Lucene and Solr dependencies, but this is the easiest solution I
found for the moment, until Lucene/Solr 3.1 is officially released.
cheers.
--
Renaud Delbru
On 20/11/10 19:25, Tomasz Chodakowski wrote:
> I am running maven 3 on my machine and have been struggling to build the
> latest siren release. The following are the changes I had to perform to
> get a successful build.
>
> 1. Add "<relativePath>../siren-parent</relativePath>" subelement to
> "parent" element in non-parent poms. For example:
>
> <parent>
> <artifactId>siren-parent</artifactId>
> <groupId>org.sindice.siren</groupId>
> <version>0.2.1-SNAPSHOT</version>
> <relativePath>../siren-parent</relativePath>
> </parent>
>
> 2. After running install-dependencies script I had to remove "parent"
> elements from all the poms attached to the installed artifacts in local
> maven repository.
>
> 3. Added jakarta regexp dependency to siren-solr pom:
>
> <dependency>
> <groupId>jakarta-regexp</groupId>
> <artifactId>jakarta-regexp</artifactId>
> <version>1.4</version>
> </dependency>
>
> That should get your build up and running.
>
> Trying to run the demos, now...
>
> Tomasz
> _______________________________________________
> siren mailing list
> siren at lists.deri.org
> http://lists.deri.org/mailman/listinfo/siren
More information about the siren
mailing list