[ http://jira.codehaus.org/browse/MNG-2411?page=comments#action_78972 ] 
            
Davy Toch commented on MNG-2411:
--------------------------------

Also it should be added that when building the latest M2 snapshot version from 
the trunk, it is necessary to add the M2 snapshot repository to 
~/.m2/settings.xml, e.g. by adding:

<settings>
  <profiles>
    <profile>
      <repositories>
        <repository>
          <id>apache.snapshots</id>
          <name>Apache Snapshot Repository</name>
          <url>http://people.apache.org/repo/m2-snapshot-repository</url>
          <releases>
            <enabled>false</enabled>
          </releases>
        </repository>
      </repositories>
      <id>m2.snapshotbuild</id>
    </profile>
  </profiles>
  <activeProfiles>
    <activeProfile>m2.snapshotbuild</activeProfile>
  </activeProfiles>
</settings>

> Mistake in guide-building-m2.html
> ---------------------------------
>
>                 Key: MNG-2411
>                 URL: http://jira.codehaus.org/browse/MNG-2411
>             Project: Maven 2
>          Issue Type: Task
>          Components: Documentation: Guides
>    Affects Versions: 2.0.4
>         Environment: -
>            Reporter: Martin Zeltner
>             Fix For: 2.0.5
>
>
> Hi,
> I think on page 
> http://maven.apache.org/guides/development/guide-building-m2.html in chapter 
> "Building Maven with Maven installed" there should be written "cd maven-cli" 
> and not  "cd maven-core".
> Cheers,
> Martin

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to