Skip to content

Commit

Permalink
update pom configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jianlins committed Sep 17, 2023
1 parent 8280760 commit 72242bd
Showing 1 changed file with 16 additions and 31 deletions.
47 changes: 16 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.6</version>
<version>3.1.0</version>
<executions>
<execution>
<id>default-feature-install</id>
Expand All @@ -242,21 +242,6 @@
<goal>run</goal>
</goals>
</execution>
<!-- <execution>-->
<!-- <id>update-version-in-gui</id>-->
<!-- <phase>validate</phase>-->
<!-- <configuration>-->
<!-- <target>-->
<!-- <exec executable="bash">-->
<!-- <arg value="script/update_version_in_src.sh"/>-->
<!-- <arg value="${current.version}"/>-->
<!-- </exec>-->
<!-- </target>-->
<!-- </configuration>-->
<!-- <goals>-->
<!-- <goal>run</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<execution>
<id>compile-jfx</id>
<phase>compile</phase>
Expand Down Expand Up @@ -366,21 +351,21 @@
</resources>
</configuration>
</execution>
<!--<execution>-->
<!--<id>copy-input-data</id>-->
<!--<phase>package</phase>-->
<!--<goals>-->
<!--<goal>copy-resources</goal>-->
<!--</goals>-->
<!--<configuration>-->
<!--<outputDirectory>${project.build.directory}/deploy/data/input</outputDirectory>-->
<!--<resources>-->
<!--<resource>-->
<!--<directory>data/input</directory>-->
<!--</resource>-->
<!--</resources>-->
<!--</configuration>-->
<!--</execution>-->
<execution>
<id>copy-demo-data</id>
<phase>package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/deploy/data/demo_input</outputDirectory>
<resources>
<resource>
<directory>data/demo_input</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 72242bd

Please sign in to comment.