MVN

com.github.cameroncan : cachemanifest-maven-plugin

Maven & Gradle

Aug 19, 2013
9 stars

Cache Manifest Generation Maven Plugin · Generates a cache manifest file (for offline caching, HTML 5 offline mode) at build time given patterns of files to include/exclude. This plugin was originally created by Glenn Barrett at github.com/cantinac/cachemanifest-maven-plugin. Thanks go to github organization @cantinac for transferring the repo for further maintenance.

<plugin>
    <groupId>com.github.cameroncan</groupId>
    <artifactId>cachemanifest-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cameroncan : cachemanifest-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.cameroncan : cachemanifest-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cachemanifest-maven-plugin-1.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.cameroncan</groupId>
    <artifactId>cachemanifest-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Advertisement