slawekjaranowski commented on code in PR #218: URL: https://github.com/apache/maven-parent/pull/218#discussion_r1874398198
########## docs/pom.xml: ########## @@ -70,8 +70,27 @@ under the License. <!-- modules with documentation not need to install and deploy --> <maven.install.skip>true</maven.install.skip> <maven.deploy.skip>true</maven.deploy.skip> + + <downloadDirectory>pom</downloadDirectory> + <downloadArtifactId>maven-parent</downloadArtifactId> </properties> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-remote-resources-plugin</artifactId> + <executions> + <execution> + <id>site-download</id> + <phase>pre-site</phase> Review Comment: I think it will be more complicated ... we will need a mark file in all project -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org