|
@@ -153,7 +153,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<executable>${executable.rmdir}</executable>
|
|
|
- <workingDirectory>${basedir}</workingDirectory>
|
|
|
+ <workingDirectory>${ui.directory}</workingDirectory>
|
|
|
<commandlineArgs>${args.rm.clean} public node_modules</commandlineArgs>
|
|
|
<successCodes>
|
|
|
<successCode>0</successCode>
|
|
@@ -170,7 +170,7 @@
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
<executable>${executable.mkdir}</executable>
|
|
|
- <workingDirectory>${basedir}</workingDirectory>
|
|
|
+ <workingDirectory>${ui.directory}</workingDirectory>
|
|
|
<commandlineArgs>${args.mkdir} public</commandlineArgs>
|
|
|
</configuration>
|
|
|
</execution>
|
|
@@ -188,7 +188,7 @@
|
|
|
</execution>
|
|
|
<execution>
|
|
|
<id>slider-ui-compile-brunch</id>
|
|
|
- <phase>compile</phase>
|
|
|
+ <phase>generate-resources</phase>
|
|
|
<goals>
|
|
|
<goal>exec</goal>
|
|
|
</goals>
|