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>
|
||||
<execution>
|
||||
<id>delete-mavens-links</id>
|
||||
<phase>process-test-resources</phase>
|
||||
<goals>
|
||||
<goal>exec</goal>
|
||||
</goals>
|
||||
<phase>process-test-resources</phase>
|
||||
<inherited>false</inherited>
|
||||
<configuration>
|
||||
<executable>${gatk.basedir}/public/src/main/scripts/shell/delete_maven_links.sh</executable>
|
||||
|
|
|
|||
Loading…
Reference in New Issue