CSS Minifier Maven Plugin

Combines and Minifies your CSS files

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.kodcu
ArtifactId

ArtifactId

css-maven-plugin
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

CSS Minifier Maven Plugin
Combines and Minifies your CSS files
Project URL

Project URL

https://github.com/rahmanusta/css-maven-plugin
Project Organization

Project Organization

kodcucom
Source Code Management

Source Code Management

https://github.com/rahmanusta/css-maven-plugin

Download css-maven-plugin

How to add to project

<plugin>
    <groupId>com.kodcu</groupId>
    <artifactId>css-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.2.2
org.apache.commons : commons-io jar 1.3.2

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

Project Modules

There are no modules declared in this project.

CSS Minifier Maven Plugin

Combines and Minifies your CSS files

Usage

<plugin>
<groupId>com.kodcu</groupId>
<artifactId>css-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
	<inputPath>${basedir}/src/main/webapp/css/</inputPath>
	<styles>
		<style>vendor/bootstrap.css</style>
		<style>vendor/layout.css</style>
		<style>custom.css</js>
	</styles>
	<outputPath>${basedir}/src/main/webapp/css/style.min.css</outputPath>
</configuration>
</plugin>

Requirements

Needs Java 8+

Analytics

Versions

Version
1.0.0