[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'help'.
[INFO] ------------------------------------------------------------------------
[INFO] Building dnsjava
[INFO]    task-segment: [help:effective-settings] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [help:effective-settings {execution: default-cli}]
[INFO] 
Effective user-specific configuration settings:

<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!--                                                                        -->
<!-- Generated by Maven Help Plugin on 2011-02-15T09:53:45                  -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/                -->
<!--                                                                        -->
<!-- ====================================================================== -->

<!-- ====================================================================== -->
<!--                                                                        -->
<!-- Effective Settings for 'otsvinev' on 'otsvinev-u2'                     -->
<!--                                                                        -->
<!-- ====================================================================== -->

<settings xmlns="http://maven.apache.org/POM/4.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">
  <localRepository xmlns="http://maven.apache.org/SETTINGS/1.0.0">/home/otsvinev/oss/dnsjava/maven.repository</localRepository>
  <servers xmlns="http://maven.apache.org/SETTINGS/1.0.0">
    <server>
      <username>deployer</username>
      <password>***</password>
      <id>rearden</id>
    </server>
  </servers>
  <mirrors xmlns="http://maven.apache.org/SETTINGS/1.0.0">
    <mirror>
      <mirrorOf>public-snapshots</mirrorOf>
      <url>http://repo.mygazoo.com:8081/nexus/content/repositories/snapshots</url>
      <id>public-snapshots</id>
    </mirror>
    <mirror>
      <mirrorOf>*</mirrorOf>
      <url>http://repo.mygazoo.com:8081/nexus/content/groups/public</url>
      <id>rearden</id>
    </mirror>
  </mirrors>
  <profiles xmlns="http://maven.apache.org/SETTINGS/1.0.0">
    <profile>
      <properties>
        <rearden.nexus.content.url>${rearden.repository.host}/nexus/content</rearden.nexus.content.url>
        <rearden.release.url>${rearden.nexus.content.url}/repositories/releases</rearden.release.url>
        <rearden.repository.host>http://repo.mygazoo.com:8081</rearden.repository.host>
        <rearden.server>rearden</rearden.server>
        <rearden.snapshot.url>${rearden.nexus.content.url}/repositories/snapshots</rearden.snapshot.url>
      </properties>
      <repositories>
        <repository>
          <releases />
          <snapshots />
          <id>central</id>
          <url>http://central</url>
        </repository>
        <repository>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots />
          <id>public-snapshots</id>
          <url>http://public-snapshots</url>
        </repository>
        <repository>
          <releases />
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <id>rearden</id>
          <url>http://rearden</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <releases />
          <snapshots />
          <id>rearden</id>
          <url>http://rearden</url>
        </pluginRepository>
      </pluginRepositories>
      <id>rearden_repositories</id>
    </profile>
  </profiles>
  <activeProfiles xmlns="http://maven.apache.org/SETTINGS/1.0.0">
    <activeProfile>rearden_repositories</activeProfile>
  </activeProfiles>
</settings>

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Tue Feb 15 09:53:45 PST 2011
[INFO] Final Memory: 16M/202M
[INFO] ------------------------------------------------------------------------
