[hibernate-commits] Hibernate SVN: r14762 - search/branches/jboss_cache_integration.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jun 11 11:26:07 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-06-11 11:26:07 -0400 (Wed, 11 Jun 2008)
New Revision: 14762

Modified:
   search/branches/jboss_cache_integration/build.xml
   search/branches/jboss_cache_integration/common-build.xml
Log:
Updated ant scripts

Modified: search/branches/jboss_cache_integration/build.xml
===================================================================
--- search/branches/jboss_cache_integration/build.xml	2008-06-11 13:51:06 UTC (rev 14761)
+++ search/branches/jboss_cache_integration/build.xml	2008-06-11 15:26:07 UTC (rev 14762)
@@ -17,7 +17,7 @@
 	<!-- Name of project and version, used to create filenames -->
 	<property name="Name" value="Hibernate Search"/>
 	<property name="name" value="hibernate-search"/>
-	<property name="version" value="3.1.0.Beta1"/>
+	<property name="version" value="3.1.0.NAVIN-SNAPSHOT"/>
 	<property name="javadoc.packagenames" value="org.hibernate.search.*"/>
 	<property name="copy.test" value="true"/>
 	<property name="javac.source" value="1.5"/>

Modified: search/branches/jboss_cache_integration/common-build.xml
===================================================================
--- search/branches/jboss_cache_integration/common-build.xml	2008-06-11 13:51:06 UTC (rev 14761)
+++ search/branches/jboss_cache_integration/common-build.xml	2008-06-11 15:26:07 UTC (rev 14762)
@@ -457,7 +457,7 @@
 	</target>
 
     <!-- maven deploy: to be used by the subbuild and delcare deps on jar -->
-    <target name="deploy" depends="jar">
+    <target name="install" depends="jar">
         <fail unless="offline.repository.jboss.org" message="offline.repository.jboss.org must be defined"/>
         <jar jarfile="${src.jar}" basedir="${src.dir}">
           <include name="**/*.java" />
@@ -466,11 +466,12 @@
         </jar>
 
         <artifact:pom id="maven.project" file="${pom.file}" />
-
-        <artifact:install file="${jar.file.name}">
+		<echo>GENERATED POM</echo>
+        <artifact:install file="${jar.file.name}" overwrite="true">
             <pom refid="maven.project"/>
         </artifact:install>
-
+	</target>
+	<target name="deploy" depends="install">
         <artifact:deploy file="${jar.file.name}">
           <pom refid="maven.project" />
           <remoteRepository refId="offline.repository.jboss.org">




More information about the hibernate-commits mailing list