bonita-project:install

Full name:

org.bonitasoft.maven:bonita-project-maven-plugin:1.0.0:install

Description:

This mojo looks for unknown dependencies in the current project and look for them in a project local dependency store (.store folder by default). Install missing dependencies found in the local store in the local repository.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.

Required Parameters

Name Type Since Description
<projectStore> File - Project store where dependencies are stored
Default: .store

Parameter Details

<projectStore>

Project store where dependencies are stored
  • Type: java.io.File
  • Required: report.plugin.goal.yes
  • Default: .store