Skip to content

Commit

Permalink
Change phase to clean in order to install POM
Browse files Browse the repository at this point in the history
  • Loading branch information
yargo13 committed Mar 6, 2021
1 parent 10eaa64 commit 47d3454
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<executions>
<execution>
<id>install-parallel-iterative-deconvolution</id>
<phase>initialize</phase>
<phase>clean</phase>
<goals>
<goal>install-file</goal>
</goals>
Expand All @@ -143,11 +143,12 @@
<packaging>jar</packaging>
<file>${basedir}/libs/parallel_iterative_deconvolution-1.9.jar</file>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>
<execution>
<id>install-parallel-colt</id>
<phase>initialize</phase>
<phase>clean</phase>
<goals>
<goal>install-file</goal>
</goals>
Expand All @@ -158,6 +159,7 @@
<packaging>jar</packaging>
<file>${basedir}/libs/parallelcolt-0.7.2.jar</file>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 47d3454

Please sign in to comment.