Fixed minor pom.xml line that was out of place after sortpom.
This commit is contained in:
parent
7b5f88a49c
commit
f5345e903a
2
pom.xml
2
pom.xml
|
|
@ -747,10 +747,10 @@
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>delete-mavens-links</id>
|
<id>delete-mavens-links</id>
|
||||||
<phase>process-test-resources</phase>
|
|
||||||
<goals>
|
<goals>
|
||||||
<goal>exec</goal>
|
<goal>exec</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
<phase>process-test-resources</phase>
|
||||||
<inherited>false</inherited>
|
<inherited>false</inherited>
|
||||||
<configuration>
|
<configuration>
|
||||||
<executable>${gatk.basedir}/public/src/main/scripts/shell/delete_maven_links.sh</executable>
|
<executable>${gatk.basedir}/public/src/main/scripts/shell/delete_maven_links.sh</executable>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue