diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 255d8f6..ffa68c8 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -39,4 +39,4 @@ jobs: run: ./mvnw -B clean install - name: Build (Linux) if: runner.os == 'Linux' - run: ./mvnw -B -Pfunctional-tests clean install \ No newline at end of file + run: ./mvnw -B -Pfunctional-tests,javadoc clean install \ No newline at end of file diff --git a/spring-rewrite-commons-launcher/src/main/java/org/springframework/rewrite/parsers/maven/MavenProjectGraph.java b/spring-rewrite-commons-launcher/src/main/java/org/springframework/rewrite/parsers/maven/MavenProjectGraph.java index 33036ba..52ebe03 100644 --- a/spring-rewrite-commons-launcher/src/main/java/org/springframework/rewrite/parsers/maven/MavenProjectGraph.java +++ b/spring-rewrite-commons-launcher/src/main/java/org/springframework/rewrite/parsers/maven/MavenProjectGraph.java @@ -36,8 +36,8 @@ public class MavenProjectGraph { /** * Create a Maven module dependency graph starting from pom.xml in {@code baseDir}. - * The dependency and dependants for all {@MavenModule}s are added when they are part - * of the build. + * The dependency and dependants for all {@link MavenProject}s are added when they are + * part of the build. */ public Map> from(Path baseDir, List allMavenProjects) { // build map of projectId -> MavenProject