[pollen] branch develop updated (4328891 -> 8794d17)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 4328891 fixes #1061 The tooltip and the pen appears on the poll title in the vote page new 8794d17 fix js build The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 8794d17c8359007f47b9283721f4459852d4a38b Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Aug 27 10:01:43 2014 +0200 fix js build Summary of changes: pollen-ui-angular/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm