MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 3 as of 2023-05-26 13:26:12
  • Archiva

Archiva

  • https://archiva.apache.org/

Apache Archiva™ is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT.

Archiva repository

  • https://archiva.apache.org/index.cgi

  • archiva standalone
  • wget http://mirrors.fe.up.pt/pub/apache/archiva/2.2.1/binaries/apache-archiva-2.2.1-bin.tar.gz

  • tar xvzf apache-archiva-2.2.1-bin.tar.gz
  • conf/jetty.xml change from 8080 to 8082
  • cp wrapper-linux-x86-32 wrapper
  • ./archiva start
  • ./archiva status
  • tail -f archiva.log
  • http://localhost:8082/

  • http://localhost:8082/#open-admin-create-box

  • username: admin
  • pass: **********
  • admin@example.org

  • validated true
  • http://localhost:8082/repository/snapshots/

  • http://localhost:8082/repository/internal/

  • http://localhost:8082/repository/internal/com/example/artifactX/0.0.2/

~/.m2/settings.xml

<settings>
  <servers>
    <server>
      <id>archiva.internal</id>
      <username>userx</username>
      <password>*********</password>
    </server>
    <server>
      <id>archiva.snapshots</id>
      <username>userx</username>
      <password>*********</password>
    </server>
  </servers>
</settings>
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01