coffee-script
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.webjars</groupId>
<artifactId>coffee-script</artifactId>
<version>1.11.0</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.webjars</groupId>
<artifactId>coffee-script-parent</artifactId>
<version>1.11.0</version>
</parent>
<packaging>jar</packaging>
<groupId>org.webjars</groupId>
<artifactId>coffee-script</artifactId>
<name>CoffeeScript</name>
<description>WebJar for CoffeeScript</description>
<url>http://webjars.org</url>
<properties>
<requirejs>
{
}
</requirejs>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>process-resources</phase>
<id>move</id>
<goals><goal>run</goal></goals>
<configuration>
<target>
<echo message="moving resources" />
<move file="${extractDir}/extras/coffee-script.js" tofile="${destDir}/coffee-script.min.js" />
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>