If you have a very simple maven repository somewhere, you'll probably noticed that directory listing is not user-friendly by default. Indeed, by default, apache displays files in a directory with a fixed size column width. As a result, artifacts are not always visible, which is nasty.

If you have this problem, check the documentation for the autoindex mod and in particular the IndexOptions directive. The NameWidth parameter control the width of the file name column in directory listing.

This config will solve the issue:

CODE:
  1. # IndexOptions: Controls the appearance of server-
  2. # generated directory listings.
  3. #
  4. IndexOptions FancyIndexing VersionSort NameWidth=*