Skip to content

Commit

Permalink
[FIX] Removed move file from pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamponiMarco committed Apr 15, 2023
1 parent 401751f commit bbc9fe0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions mobdrink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,25 +40,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<phase>install</phase>
<configuration>
<target>
<copy file="../target/mobdrink-${project.version}.jar"
tofile="C:\Users\marcz\OneDrive\Desktop\test\plugins\CubesCocktail\addons\mobdrink-${project.version}.jar"/>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit bbc9fe0

Please sign in to comment.