Skip to content

Commit

Permalink
[#486] Replace "tasks" with "target" for maven-antrun-plugin 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn authored and alanking committed Jan 9, 2025
1 parent 5076fce commit 6de9f76
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions jargon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</goals>
<phase>generate-sources</phase>
<configuration>
<tasks>
<target>
<property name="src.dir"
value="${project.build.sourceDirectory}" />
<property name="package.dir"
Expand All @@ -85,14 +85,14 @@
<echo file="${src.dir}/${package.dir}/JargonVersion.java"
append="true" message="}${line.separator}" />
<echo message="BUILD ${buildtime}" />
</tasks>
</target>
</configuration>
</execution>
<execution>
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete
file="${basedir}/src/test/resources/testing.properties" />
<touch
Expand Down Expand Up @@ -150,7 +150,7 @@
test.option.mount.basedir=${test.option.mount.basedir}
test.option.python=${test.option.python}
</echo>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions jargon-data-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete
file="${basedir}/src/test/resources/testing.properties" />
<touch
Expand Down Expand Up @@ -108,7 +108,7 @@
test.mac.icommand.path=${jargon.test.mac.icommand.path}
test.option.exercise.remoteexecstream=${jargon.test.option.exercise.remoteexecstream}
</echo>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions jargon-mdquery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete file="${basedir}/src/test/resources/testing.properties" />
<touch file="${basedir}/src/test/resources/testing.properties" mkdirs="true" />
<echo file="${basedir}/src/test/resources/testing.properties" append="true">
Expand Down Expand Up @@ -116,7 +116,7 @@
test.option.gsi.user=${test.option.gsi.user}
test.option.gsi.file=${test.option.gsi.file}
</echo>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions jargon-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete
file="${basedir}/src/test/resources/testing.properties" />
<touch
Expand Down Expand Up @@ -87,7 +87,7 @@
test.mac.icommand.path=${jargon.test.mac.icommand.path}
test.option.exercise.remoteexecstream=${jargon.test.option.exercise.remoteexecstream}
</echo>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
6 changes: 3 additions & 3 deletions jargon-ruleservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete file="${basedir}/src/test/resources/testing.properties" />
<touch file="${basedir}/src/test/resources/testing.properties" mkdirs="true" />
<echo file="${basedir}/src/test/resources/testing.properties" append="true">
Expand Down Expand Up @@ -58,8 +58,8 @@
test.option.exercise.ticket=${jargon.test.option.exercise.ticket}
test.option.python=${test.option.python}

</echo>
</tasks>
</echo>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
6 changes: 3 additions & 3 deletions jargon-ticket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete file="${basedir}/src/test/resources/testing.properties" />
<touch file="${basedir}/src/test/resources/testing.properties" mkdirs="true" />
<echo file="${basedir}/src/test/resources/testing.properties" append="true">
Expand All @@ -67,8 +67,8 @@
test.mac.icommand.path=${jargon.test.mac.icommand.path}
test.option.exercise.remoteexecstream=${jargon.test.option.exercise.remoteexecstream}
test.option.exercise.ticket=${jargon.test.option.exercise.ticket}
</echo>
</tasks>
</echo>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions jargon-user-tagging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete file="${basedir}/src/test/resources/testing.properties" />
<touch file="${basedir}/src/test/resources/testing.properties" mkdirs="true" />
<echo file="${basedir}/src/test/resources/testing.properties" append="true">
Expand All @@ -54,7 +54,7 @@ test.irods.scratch.subdir=${jargon.test.irods.scratch.subdir}
test.mac.icommand.path=${jargon.test.mac.icommand.path}
test.option.exercise.remoteexecstream=${jargon.test.option.exercise.remoteexecstream}
</echo>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down
4 changes: 2 additions & 2 deletions jargon-zipservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<id>0</id>
<phase>validate</phase>
<configuration>
<tasks>
<target>
<delete file="${basedir}/src/test/resources/testing.properties" />
<touch file="${basedir}/src/test/resources/testing.properties" mkdirs="true" />
<echo file="${basedir}/src/test/resources/testing.properties" append="true">
Expand All @@ -57,7 +57,7 @@
test.mac.icommand.path=${jargon.test.mac.icommand.path}
test.option.exercise.remoteexecstream=${jargon.test.option.exercise.remoteexecstream}
</echo>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

0 comments on commit 6de9f76

Please sign in to comment.