Skip to content

Commit

Permalink
minor: removes inputs and expecteds from test jar to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and nrmancuso committed Jun 6, 2022
1 parent 7311690 commit f567eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -1528,6 +1528,10 @@
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
<excludes>
<exclude>**/Input*.*</exclude>
<exclude>**/Expected*.*</exclude>
</excludes>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f567eee

Please sign in to comment.