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 2a9f393 commit 79312b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -590,7 +590,8 @@ under the License.
<exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude>
<exclude>src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt</exclude>
<exclude>src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt</exclude>
<exclude>plexus-utils/target/**</exclude>
<!-- exclude all files in the target folder -->
<exclude>**/target/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 79312b1

Please sign in to comment.