Skip to content

Commit

Permalink
Ensure all eeX versions of the plugin use prefix "jetty" (#9156)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel authored Jan 25, 2023
1 parent 7d8dd94 commit e271629
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jetty-ee10/jetty-ee10-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>jetty</goalPrefix>
</configuration>
<executions>
<execution>
<id>exec-plugin-doc</id>
Expand Down
3 changes: 3 additions & 0 deletions jetty-ee8/jetty-ee8-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>jetty</goalPrefix>
</configuration>
<executions>
<execution>
<id>exec-plugin-doc</id>
Expand Down
3 changes: 3 additions & 0 deletions jetty-ee9/jetty-ee9-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>jetty</goalPrefix>
</configuration>
<executions>
<execution>
<id>exec-plugin-doc</id>
Expand Down

0 comments on commit e271629

Please sign in to comment.