Fork me on GitHub

android-ndk:clean

Full name:

com.simpligility.maven.plugins:android-ndk-maven-plugin:1.1.2:clean

Description:

(no description)

Attributes:

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

Optional Parameters

Name Type Since Description
ndkBuildLibsOutputDirectory File - (no description)
Default value is: ${project.basedir}/libs.
User property is: android.nativeBuildLibsOutputDirectory.
ndkBuildObjOutputDirectory File - (no description)
Default value is: ${project.basedir}/obj.
User property is: android.nativeBuildObjOutputDirectory.
skipBuildLibsOutputDirectory boolean - Specifies whether the deletion of the libs/ folder structure should be skipped. This is by default set to skip (true) to avoid unwanted deletions of libraries already present in this structure.
Default value is: true.
User property is: android.nativeBuildSkipCleanLibsOutputDirectory.
skipBuildObjsOutputDirectory boolean - Specifies whether the obj/ build folder structure should be deleted.
Default value is: false.
User property is: android.nativeBuildSkipCleanLibsOutputDirectory.
skipClean boolean - Forces the clean process to be skipped.
Default value is: false.
User property is: android.nativeBuildSkipClean.

Parameter Details

ndkBuildLibsOutputDirectory:

(no description)
  • Type: java.io.File
  • Required: No
  • User Property: android.nativeBuildLibsOutputDirectory
  • Default: ${project.basedir}/libs

ndkBuildObjOutputDirectory:

(no description)
  • Type: java.io.File
  • Required: No
  • User Property: android.nativeBuildObjOutputDirectory
  • Default: ${project.basedir}/obj

skipBuildLibsOutputDirectory:

Specifies whether the deletion of the libs/ folder structure should be skipped. This is by default set to skip (true) to avoid unwanted deletions of libraries already present in this structure.
  • Type: boolean
  • Required: No
  • User Property: android.nativeBuildSkipCleanLibsOutputDirectory
  • Default: true

skipBuildObjsOutputDirectory:

Specifies whether the obj/ build folder structure should be deleted.
  • Type: boolean
  • Required: No
  • User Property: android.nativeBuildSkipCleanLibsOutputDirectory
  • Default: false

skipClean:

Forces the clean process to be skipped.
  • Type: boolean
  • Required: No
  • User Property: android.nativeBuildSkipClean
  • Default: false