Skip to content

Commit

Permalink
fixing assembly exclude expression
Browse files Browse the repository at this point in the history
  • Loading branch information
darkma773r committed Aug 14, 2021
1 parent 06e3cc9 commit 7214601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-archive/src/assembly/src.xml
Expand Up @@ -31,7 +31,7 @@ limitations under the License.
<exclude>**/.settings/**</exclude>
<exclude>**/.project/**</exclude>
<exclude>**/.classpath</exclude>
<exclude>**/.travis.yml/**</exclude>
<exclude>**/.travis.yml</exclude>
<exclude>**/.checkstyle</exclude>
<exclude>**/site-content/**</exclude>
<exclude>**/site-content.README</exclude>
Expand Down

0 comments on commit 7214601

Please sign in to comment.