slawekjaranowski commented on code in PR #226:
URL: 
https://github.com/apache/maven-plugin-tools/pull/226#discussion_r1320586769


##########
maven-plugin-tools-api/pom.xml:
##########
@@ -125,4 +130,30 @@
       </plugin>
     </plugins>
   </build>
+  <profiles>
+    <profile>
+      <id>run-its</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>integration-test</goal>
+                  <goal>verify</goal>
+                </goals>
+                <configuration>
+                  <!-- don't run ITs against all (non-LTS) JDK javadocs -->
+                  <excludedGroups>nonLtsJavadocs</excludedGroups>

Review Comment:
   If we here exclude tests with this tag - where such tests will be executed? 



-- 
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

Reply via email to