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