[
https://issues.apache.org/jira/browse/CASSANDRA-7128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990311#comment-13990311
]
Dave Brosius commented on CASSANDRA-7128:
-----------------------------------------
settings.xml, needed to build from pom
{code}
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<profiles>
<profile>
<id>Default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>boundary</id>
<name>Boundary</name>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>http://maven.boundary.com/artifactory/external/</url>
<layout>default</layout>
</repository>
</repositories>
</profile>
</profiles>
</settings>
{code}
> Upgrade NBHM
> ------------
>
> Key: CASSANDRA-7128
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7128
> Project: Cassandra
> Issue Type: Improvement
> Reporter: T Jake Luciani
> Assignee: T Jake Luciani
> Priority: Trivial
> Labels: performance
> Fix For: 2.1 rc1
>
>
> Upgrade NBHM to use the Boundary maintained version
--
This message was sent by Atlassian JIRA
(v6.2#6252)