META-INF.maven.org.juzu.juzu-plugins-less4j.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <parent> <groupId>org.juzu</groupId> <artifactId>juzu-plugins-parent</artifactId> <version>1.2.0-M05</version> </parent> <artifactId>juzu-plugins-less4j</artifactId> <version>1.2.0-M05</version> <name>Juzu Less4j Plugin</name> <description>The Less4j plugin</description> <dependencies> <dependency> <groupId>org.juzu</groupId> <artifactId>juzu-core</artifactId> </dependency> <dependency> <groupId>com.github.sommeri</groupId> <artifactId>less4j</artifactId> <version>1.4.0</version> </dependency> <dependency> <groupId>org.juzu</groupId> <artifactId>juzu-plugins-webjars</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>3.1.1</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerArgument>-proc:none</compilerArgument> </configuration> </plugin> </plugins> </build> </project>