Skip to content

Commit 84388bc

Browse files
committed
Adjusted Pom according to ModifiableVariables
1 parent c48ab94 commit 84388bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,9 @@
317317
</goals>
318318
</execution>
319319
</executions>
320+
<configuration>
321+
<skip>${skip.signature}</skip>
322+
</configuration>
320323
</plugin>
321324
<plugin>
322325
<groupId>org.sonatype.plugins</groupId>
@@ -377,5 +380,8 @@
377380
<maven.compiler.target>1.7</maven.compiler.target>
378381
<licenseOwner>Ruhr University Bochum, Hackmanit GmbH</licenseOwner>
379382
<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>
380386
</properties>
381387
</project>

0 commit comments

Comments
 (0)