slawekjaranowski commented on code in PR #141: URL: https://github.com/apache/maven-scm/pull/141#discussion_r878412991
########## src/site/apt/guide/new_provider.apt: ########## @@ -83,13 +83,15 @@ How to write a new SCM provider? <build> <plugins> <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> - <version>1.7.1</version> + <groupId>org.eclipse.sisu</groupId> + <artifactId>sisu-maven-plugin</artifactId> + <version>${sisuVersion}</version> <executions> <execution> + <id>index-project</id> <goals> - <goal>generate-metadata</goal> + <goal>main-index</goal> + <goal>test-index</goal> Review Comment: version and executions is defined in parent pom - not needed -- 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