You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2012/09/14 02:02:16 UTC

svn commit: r1384606 - /hbase/tags/0.92.2mvn2/pom.xml

Author: tedyu
Date: Fri Sep 14 00:02:15 2012
New Revision: 1384606

URL: http://svn.apache.org/viewvc?rev=1384606&view=rev
Log:
Add SNAPSHOT to version

Modified:
    hbase/tags/0.92.2mvn2/pom.xml

Modified: hbase/tags/0.92.2mvn2/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.92.2mvn2/pom.xml?rev=1384606&r1=1384605&r2=1384606&view=diff
==============================================================================
--- hbase/tags/0.92.2mvn2/pom.xml (original)
+++ hbase/tags/0.92.2mvn2/pom.xml Fri Sep 14 00:02:15 2012
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 <!--
 /**
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -46,9 +45,9 @@
   <url>http://hbase.apache.org</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/hbase/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/hbase/tags/0.92.2mvn2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/tags/0.92.2mvn2</developerConnection>
+    <url>http://svn.apache.org/viewvc/hbase/tags/0.92.2mvn2</url>
   </scm>
 
   <issueManagement>
@@ -628,24 +627,22 @@
             <phase>initialize</phase>
             <configuration>
               <tasks if="arc">
-                <get dest="${project.build.directory}/arc-jira.tar.gz"
-                     src="https://github.com/facebook/arc-jira/tarball/master"/>
-                <untar src="${project.build.directory}/arc-jira.tar.gz" compression="gzip"
-                 dest="${project.build.directory}">
+                <get dest="${project.build.directory}/arc-jira.tar.gz" src="https://github.com/facebook/arc-jira/tarball/master" />
+                <untar src="${project.build.directory}/arc-jira.tar.gz" compression="gzip" dest="${project.build.directory}">
                   <patternset>
-                    <include name="facebook-arc-jira-*/arc_jira_lib/**"/>
+                    <include name="facebook-arc-jira-*/arc_jira_lib/**" />
                   </patternset>
                 </untar>
                 <move todir="${basedir}">
                   <fileset dir="${project.build.directory}">
-                    <include name="facebook-arc-jira-*/arc_jira_lib/**"/>
+                    <include name="facebook-arc-jira-*/arc_jira_lib/**" />
                    </fileset>
-                  <mapper type="regexp" from="^facebook-arc-jira-([^/])*/(.*)" to="\.\2"/>
+                  <mapper type="regexp" from="^facebook-arc-jira-([^/])*/(.*)" to="\.\2" />
                 </move>
                 <delete includeemptydirs="true">
                   <fileset dir="${project.build.directory}">
-                    <include name="facebook-arc-jira-*"/>
-                    <include name="arc-jira.tar.gz"/>
+                    <include name="facebook-arc-jira-*" />
+                    <include name="arc-jira.tar.gz" />
                   </fileset>
                 </delete>
               </tasks>
@@ -659,39 +656,30 @@
             <phase>generate-sources</phase>
             <configuration>
               <target>
-                <property name="build.webapps"
-                          location="${project.build.directory}/hbase-webapps"/>
-                <property name="src.webapps"
-                          location="${basedir}/src/main/resources/hbase-webapps"/>
-                <property name="generated.sources"
-                          location="${project.build.directory}/generated-sources"/>
+                <property name="build.webapps" location="${project.build.directory}/hbase-webapps" />
+                <property name="src.webapps" location="${basedir}/src/main/resources/hbase-webapps" />
+                <property name="generated.sources" location="${project.build.directory}/generated-sources" />
 
-                <mkdir dir="${build.webapps}"/>
+                <mkdir dir="${build.webapps}" />
                 <copy todir="${build.webapps}">
                   <fileset dir="${src.webapps}">
-                    <exclude name="**/*.jsp"/>
-                    <exclude name="**/.*"/>
-                    <exclude name="**/*~"/>
+                    <exclude name="**/*.jsp" />
+                    <exclude name="**/.*" />
+                    <exclude name="**/*~" />
                   </fileset>
                 </copy>
 
                 <!--The compile.classpath is passed in by maven-->
-                <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/>
+                <taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath" />
 
