Skip to content

Commit

Permalink
Included log configuration within the native image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed May 14, 2021
1 parent 28fe7ce commit d7acd71
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@
</executions>
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>simplelogger.properties</include>
</includes>
</resource>
</resources>
</build>

<profiles>
Expand All @@ -127,10 +136,12 @@
</executions>
<configuration>
<skip>false</skip>
<imageName>certificate-ripper</imageName>
<buildArgs>
--no-fallback
-H:IncludeResources=simplelogger.properties
-H:EnableURLProtocols=https
-H:EnableURLProtocols=http
-H:Name=certificate-ripper
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit d7acd71

Please sign in to comment.