Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Nexus is enabled for Commons

...

No Format
<!-- To publish a snapshot -->
<server>
  <id>apache.snapshots.https</id>
  <username><!-- ASF login name --></username>
  <password>{encryptedpassword}</password>
</server>
<!-- To publish a release -->
<server>
  <id>apache.releases.https</id>
  <username><!-- ASF login name --></username>
  <password>{encryptedpassword}</password>
</server>

Enabling Nexus use for your project

If Nexus has not been enabled, then ask by filing a JIRA subtask under https://issues.apache.org/jira/browse/INFRA-1896

How to use deploy using Nexus

...