Added Mvn resources plugin
This commit is contained in:
parent
01dd44fd72
commit
1c6e35fcec
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -31,6 +31,11 @@
|
|||
<goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes>
|
||||
</includes> </artifactSet> <pluginExecution> <action> <execute /> </action>
|
||||
</pluginExecution> </configuration> </execution> </executions> </plugin> -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in a new issue