Added BTree Access Method to Hyracks
git-svn-id: https://hyracks.googlecode.com/svn/trunk/hyracks@86 123451ca-8445-de46-9d55-352943316053
diff --git a/pom.xml b/pom.xml
index 730819a..2a9e831 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,6 +32,15 @@
</snapshotRepository>
</distributionManagement>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changelog-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+
<modules>
<module>hyracks-api</module>
<module>hyracks-dataflow-common</module>
@@ -44,5 +53,6 @@
<module>hyracks-examples</module>
<module>hyracks-server</module>
<module>hyracks-storage-common</module>
+ <module>hyracks-storage-am-btree</module>
</modules>
</project>