Skip to content

Commit

Permalink
export subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed May 7, 2023
1 parent 3094bc4 commit 34f5db3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
</executions>
<configuration>
<name>com.github.marschall.memoryfilesystem</name>
<exports>com.github.marschall.memoryfilesystem</exports>
<exports>com.github.marschall.memoryfilesystem,com.github.marschall.memoryfilesystem.memory</exports>
<static-requires>java.annotation,jakarta.annotation</static-requires>
<provides>
<provide>
Expand All @@ -486,6 +486,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-opens com.github.marschall.memoryfilesystem/com.github.marschall.memoryfilesystem=ALL-UNNAMED</argLine>
<systemPropertyVariables>
<java.protocol.handler.pkgs>com.github.marschall.memoryfilesystem</java.protocol.handler.pkgs>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 34f5db3

Please sign in to comment.