<build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <!--<version>INSERT LATEST VERSION HERE</version>--> <executions> <execution> <goals> <goal>flatten</goal> </goals> </execution> </executions> <configuration> <!-- See usage on maven site from link above for details --> </configuration> </plugin> </plugins> </build>