HBASE-2250 typo in the maven pom
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@915137 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7bc5c1e301
commit
bc1496db15
|
@ -378,6 +378,7 @@ Release 0.21.0 - Unreleased
|
||||||
HBASE-2211 Add a new Filter that checks a single column value but does not
|
HBASE-2211 Add a new Filter that checks a single column value but does not
|
||||||
emit it. (Ferdy via Stack)
|
emit it. (Ferdy via Stack)
|
||||||
HBASE-2241 Change balancer sloppyness from 0.1 to 0.3
|
HBASE-2241 Change balancer sloppyness from 0.1 to 0.3
|
||||||
|
HBASE-2250 typo in the maven pom
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
HBASE-1961 HBase EC2 scripts
|
HBASE-1961 HBase EC2 scripts
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<execution>
|
<execution>
|
||||||
<id>JSPC</id>
|
<id>JSPC</id>
|
||||||
<phase>generate-sources</phase>
|
<phase>generate-sources</phase>
|
||||||
<configuration>n
|
<configuration>
|
||||||
<tasks><taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/><jspcompiler uriroot="${basedir}/src/main/resources/webapps/master" outputdir="${project.build.directory}/jspc" package="org.apache.hadoop.hbase.generated.master" webxml="${basedir}/src/main/resources/webapps/master/WEB-INF/web.xml"/><jspcompiler uriroot="${basedir}/src/main/resources/webapps/regionserver" outputdir="${project.build.directory}/jspc" package="org.apache.hadoop.hbase.generated.regionserver" webxml="${basedir}/src/main/resources/webapps/regionserver/WEB-INF/web.xml"/></tasks>
|
<tasks><taskdef classname="org.apache.jasper.JspC" name="jspcompiler" classpathref="maven.compile.classpath"/><jspcompiler uriroot="${basedir}/src/main/resources/webapps/master" outputdir="${project.build.directory}/jspc" package="org.apache.hadoop.hbase.generated.master" webxml="${basedir}/src/main/resources/webapps/master/WEB-INF/web.xml"/><jspcompiler uriroot="${basedir}/src/main/resources/webapps/regionserver" outputdir="${project.build.directory}/jspc" package="org.apache.hadoop.hbase.generated.regionserver" webxml="${basedir}/src/main/resources/webapps/regionserver/WEB-INF/web.xml"/></tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -28,6 +28,12 @@
|
||||||
<email>stack@apache.org</email>
|
<email>stack@apache.org</email>
|
||||||
<timezone>-8</timezone>
|
<timezone>-8</timezone>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>rawson</id>
|
||||||
|
<name>Ryan Rawson</name>
|
||||||
|
<email>rawson@apache.org</email>
|
||||||
|
<timezone>-8</timezone>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
<system>JIRA</system>
|
<system>JIRA</system>
|
||||||
|
|
Loading…
Reference in New Issue