Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Dec 11, 2022
1 parent 4a11e64 commit 2721db2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</pluginRepositories>

<properties>
<java.version>11</java.version>
<java.version>17</java.version>
<version.java>${java.version}</version.java>
<version.maven>3.6.3</version.maven>

Expand Down Expand Up @@ -844,11 +844,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<type>maven-plugin</type>
</dependency>
-->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down Expand Up @@ -907,7 +909,7 @@

<build>
<finalName>${project.artifactId}</finalName>
<defaultGoal>clean dependency:resolve dependency:resolve-plugins dependency:sources install site site:deploy exec:java</defaultGoal>
<defaultGoal>clean dependency:resolve dependency:resolve-plugins dependency:sources install site site:deploy</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
Expand Down Expand Up @@ -1119,15 +1121,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<!--
<configuration>
<mainClass>org.woehlke.computer.kurzweil.SimulatedEvolutionApplication</mainClass>
</configuration>
-->
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 2721db2

Please sign in to comment.