Removed section added to overcome maven-parent issues. The issue must be

solved in maven-parent, not here.
This commit is contained in:
Luca Frosini 2020-07-24 13:10:11 +02:00
parent 0f6790f3d4
commit 234e81613a
1 changed files with 0 additions and 18 deletions

18
pom.xml
View File

@ -75,22 +75,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<resources>
<resource>
<directory>${project.basedir}</directory>
<includes>
<include>LICENSE.md</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
<resource>
<directory>${project.basedir}/src/main/resources/META-INF</directory>
<includes>
<include>**</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
</project> </project>