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:
Ryan Rawson 2010-02-23 02:11:00 +00:00
parent 7bc5c1e301
commit bc1496db15
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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>

View File

@ -28,6 +28,12 @@
<email>stack@apache.org</email>
<timezone>-8</timezone>
</developer>
<developer>
<id>rawson</id>
<name>Ryan Rawson</name>
<email>rawson@apache.org</email>
<timezone>-8</timezone>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>