Skip to content

Commit

Permalink
Add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 30, 2024
1 parent a2304b7 commit 661e640
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,8 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
</executions>
</plugin>
<!--
Usage: mvn -N license:check to check or mvn -N license:format to format sources. Using it manually for now.
Plugin is set to work in "aggregate" mode, so invoke it from root directory of checkout combined with -N:
mvn -N license:check to check or mvn -N license:format to format sources. Using it manually for now.
-->
<plugin>
<groupId>com.mycila</groupId>
Expand Down Expand Up @@ -560,7 +561,7 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
<exclude>bin/**</exclude>
<exclude>docs/**</exclude>
<exclude>leftovers/**</exclude>
<exlude>org.eclipse.sisu.inject/src/main/java/org/eclipse/sisu/space/asm/**</exlude>
<exlude>**/src/main/java/org/eclipse/sisu/space/asm/**</exlude>
<exclude>**/target/**</exclude>
<exclude>**/conf/**</exclude>
<exclude>**/.*</exclude>
Expand Down

0 comments on commit 661e640

Please sign in to comment.