Skip to content

Commit

Permalink
feat(encrypt): hack compress encrypted with password
Browse files Browse the repository at this point in the history
..as it not supported by Apache Commons Compress

Next step, PR to Apache Commons Compress project

#1
  • Loading branch information
Dougniel committed Nov 25, 2022
1 parent 8d802bd commit 4b8c3e3
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 @@ -106,6 +106,7 @@
</execution>
</executions>
</plugin>
<!-- Hack version with Apache Commons Compress inside ;-)
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand All @@ -129,7 +130,6 @@
<goals>
<goal>check</goal>
</goals>
<!-- Hack version with Apache Commons Compress inside ;-)
<configuration>
<rules>
<rule>
Expand All @@ -143,10 +143,11 @@
</limits>
</rule>
</rules>
</configuration> -->
</configuration>
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</project>

0 comments on commit 4b8c3e3

Please sign in to comment.