renamed jar file

This commit is contained in:
hneemann 2016-03-28 09:25:56 +02:00
parent c3e89ba4b0
commit 6084d6383c

View File

@ -133,7 +133,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>digital</finalName>
<finalName>Digital</finalName>
<appendAssemblyId>false</appendAssemblyId>
<attach>false</attach>
<descriptorRefs>
@ -177,7 +177,7 @@
<executable>chmod</executable>
<arguments>
<argument>+x</argument>
<argument>target/digital.jar</argument>
<argument>target/Digital.jar</argument>
</arguments>
</configuration>
</execution>
@ -190,7 +190,7 @@
<configuration>
<executable>cp</executable>
<arguments>
<argument>target/digital.jar</argument>
<argument>target/Digital.jar</argument>
<argument>/home/hneemann/Dokumente/DHBW/Software/</argument>
</arguments>
</configuration>