4.0.0 org.dspace.modules additions DSpace Kernel :: Additions and Local Customizations This project allows you to easily create your own "additions.jar" including custom Java classes. This JAR will be automatically included in all DSpace web applications. jar org.dspace modules 8.0-SNAPSHOT .. ${basedir}/../../.. org.codehaus.gmaven groovy-maven-plugin setproperty initialize execute project.properties['agnostic.build.dir'] = project.build.directory.replace(File.separator, '/'); log.info("Initializing Maven property 'agnostic.build.dir' to: {}", project.properties['agnostic.build.dir']); unit-test-environment false skipUnitTests false maven-dependency-plugin ${project.build.directory}/testing org.dspace dspace-parent ${project.version} zip testEnvironment setupUnitTestEnvironment generate-test-resources unpack maven-surefire-plugin ${agnostic.build.dir}/testing/dspace/ true ${agnostic.build.dir}/testing/dspace/solr/ org.dspace dspace-api test-jar test integration-test-environment false skipIntegrationTests false maven-dependency-plugin ${project.build.directory}/testing org.dspace dspace-parent ${project.version} zip testEnvironment setupIntegrationTestEnvironment pre-integration-test unpack maven-failsafe-plugin ${agnostic.build.dir}/testing/dspace/ true ${agnostic.build.dir}/testing/dspace/solr/ org.dspace dspace-api test-jar test org.dspace dspace-api org.dspace dspace-api test-jar test org.dspace dspace-api-lang org.dspace dspace-services javax.servlet javax.servlet-api provided ant-contrib ant-contrib 1.0b3 ant ant org.apache.solr solr-solrj ${solr.client.version} org.apache.solr solr-core ${solr.client.version} test org.apache.lucene lucene-analyzers-icu test org.apache.lucene lucene-analyzers-smartcn test org.apache.lucene lucene-analyzers-stempel test junit junit test org.hamcrest hamcrest-core test com.h2database h2 test org.mockito mockito-inline test