Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add details on unix group memberships

...

Code Block
xml
xml
titleEnable snapshot publishing in settings.xml
<settings>
  ...
  <servers>
    <server>
      <username>yourApacheUsername</username>
      <id>apache.snapshots</id>
    </server>
  </servers>
  ...
</settings>

You also need to be a member of the group apcvs on people.apache.org.

Publishing websites

To publish a website for some part of Maven you also need to tell Maven what your Apache username is. This is how you do it:

Code Block
xml
xml
titleEnable website publishing in settings.xml
<settings>
  ...
  <servers>
    <server>
      <username>yourApacheUserId<<username>yourApacheUsername</username>
      <id>apache.website</id>
    </server>
  </servers>
  ...
</settings>

You also need to be a member of the group maven on people.apache.org.