Skip to content

Commit

Permalink
WIP on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Sep 20, 2020
1 parent 90a48fd commit 43a2714
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,7 @@
<include>package.properties</include>
</includes>
</testResource>
<testResource>
<filtering>false</filtering>
<directory>src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>

<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<checkModificationExcludes>
<checkModificationExclude>${project.build.sourceDirectory}/**/*
</checkModificationExclude>
<checkModificationExclude>${project.build.testSourceDirectory}/**/*
</checkModificationExclude>
</checkModificationExcludes>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 43a2714

Please sign in to comment.