Add a plugin to copy the solr-home from the metacat-common to the target/classes.
Change the version to 2.2.0-SNAPSHOT and the dependency version of metacat-common to 2.2.0-SNAPSHOT.
[merge from branch to keep trunk up to date with upgrade history] prep for Metacat 2.1.1 release
use v2.1.0 for all metacat release components for consistency
remove all -SNAPSHOT artifacts in favor of released versions in preparation for Metacat v2.1.0 release
use the v1.1.2 d1-cn-index-processor
rollback: we do want to use 1.2.0-SNAPSHOT from d1 indexing.
use tagged version of cn-index-processor library
Use commons-io 2.4
Add the depency of d1_cn_index_processor here.
move the depency of d1_cn_index_processor to the metacat-common module.
use java 1.6 for maven compiler
use the sharing code from the metacat-common.
use integration-test ("mvn verify") to test things that require Metacat to be running. These classes should end be named "*IT.java" and unit tests that do not require metacat to be running can be named "*Test.java" - https://projects.ecoinformatics.org/ecoinfo/issues/5918
format before editing.
Excludes the slf4j-log4j12.jar for removing duplicated class.
The module will create a servlet class in a war file.
Make EmbeddedServer work. It is for solr 3.4 since the d1_cn_index_processor depends on that version.
Use the EmbeddedSolrServer to replace HttpSolrServer. Now it still has some issues.
Add junit test class to test the SolrIndex class.
Figured out to read beans from the configuration file.
Add the dependency of solr-solrj.
Add the repository and dependency of the d1_cn_index_processor.
add the metacat-index component. It has nothing right now.