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 ed89752
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,12 @@ 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>
<<<<<<< Updated upstream
<exclude>plexus-utils/target/**</exclude>
=======
<!-- exclude all files in the target folder -->
<exclude>**/target/**</exclude>
>>>>>>> Stashed changes
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit ed89752

Please sign in to comment.