You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2012/10/21 06:03:08 UTC

svn commit: r1400570 - /hbase/tags/0.94.2mvn/pom.xml

Author: larsh
Date: Sun Oct 21 04:03:08 2012
New Revision: 1400570

URL: http://svn.apache.org/viewvc?rev=1400570&view=rev
Log:
[maven-release-plugin] prepare release 0.94.2mvn

Modified:
    hbase/tags/0.94.2mvn/pom.xml

Modified: hbase/tags/0.94.2mvn/pom.xml
URL: http://svn.apache.org/viewvc/hbase/tags/0.94.2mvn/pom.xml?rev=1400570&r1=1400569&r2=1400570&view=diff
==============================================================================
--- hbase/tags/0.94.2mvn/pom.xml (original)
+++ hbase/tags/0.94.2mvn/pom.xml Sun Oct 21 04:03:08 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
@@ -30,13 +29,13 @@
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>8</version>
-    <relativePath></relativePath><!-- no parent resolution -->
+    <relativePath /><!-- no parent resolution -->
   </parent>
 
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.94.2-SNAPSHOT</version>
+  <version>0.94.2</version>
   <name>HBase</name>
   <description>
     HBase is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need
@@ -47,9 +46,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.94.2mvn</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/hbase/tags/0.94.2mvn</developerConnection>
+    <url>http://svn.apache.org/viewvc/hbase/tags/0.94.2mvn</url>
   </scm>
 
   <issueManagement>
@@ -475,7 +474,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute></execute>
+                    <execute />
                   </action>
                 </pluginExecution> 
                 <pluginExecution>
@@ -488,7 +487,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute></execute>
+                    <execute />
                   </action>
                 </pluginExecution>
                 <pluginExecution>
@@ -501,7 +500,7 @@
                     </goals>
                   </pluginExecutionFilter>
                   <action>
-                    <execute></execute>
+                    <execute />
                   </action>
                 </pluginExecution>
               </pluginExecutions>
@@ -775,24 +774,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>
@@ -806,39 +803,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>
@@ -850,12 +838,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>
@@ -870,7 +857,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">
@@ -885,7 +872,7 @@
                     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 -->
@@ -901,7 +888,7 @@
 					tar czf $BUILD_DIR/${project.build.finalName}.tar.gz ${project.build.finalName}
 				</echo>
                 <exec executable="sh" dir="${project.build.directory}" failonerror="yes">
-                    <arg line="./maketar.sh"/>
+                    <arg line="./maketar.sh" />
                 </exec>
 
               </target>
@@ -1376,8 +1363,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>
@@ -1420,8 +1407,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>
@@ -2161,7 +2148,7 @@
 
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
-        <surefire.firstPartGroups></surefire.firstPartGroups>
+        <surefire.firstPartGroups />
       </properties>
     </profile>
 
@@ -2178,7 +2165,7 @@
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.SmallTests</surefire.firstPartGroups>
-        <surefire.secondPartGroups></surefire.secondPartGroups>
+        <surefire.secondPartGroups />
       </properties>
     </profile>
 
@@ -2192,7 +2179,7 @@
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.MediumTests</surefire.firstPartGroups>
-        <surefire.secondPartGroups></surefire.secondPartGroups>
+        <surefire.secondPartGroups />
       </properties>
     </profile>
 
@@ -2206,7 +2193,7 @@
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
         <surefire.firstPartGroups>org.apache.hadoop.hbase.LargeTests</surefire.firstPartGroups>
-        <surefire.secondPartGroups></surefire.secondPartGroups>
+        <surefire.secondPartGroups />
       </properties>
     </profile>
 
@@ -2268,7 +2255,7 @@
         <surefire.firstPartForkMode>always</surefire.firstPartForkMode>
         <surefire.skipFirstPart>false</surefire.skipFirstPart>
         <surefire.skipSecondPart>true</surefire.skipSecondPart>
-        <surefire.firstPartGroups></surefire.firstPartGroups>
+        <surefire.firstPartGroups />
       </properties>
     </profile>
   </profiles>