[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-491?pag...
]
Emmanuel Bernard commented on HSEARCH-491:
------------------------------------------
Are you familiar 2with Maven archetypes.
It seems our current archetype in hibernate-search-archetype should be simplified as we
know pull deps from HSearch as mandatory.
ie removing
{code}
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<exclusions>
<exclusion>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</exclusion>
<exclusion>
<groupId>woodstox</groupId>
<artifactId>wstx-asl</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.stax-utils</groupId>
<artifactId>stax-utils</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.solr</groupId>
<artifactId>solr-lucene-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-snowball</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers</artifactId>
</dependency>
{code}
Make some optional dependencies mandatory
-----------------------------------------
Key: HSEARCH-491
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-491
Project: Hibernate Search
Issue Type: Improvement
Components: build, documentation
Reporter: Emmanuel Bernard
Assignee: Emmanuel Bernard
Fix For: 3.2.0.CR1
Attachments: solrNotOptional.patch
Need to change the pom, the artifact and the documentation (esp the getting started one).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira