Skip to content

Commit

Permalink
fix: update plugins (#16911) (#16950)
Browse files Browse the repository at this point in the history
Update available plugins
to not get validation issues.

This lessens some of them when
building flow.

touches #16881

Co-authored-by: caalador <mikael.grankvist@vaadin.com>
  • Loading branch information
vaadin-bot and caalador committed Jun 5, 2023
1 parent f6e439e commit 970eb95
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 32 deletions.
1 change: 0 additions & 1 deletion flow-plugins/flow-gradle-plugin/pom.xml
Expand Up @@ -62,7 +62,6 @@
<!-- copy generated JARs -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-gradle-jars</id>
Expand Down
14 changes: 0 additions & 14 deletions flow-tests/test-express-build/frontend-add-on/pom.xml
Expand Up @@ -97,20 +97,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
14 changes: 0 additions & 14 deletions flow-tests/test-express-build/java-add-on/pom.xml
Expand Up @@ -92,20 +92,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion flow-tests/test-express-build/test-dev-bundle/pom.xml
Expand Up @@ -78,7 +78,6 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-dev-bundle-to-target</id>
Expand Down
1 change: 0 additions & 1 deletion flow-tests/test-express-build/test-prod-bundle/pom.xml
Expand Up @@ -76,7 +76,6 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>copy-prod-bundle-to-target</id>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -330,7 +330,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -664,6 +664,12 @@
<artifactId>bridger</artifactId>
<version>1.6.Final</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 970eb95

Please sign in to comment.