Author: kwright
Date: Wed Apr 26 20:52:14 2017
New Revision: 1792810
URL: http://svn.apache.org/viewvc?rev=1792810&view=rev
Log:
Add less/css maven compile
Modified:
manifoldcf/branches/CONNECTORS-1418/framework/crawler-ui/pom.xml
Modified: manifoldcf/branches/CONNECTORS-1418/framework/crawler-ui/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1418/framework/crawler-ui/pom.xml?rev=1792810&r1=1792809&r2=1792810&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-1418/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/branches/CONNECTORS-1418/framework/crawler-ui/pom.xml Wed Apr 26
20:52:14 2017
@@ -28,6 +28,31 @@
<name>ManifoldCF - Framework - Crawler UI</name>
<packaging>war</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.lesscss</groupId>
+ <artifactId>lesscss-maven-plugin</artifactId>
+ <version>1.7.0.1.1</version>
+ <configuration>
+
<sourceDirectory>${project.basedir}/src/main/webapp/less</sourceDirectory>
+
<outputDirectory>${project.build.directory}/${project.build.finalName}/css</outputDirectory>
+ <compress>true</compress>
+ <includes>
+ <include>main.less</include>
+ </includes>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>compile</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
<dependencies>
<!-- Internal dependencies -->
<dependency>