slawekjaranowski commented on code in PR #210: URL: https://github.com/apache/maven-apache-parent/pull/210#discussion_r1563159511
########## docs/pom.xml: ########## @@ -82,11 +77,26 @@ under the License. <build> <plugins> + <!-- module with documentation not need to install and deploy --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> Review Comment: done -- 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