> About the solr.war, when i start my mvn cargo:run i put into > the pom.xml the > fact that he create the sol.war and for solr-cell tomcat > needs some > dependencies like solr-cell, solr-core, solr-solrj, > tika-core and slf4j-api. > > Have you any idea about where is my mistake ?
Okey, for solr-cell tomcat needs dependencies. These dependencies shipped with solr download. (apache-solr-3.6.1.tgz for example). You don't need to embed those jars into solr.war. You can consume them using <lib directives. That said, to enable solr-cell you don't need to re-create solr nor use maven.