Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Java Service Wrapper should ensure that if Continuum has hung, it gets restarted in a timely manner. If it has been unresponsive for 10 minutes, or if HTTPD has been returning a 503 error for 5 minutes, use the scripts above to restart Continuum.

Maven Settings

The default Maven settings in ~/.m2/settings.xml.

Code Block
xml
xml

<settings>
  <mirrors>
    <mirror>
      <id>archiva</id>
      <url>http://localhost:8081/archiva/repository/releases/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
  </mirrors>
</settings>

Upgrading Continuum

Currently the steps are:

...