Skip to content

Commit

Permalink
Don't install locally
Browse files Browse the repository at this point in the history
  • Loading branch information
thegatesdev committed Apr 24, 2023
1 parent ad3c53c commit 02fedaf
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</configuration>
<version>2.5.2</version>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>install-file</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 02fedaf

Please sign in to comment.