-                <mkdir dir="${build.webapps}/master/WEB-INF"/>
-                <jspcompiler uriroot="${src.webapps}/master"
-                             outputdir="${generated.sources}/java"
-                             package="org.apache.hadoop.hbase.generated.master"
-                             webxml="${build.webapps}/master/WEB-INF/web.xml"/>
-
-                <mkdir dir="${build.webapps}/regionserver/WEB-INF"/>
-                <jspcompiler uriroot="${src.webapps}/regionserver"
-                             outputdir="${generated.sources}/java"
-                             package="org.apache.hadoop.hbase.generated.regionserver"
-                             webxml="${build.webapps}/regionserver/WEB-INF/web.xml"/>
+                <mkdir dir="${build.webapps}/master/WEB-INF" />
+                <jspcompiler uriroot="${src.webapps}/master" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.master" webxml="${build.webapps}/master/WEB-INF/web.xml" />
+
+                <mkdir dir="${build.webapps}/regionserver/WEB-INF" />
+                <jspcompiler uriroot="${src.webapps}/regionserver" outputdir="${generated.sources}/java" package="org.apache.hadoop.hbase.generated.regionserver" webxml="${build.webapps}/regionserver/WEB-INF/web.xml" />
 
                 <exec executable="sh">
-                  <arg line="${basedir}/src/saveVersion.sh ${project.version} ${generated.sources}/java"/>
+                  <arg line="${basedir}/src/saveVersion.sh ${project.version} ${generated.sources}/java" />
                 </exec>
               </target>
             </configuration>
@@ -703,12 +691,11 @@
             <phase>process-resources</phase>
             <configuration>
               <target>
-                <replace file="${project.build.outputDirectory}/hbase-default.xml"
-                  token="@@@VERSION@@@" value="${project.version}" />
-                <mkdir dir="${project.build.directory}/nativelib"/>
+                <replace file="${project.build.outputDirectory}/hbase-default.xml" token="@@@VERSION@@@" value="${project.version}" />
+                <mkdir dir="${project.build.directory}/nativelib" />
                 <exec executable="tar" dir="${project.build.directory}/nativelib" failonerror="false">
-                  <arg value="xf"/>
-                  <arg value="hadoop-snappy-nativelibs.tar"/>
+                  <arg value="xf" />
+                  <arg value="hadoop-snappy-nativelibs.tar" />
                 </exec>
               </target>
             </configuration>
@@ -723,7 +710,7 @@
               <target>
                 <!-- Complements the assembly -->
 
-                <mkdir dir="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/lib/native/${build.platform}"/>
+                <mkdir dir="${project.build.directory}/${project.build.finalName}/${project.build.finalName}/lib/native/${build.platform}" />
 
                 <!-- Using Unix cp to preserve symlinks, using script to handle wildcards -->
                 <echo file="${project.build.directory}/copynativelibs.sh">
@@ -732,14 +719,13 @@
                     fi
                 </echo>
                 <exec executable="sh" dir="${project.build.directory}" failonerror="true">
-                    <arg line="./copynativelibs.sh"/>
+                    <arg line="./copynativelibs.sh" />
                 </exec>
 
                 <!-- Using Unix tar to preserve symlinks -->
-                <exec executable="tar" failonerror="yes"
-                  dir="${project.build.directory}/${project.build.finalName}">
-                    <arg value="czf"/>
-                    <arg value="${project.build.directory}/${project.build.finalName}.tar.gz"/>
+                <exec executable="tar" failonerror="yes" dir="${project.build.directory}/${project.build.finalName}">
+                    <arg value="czf" />
+                    <arg value="${project.build.directory}/${project.build.finalName}.tar.gz" />
                     <arg value="${project.build.finalName}/" />
                 </exec>
 
@@ -857,7 +843,7 @@
     <final.name>${project.artifactId}-${project.version}</final.name>
 
     <!-- For flaky tests exclusion -->
-    <test.exclude></test.exclude>
+    <test.exclude />
     <test.exclude.pattern>**/${test.exclude}.java</test.exclude.pattern>
     
     <!-- Test inclusion patterns -->
@@ -1201,8 +1187,8 @@
                 <configuration>
                 <target>
                   <ant antfile="${basedir}/src/packages/build.xml">
-                    <target name="package-rpm"/>
-                    <target name="package-conf-pseudo-rpm"/>
+                    <target name="package-rpm" />
+                    <target name="package-conf-pseudo-rpm" />
                   </ant>
                   </target>
                 </configuration>
@@ -1230,8 +1216,8 @@
                   <target>
                     <property name="artifactId" value="${project.artifactId}" />
                     <ant antfile="${basedir}/src/packages/build.xml">
-                      <target name="package-deb"/>
-                      <target name="package-conf-pseudo-deb"/>
+                      <target name="package-deb" />
+                      <target name="package-conf-pseudo-deb" />
                     </ant>
                   </target>
                 </configuration>