<settings>
  <profiles>
    <profile>
      <id>local-properties</id>
      <properties>
        <!-- This must point to the cvs or svn checkout of the jboss repository -->
        <jboss.repository.root>/home/me/repository.jboss.com</jboss.repository.root>
      </properties>
    </profile>
  </profiles>

  <activeProfiles>
    <activeProfile>local-properties</activeProfile>
  </activeProfiles>
</settings>
