Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@
<enabled>true</enabled>
</releases>
</repository>
<!-- comment-out if you don't use Apache Hadoop 2.2.0 -->
<repository>
<id>apache.snapshots</id>
<url>http://repository.apache.org/content/repositories/snapshots/</url>
</repository>
<!-- comment-out if you don't use HortonWorks Hadoop 2.2.0.2.0.6.0-76 -->
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could put these in a profile, so that instead of using comments they use a -P or a -D to trigger the profile

<!--repository>
<id>hortonworks</id>
<url>http://repo.hortonworks.com/content/repositories/releases/</url>
Expand All @@ -63,8 +65,10 @@
</repositories>
<properties>
<storm.version>0.9.0-wip21</storm.version>
<hadoop.version>2.1.0-beta</hadoop.version>
<!--hadoop.version>2.1.0.2.0.5.0-67</hadoop.version-->
<!-- comment-out if you don't use Apache Hadoop 2.2.0 -->
<hadoop.version>2.2.0</hadoop.version>
<!-- comment-out if you don't use HortonWorks Hadoop 2.2.0.2.0.6.0-76 -->
<!--hadoop.version>2.2.0.2.0.6.0-76</hadoop.version-->
</properties>
<dependencies>
<dependency>
Expand Down