diff --git a/build.xml b/build.xml index 383d10e3be6..5e46a399a64 100644 --- a/build.xml +++ b/build.xml @@ -534,6 +534,8 @@ + @@ -550,6 +552,8 @@ basedir="${build.javadoc}/contrib-solr-dataimporthandler" /> + @@ -737,6 +741,7 @@ + @@ -819,6 +824,15 @@ + + + + + + + + diff --git a/contrib/velocity/solr-velocity-pom.xml.template b/contrib/velocity/solr-velocity-pom.xml.template new file mode 100644 index 00000000000..8dcaf7fd279 --- /dev/null +++ b/contrib/velocity/solr-velocity-pom.xml.template @@ -0,0 +1,61 @@ + + + + + 4.0.0 + + + org.apache.solr + solr-parent + @maven_version@ + + + org.apache.solr + solr-velocity + Apache Solr Velocity Extension + @maven_version@ + Apache Solr Velocity Extension adds support for integrating Solr and Velocity + jar + + + + commons-lang + commons-lang + 2.4 + + + commons-beanutils + commons-beanutils + 1.7.0 + + + org.apache.velocity + velocity + 1.6.1 + + + org.apache.velocity + velocity-tools + 2.0-beta3 + + +