Versions Compared

Key

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

...

Some of the most frequently asked questions about Apache Archiva:

Table of Contents
minLevel3

 

...

What are some alternatives to Archiva?

Anchor
index-dirindex-dir

...

See: http://www.nabble.com/Location-of-index-files-in-1.0--t3901605.html

Anchor
search-fields
search-fields

...

  • Group ID, Artifact ID, Description
  • Package and Class Name
  • ... should be all available fields

...

Anchor
jdk-required
jdk-required

...

You must install a Java Development Kit 5 7 or later. See http://java.sun.com/ for downloads for your platform.

...

Local file system access by applets is not allowed in some corporate environments. To disable just the applet, or the entire Find Artifact feature, edit this section in ~/.m2/archiva.xml

No Format

<webapp>
  <ui>
    <showFindArtifacts>true</showFindArtifacts>
    <appletFindEnabled>true</appletFindEnabled>
  </ui>
</webapp>

...