mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 15:26:52 -04:00
renamed jar file
This commit is contained in:
parent
c3e89ba4b0
commit
6084d6383c
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user