Skip to content

Commit 7610cdf

Browse files
committed
Move war plugin to pluginmanagement
1 parent 50626b9 commit 7610cdf

File tree

1 file changed

+9
-5
lines changed
  • j2cl-maven-plugin/src/it/hello-world-reactor/app

1 file changed

+9
-5
lines changed

j2cl-maven-plugin/src/it/hello-world-reactor/app/pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
</execution>
3232
</executions>
3333
</plugin>
34-
<plugin>
35-
<groupId>org.apache.maven.plugins</groupId>
36-
<artifactId>maven-war-plugin</artifactId>
37-
<version>3.3.2</version>
38-
</plugin>
3934
</plugins>
35+
<pluginManagement>
36+
<plugins>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-war-plugin</artifactId>
40+
<version>3.3.2</version>
41+
</plugin>
42+
</plugins>
43+
</pluginManagement>
4044
</build>
4145
</project>

0 commit comments

Comments
 (0)