Skip to content

Commit 3592b42

Browse files
committed
adapt documentatiion directories
after #1837
1 parent a9b7231 commit 3592b42

4 files changed

Lines changed: 16 additions & 7 deletions

File tree

compat/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,9 @@ under the License.
4545
<module>maven-toolchain-model</module>
4646
<module>maven-toolchain-builder</module>
4747
</modules>
48+
49+
<properties>
50+
<project.directory>compat</project.directory>
51+
</properties>
52+
4853
</project>

impl/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ under the License.
4242
<module>maven-testing</module>
4343
<module>maven-executor</module>
4444
</modules>
45+
46+
<properties>
47+
<project.directory>impl</project.directory>
48+
</properties>
4549
</project>

src/graph/ReactorGraph.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ private static MutableGraph generateHighLevelGraph(MutableGraph clusteredGraph,
198198
String prefix = null;
199199
switch (clusterName) {
200200
case "MavenAPI": prefix = "../api/"; break;
201-
case "MavenImplementation": prefix = "../maven-impl-modules/"; break;
202-
case "MavenCompatibility": prefix = "../maven-compat-modules/"; break;
201+
case "MavenImplementation": prefix = "../impl/"; break;
202+
case "MavenCompatibility": prefix = "../compat/"; break;
203203
case "MavenResolver": prefix = "https://maven.apache.org/resolver/"; break;
204204
}
205205
if (prefix != null) {

src/site/site.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ under the License.
5555
</menu>
5656

5757
<menu inherit="bottom" name="Reference">
58-
<item name="Lifecycles" href="./maven-core/lifecycles.html"/>
59-
<item name="Plugin Bindings to Default Lifecycle" href="./maven-core/default-bindings.html"/>
60-
<item name="Artifact Handlers" href="./maven-core/artifact-handlers.html"/>
61-
<item name="CLI options" href="./maven-embedder/cli.html"/>
62-
<item name="Super POM" href="./maven-model-builder/super-pom.html"/>
58+
<item name="Lifecycles" href="./impl/maven-core/lifecycles.html"/>
59+
<item name="Plugin Bindings to Default Lifecycle" href="./impl/maven-core/default-bindings.html"/>
60+
<item name="Artifact Handlers" href="./impl/maven-core/artifact-handlers.html"/>
61+
<item name="CLI options" href="./compat/maven-embedder/cli.html"/>
62+
<item name="Super POM" href="./compat/maven-model-builder/super-pom.html"/>
6363
</menu>
6464

6565
<menu inherit="bottom" name="Development">

0 commit comments

Comments
 (0)