Tony CHEMIT pushed to branch master at ultreiaio / ird-t3
Commits:
-
4d5ed44b
by Tony CHEMIT at 2017-05-11T01:35:58+02:00
-
7ce1f432
by Tony CHEMIT at 2017-05-11T01:56:51+02:00
-
f3dd767c
by Tony CHEMIT at 2017-05-11T01:56:52+02:00
-
e6af5414
by Tony CHEMIT at 2017-05-11T01:56:52+02:00
-
9feb21a9
by Tony CHEMIT at 2017-05-11T02:15:40+02:00
-
70d503c8
by Tony CHEMIT at 2017-05-11T02:16:02+02:00
-
987513a4
by 166231 at 2017-05-11T00:25:07+00:00
-
21d11ee3
by 166231 at 2017-05-11T00:31:08+00:00
1 changed file:
Changes:
| ... | ... | @@ -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>
|