<parent>
<groupId>com.funcish</groupId>
<artifactId>funcish-parent</artifactId>
<version>1.0.0</version>
<relativePath />
</parent>
<groupId>com.funcish</groupId>
<artifactId>my-module</artifactId>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>com.example</groupId>
<artifactId>example-lib</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<packaging>war</packaging>
<build>
<plugins>
<plugin>
<groupId>org.example</groupId>
<artifactId>example-plugin</artifactId>
<version>1.0.0</version>
</plugin>
</plugins>
</build>
<build>
<plugins>
<plugin>
<groupId>org.example</groupId>
<artifactId>example-plugin</artifactId>
</plugin>
</plugins>
</build>