DOC

org.codehaus.mojo : cassandra-maven-plugin

Maven & Gradle

Apr 17, 2022
2 usages
8 stars

Mojo's Cassandra Maven Plugin · The Mojo Projects plugin for Apache Maven to allow launching a local Apache Cassandra instance from a Maven build

Table Of Contents

Latest Version

Download org.codehaus.mojo : cassandra-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download org.codehaus.mojo : cassandra-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.7
3.6
3.5
2.1.x
2.0.x
1.2.x
1.1.x
1.0.x
0.8.x
0.7.x

How to open Javadoc JAR file in web browser

  1. Rename the file cassandra-maven-plugin-3.7-javadoc.jar to cassandra-maven-plugin-3.7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder cassandra-maven-plugin-3.7-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "cassandra-maven-plugin-3.7-sources.jar" -d "cassandra-maven-plugin-3.7-javadoc" -subpackages 

Advertisement