gnodet commented on code in PR #184:
URL:
https://github.com/apache/maven-integration-testing/pull/184#discussion_r991848926
##########
core-it-support/core-it-plugins/maven-it-plugin-parameter-implementation/pom.xml:
##########
@@ -42,7 +42,35 @@ under the License.
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>2.0</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.maven.plugin-tools</groupId>
+ <artifactId>maven-plugin-annotations</artifactId>
+ <version>3.6.5-20221006.213415-47</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>3.6.5-20221006.213415-47</version>
Review Comment:
Ah, right. Though we're never releasing this project, so not sure it's as
much a problem...
I'll try to get a release of `maven-plugin-tools` out asap.
@michael-o @slawekjaranowski any problem with a release ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]