Skip to content

Commit

Permalink
Remove license-report from maven lifecycle (#5246)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Oct 25, 2022
1 parent 90554ba commit c8676ac
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 87 deletions.
15 changes: 0 additions & 15 deletions applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,21 +156,6 @@
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<version>${version.plugin.helidon}</version>
<dependencies>
<dependency>
<groupId>io.helidon.licensing</groupId>
<artifactId>helidon-licensing</artifactId>
<version>${helidon.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>third-party-license-report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
{{#maven-plugins}}
{{.}}
{{/maven-plugins}}
Expand Down
9 changes: 0 additions & 9 deletions examples/grpc/microprofile/basic-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions examples/grpc/microprofile/basic-server-implicit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions examples/grpc/microprofile/metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions examples/jbatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions examples/metrics/http-status-count-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
9 changes: 0 additions & 9 deletions examples/microprofile/http-status-count-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jboss.jandex</groupId>
<artifactId>jandex-maven-plugin</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions tests/functional/config-profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>helidon-maven-plugin</artifactId>
<executions>
<execution>
<id>third-party-license-report</id>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit c8676ac

Please sign in to comment.