Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/markdown/repository/layout.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maven2 Repository Layout
# Maven Repository Layout

<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -19,7 +19,9 @@ specific language governing permissions and limitations
under the License.
-->

Maven2 repository layout format is the default layout used since Maven 2 (see [Repository Layout- Final](https://cwiki.apache.org/confluence/display/MAVENOLD/Repository+Layout+-+Final) in [Maven 2.0 Design Documents](https://cwiki.apache.org/confluence/display/MAVENOLD/Maven+2.0+Design+Documents)), superceding [old Maven (implicitely 1) layout](https://maven.apache.org/archives/maven-1.x/using/repositories.html):
(See [Repository Layout- Final](https://cwiki.apache.org/confluence/display/MAVENOLD/Repository+Layout+-+Final))

The Maven repository layout format has this hierarchy:

```
Repository root
Expand Down
Loading