slawekjaranowski commented on code in PR #218: URL: https://github.com/apache/maven-parent/pull/218#discussion_r1874392967
########## 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: in the most of we have a download page in project root pom, properties will also available in childs ... -- 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