Re: Maven archetype

2013-12-06 Thread Furkan KAMACI
; > > Hi, > > if you want to deploy the SOLR war on tomcat you should do once so why do > > you need a maven archetype? You can just get the war from the website and > > deploy to your server. > > > > If you need to use maven because you are, for example, developing

Re: Maven archetype

2013-12-06 Thread Erwin Etchart
solr server create a solr home and store all xml and properties config in there , it is the common way to use solr server? regards Erwin 2013/12/6 Andrea Gazzarini > Hi, > if you want to deploy the SOLR war on tomcat you should do once so why do > you need a maven archetype? You can

Re: Maven archetype

2013-12-06 Thread Andrea Gazzarini
Hi, if you want to deploy the SOLR war on tomcat you should do once so why do you need a maven archetype? You can just get the war from the website and deploy to your server. If you need to use maven because you are, for example, developing in eclipse and you want to just launch jetty:run

Maven archetype

2013-12-06 Thread Erwin Etchart
Hi to everybody. Im not going to say that im new in solr, but im new in solr. I been googling a lot of things to start with solr, but i would like to know if there is a maven archetype for the 4.6 version (to deploy in tomcat). Also i would like to know (based in best practices) what the

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-28 Thread Simone Tripodi
Hi Stefan, thanks a lot, I'm joining now! :) http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Jan 27, 2011 at 4:27 PM, Stefan Matheis wrote: > Simo, it's freenode.net > > On Thu, Jan 27, 2011 at 4:16 PM, Simone Tripodi > wrote: > >> Hi Paul, >> sorry I'm late but I've b

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-27 Thread Stefan Matheis
Simo, it's freenode.net On Thu, Jan 27, 2011 at 4:16 PM, Simone Tripodi wrote: > Hi Paul, > sorry I'm late but I've been in the middle of a conf call :( On which > IRC server the #solr channel is? I'll reach you ASAP. > Thanks a lot! > Simo > > http://people.apache.org/~simonetripodi/ > http://ww

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-27 Thread Simone Tripodi
Hi Paul, sorry I'm late but I've been in the middle of a conf call :( On which IRC server the #solr channel is? I'll reach you ASAP. Thanks a lot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, Jan 27, 2011 at 4:00 PM, Paul Libbrecht wrote: > > Le 27 janv. 2011 à

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-27 Thread Paul Libbrecht
Le 27 janv. 2011 à 12:42, Simone Tripodi a écrit : > thanks a lot for your feedbacks, much more than appreciated! :) One more anomaly I find: the license is in the output of the pom.xml. I think this should not be the case. *my* license should be there, not the license of the archetype. Or? paul

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-27 Thread Paul Libbrecht
Le 27 janv. 2011 à 12:42, Simone Tripodi a écrit : > thanks a lot for your feedbacks, much more than appreciated! :) Good time sync. I need it right now. > * Yes it also packs a Solr webepp, it is needed to embed it in > Tomcat. Do you think it could be a useful feature having also webapp > .war

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-27 Thread Simone Tripodi
Le 27 janv. 2011 à 07:58, Simone Tripodi a écrit : > >> Hi all guys, >> this short mail just to make the Maven/Solr communities aware that we >> published an Apache Maven archetype[1] (that we lazily called >> 'solr-packager' :P) that helps Apache Solr

Re: A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-27 Thread Paul Libbrecht
webapp and src/main/resources are ignored. Help for the latter would be nice. paul Le 27 janv. 2011 à 07:58, Simone Tripodi a écrit : > Hi all guys, > this short mail just to make the Maven/Solr communities aware that we > published an Apache Maven archetype[1] (that we lazily called &

A Maven archetype that helps packaging Solr as a standalone application embedded in Apache Tomcat

2011-01-26 Thread Simone Tripodi
Hi all guys, this short mail just to make the Maven/Solr communities aware that we published an Apache Maven archetype[1] (that we lazily called 'solr-packager' :P) that helps Apache Solr developers creating complete standalone Solr-based applications, embedded in Apache Tomcat