Tony CHEMIT pushed to branch master at ultreiaio / ird-t3

Commits:

1 changed file:

Changes:

  • t3/pom.xml
    ... ... @@ -122,14 +122,14 @@
    122 122
                 <phase>prepare-package</phase>
    
    123 123
                 <configuration>
    
    124 124
                   <executable>zip</executable>
    
    125
    -              <workingDirectory>${project.build.directory}</workingDirectory>
    
    125
    +              <workingDirectory>target</workingDirectory>
    
    126 126
                   <arguments>
    
    127 127
                     <argument>--password</argument>
    
    128 128
                     <argument>${zip.password}</argument>
    
    129 129
                     <argument>t3-installer-${project.version}.zip</argument>
    
    130 130
                     <argument>-q</argument>
    
    131 131
                     <argument>-r</argument>
    
    132
    -                <argument>${project.build.directory}/t3-installer-${project.version}</argument>
    
    132
    +                <argument>t3-installer-${project.version}</argument>
    
    133 133
                   </arguments>
    
    134 134
                 </configuration>
    
    135 135
               </execution>