Skip to content

Commit

Permalink
maven-docck-plugin has been retired
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 3, 2024
1 parent fd0f43d commit 57dbc98
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
24 changes: 0 additions & 24 deletions maven-failsafe-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,30 +198,6 @@
</reporting>

<profiles>
<profile>
<id>ci</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-docck-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>run-its</id>
<build>
Expand Down
24 changes: 0 additions & 24 deletions maven-surefire-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,30 +121,6 @@
</reporting>

<profiles>
<profile>
<id>ci</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-docck-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>reporting</id>
<reporting>
Expand Down
24 changes: 0 additions & 24 deletions maven-surefire-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,30 +205,6 @@
</reporting>

<profiles>
<profile>
<id>ci</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-docck-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>reporting</id>
<reporting>
Expand Down

0 comments on commit 57dbc98

Please sign in to comment.