Moving the POMs in the root to src/maven folder per Hoss's wish on solr-dev

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-08-16 13:49:09 +00:00
parent 4c06d30f35
commit ef4a80c80a
4 changed files with 3 additions and 3 deletions

View File

@ -692,7 +692,7 @@
<!-- ========== SOLR PARENT POM ========== -->
<m2-deploy pom.xml="solr-parent-pom.xml.template"/>
<m2-deploy pom.xml="${src}/maven/solr-parent-pom.xml.template"/>
<!-- ========== SOLR SPECIFIC LUCENE ARTIFACTS ========== -->
@ -722,7 +722,7 @@
<!-- ========== SOLR ARTIFACTS ========== -->
<m2-deploy pom.xml="solr-common-pom.xml.template"
<m2-deploy pom.xml="${src}/maven/solr-common-pom.xml.template"
jar.file="${dist}/apache-solr-common-${version}.jar">
<artifact-attachments>
@ -741,7 +741,7 @@
</artifact-attachments>
</m2-deploy>
<m2-deploy pom.xml="solr-core-pom.xml.template"
<m2-deploy pom.xml="${src}/maven/solr-core-pom.xml.template"
jar.file="${dist}/apache-solr-core-${version}.jar">
<artifact-attachments>