apikana:package

Full name:

org.swisspush.maven.plugins:apikana-maven-plugin:0.4.14:package

Description:

Package the generated files in sources-jar, api-jar and style-jar.

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: package.

Optional Parameters

Name Type Since Description
nodeWorkingDir File - The working directory for node.
Default value is: target/node.
User property is: apikana.node-working-dir.
style String - The directory containing css files and images to style the swagger GUI.
Default value is: src/style.
User property is: apikana.style.

Parameter Details

nodeWorkingDir:

The working directory for node.
  • Type: java.io.File
  • Required: No
  • User Property: apikana.node-working-dir
  • Default: target/node

style:

The directory containing css files and images to style the swagger GUI.
  • Type: java.lang.String
  • Required: No
  • User Property: apikana.style
  • Default: src/style