Skip to content

Commit

Permalink
Make sure RAT plugin ignores files in the target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 5, 2022
1 parent b89495e commit 3c1dcdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -546,6 +546,8 @@ under the License.
-->
<exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude>
<exclude>src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.2.txt</exclude>
<!-- exclude all files in the target folder -->
<exclude>**/target/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 3c1dcdb

Please sign in to comment.