Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

1 changed file:

Changes:

  • client/runner/pom.xml
    ... ... @@ -617,7 +617,7 @@
    617 617
                 <goals>
    
    618 618
                   <goal>run</goal>
    
    619 619
                 </goals>
    
    620
    -            <phase>integration-test</phase>
    
    620
    +            <phase>pre-integration-test</phase>
    
    621 621
                 <configuration>
    
    622 622
                   <target>
    
    623 623
                     <copy failonerror="true" file="${project.build.directory}/${project.build.finalName}.jar" overwrite="true" tofile="${project.build.directory}/${applicationJarName}.jar"/>
    
    ... ... @@ -693,7 +693,7 @@
    693 693
                     <goals>
    
    694 694
                       <goal>run</goal>
    
    695 695
                     </goals>
    
    696
    -                <phase>integration-test</phase>
    
    696
    +                <phase>pre-integration-test</phase>
    
    697 697
                     <configuration>
    
    698 698
                       <target>
    
    699 699
                         <copy failonerror="true" file="${project.build.directory}/${project.build.finalName}.exe" overwrite="true" tofile="${project.build.directory}/${applicationJarName}.exe"/>