File tree 3 files changed +21
-0
lines changed
3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 11
11
<resources .directory>${basedir} /src/main/resources</resources .directory>
12
12
<generated .resources.directory>${project.build.directory} /generated-resources</generated .resources.directory>
13
13
14
+ <praat .path>/Applications/Praat.app/Contents/MacOS/praat</praat .path>
14
15
<blender .path>/Applications/blender.app/Contents/MacOS/blender</blender .path>
15
16
16
17
<final .pos.file>${generated.resources.directory} /${pos.file} </final .pos.file>
25
26
<filtering >true</filtering >
26
27
<excludes >
27
28
<exclude >**/*.pos</exclude >
29
+ <exclude >**/*.TextGrid</exclude >
28
30
</excludes >
29
31
</resource >
30
32
</resources >
88
90
</configuration >
89
91
</execution >
90
92
93
+ <execution >
94
+ <id >concatenate-wav-lab</id >
95
+ <phase >generate-resources</phase >
96
+ <goals >
97
+ <goal >exec</goal >
98
+ </goals >
99
+ <configuration >
100
+ <workingDirectory >${script.directory} </workingDirectory >
101
+ <executable >${praat.path} </executable >
102
+ <arguments >
103
+ <argument >CatWavLab.praat</argument >
104
+ <argument >${data.directory} </argument >
105
+ <argument >${generated.resources.directory} </argument >
106
+ </arguments >
107
+ </configuration >
108
+ </execution >
109
+
91
110
<execution >
92
111
<id >blender</id >
93
112
<phase >generate-resources</phase >
122
141
<resourcesDirectory >${generated.resources.directory} </resourcesDirectory >
123
142
<includes >
124
143
<include >**/*.dae</include >
144
+ <include >**/*.wav</include >
145
+ <include >**/*.lab</include >
125
146
</includes >
126
147
</configuration >
127
148
</execution >
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments