Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 6e5c263

Browse files
GPG signing.
1 parent 98a31c0 commit 6e5c263

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<PermGen>64m</PermGen>
8181
<MaxPermGen>512m</MaxPermGen>
8282
<CodeCacheSize>512m</CodeCacheSize>
83+
<gpg.keyname>AKSW</gpg.keyname>
8384
</properties>
8485

8586
<prerequisites>
@@ -646,6 +647,8 @@
646647
<arg>-feature</arg>
647648
<arg>-dependencyfile</arg>
648649
<arg>${project.build.directory}/.scala_dependencies</arg>
650+
<arg>-Xmax-classfile-name</arg>
651+
<arg>128</arg>
649652
</args>
650653
<jvmArgs>
651654
<jvmArg>-Xms1024m</jvmArg>
@@ -737,4 +740,5 @@
737740
</profiles>
738741

739742

743+
740744
</project>

0 commit comments

Comments
 (0)