This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch feature/jewel-ui-set in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit b438acb7ad5629578859e06871c1e27e4c71e2be Author: Carlos Rovira <[email protected]> AuthorDate: Mon Mar 12 22:28:45 2018 +0100 forgotten changes in pom --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 232afe9..9fba592 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,12 @@ <artifactId>build-helper-maven-plugin</artifactId> <version>3.0.0</version> </plugin> + + <plugin> + <groupId>nl.geodienstencentrum.maven</groupId> + <artifactId>sass-maven-plugin</artifactId> + <version>3.5.2</version> + </plugin> <!-- <plugin> <groupId>org.sonarsource.scanner.maven</groupId> @@ -197,6 +203,8 @@ <!-- Ignore IntelliJ IDEA project files --> <exclude>**/*.iml</exclude> <exclude>**/.idea/**</exclude> + <!-- SASS cc.map generated files by sass-maven-plugin--> + <exclude>**/*.css.map</exclude> <!-- Exclude any eventually existing content of target directories. Some times when building with a bigger maven reactor and then -- To stop receiving notification emails like this one, please contact [email protected].
