Skip to content

Commit 6a2a652

Browse files
committed
moved cat wav/lab into artimate-model as mvn execution
1 parent f2a87bd commit 6a2a652

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

artimate-model/pom.xml

+21
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<resources.directory>${basedir}/src/main/resources</resources.directory>
1212
<generated.resources.directory>${project.build.directory}/generated-resources</generated.resources.directory>
1313

14+
<praat.path>/Applications/Praat.app/Contents/MacOS/praat</praat.path>
1415
<blender.path>/Applications/blender.app/Contents/MacOS/blender</blender.path>
1516

1617
<final.pos.file>${generated.resources.directory}/${pos.file}</final.pos.file>
@@ -25,6 +26,7 @@
2526
<filtering>true</filtering>
2627
<excludes>
2728
<exclude>**/*.pos</exclude>
29+
<exclude>**/*.TextGrid</exclude>
2830
</excludes>
2931
</resource>
3032
</resources>
@@ -88,6 +90,23 @@
8890
</configuration>
8991
</execution>
9092

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+
91110
<execution>
92111
<id>blender</id>
93112
<phase>generate-resources</phase>
@@ -122,6 +141,8 @@
122141
<resourcesDirectory>${generated.resources.directory}</resourcesDirectory>
123142
<includes>
124143
<include>**/*.dae</include>
144+
<include>**/*.wav</include>
145+
<include>**/*.lab</include>
125146
</includes>
126147
</configuration>
127148
</execution>
File renamed without changes.

0 commit comments

Comments
 (0)