We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48ab94 commit 84388bcCopy full SHA for 84388bc
pom.xml
@@ -317,6 +317,9 @@
317
</goals>
318
</execution>
319
</executions>
320
+ <configuration>
321
+ <skip>${skip.signature}</skip>
322
+ </configuration>
323
</plugin>
324
<plugin>
325
<groupId>org.sonatype.plugins</groupId>
@@ -377,5 +380,8 @@
377
380
<maven.compiler.target>1.7</maven.compiler.target>
378
381
<licenseOwner>Ruhr University Bochum, Hackmanit GmbH</licenseOwner>
379
382
<main.basedir>${project.basedir}</main.basedir>
383
+ <!-- We redefine the signature generation process, whic is enabled by default,
384
+ but cannot be performed by typical users. Enable it using -Dskip.signature=false -->
385
+ <skip.signature>true</skip.signature>
386
</properties>
387
</project>
0 commit comments