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
|
||||
emit it. (Ferdy via Stack)
|
||||
HBASE-2241 Change balancer sloppyness from 0.1 to 0.3
|
||||
HBASE-2250 typo in the maven pom
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1961 HBase EC2 scripts
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<execution>
|
||||
<id>JSPC</id>
|
||||
<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>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
|
Loading…
Reference in New Issue