Skip to content

Commit

Permalink
do not use the maven-intall plugin 3.0 because it checks if a jar exists
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed Oct 7, 2023
1 parent 3723d19 commit 97364ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<groupId>com.github.forax</groupId>
<artifactId>jexpress</artifactId>
<version>2.0</version>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -91,6 +90,13 @@
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>

</plugins>
</build>
</project>

0 comments on commit 97364ce

Please sign in to comment.