This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 8794d17c8359007f47b9283721f4459852d4a38b Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 10:01:43 2014 +0200 fix js build --- pollen-ui-angular/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/pollen-ui-angular/pom.xml b/pollen-ui-angular/pom.xml index 2453ffa..fadb0de 100644 --- a/pollen-ui-angular/pom.xml +++ b/pollen-ui-angular/pom.xml @@ -23,6 +23,29 @@ <build> <plugins> + + <!-- Clean js libs directory content to avoid any conflict with previous install --> + <plugin> + <artifactId>maven-clean-plugin</artifactId> + <executions> + <execution> + <id>clean-js-libs</id> + <goals><goal>clean</goal></goals> + <phase>clean</phase> + <configuration> + <filesets> + <fileset> + <directory>src/main/webapp/lib</directory> + <includes> + <include>**/*</include> + </includes> + </fileset> + </filesets> + </configuration> + </execution> + + </executions> + </plugin> <plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.