vltpack:embed-packages

Full name:

net.adamcin:vltpack-maven-plugin:1.3.0:embed-packages

Description:

Embed sub packages in the project artifact package under /etc/packages

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 0.6.0.
  • Binds by default to the lifecycle phase: prepare-package.

Optional Parameters

Name Type Since Description
embedPackages List 0.6.0
List of artifactIds matching project dependencies that should be embedded

localRepositoryPath File 1.0.4
Specify the local repository path for resolved artifacts Refer to maven-install-plugin:install-file

User property is: vltpack.localRepositoryPath.

Parameter Details

embedPackages:

List of artifactIds matching project dependencies that should be embedded
  • Type: java.util.List
  • Since: 0.6.0
  • Required: No

localRepositoryPath:

Specify the local repository path for resolved artifacts Refer to maven-install-plugin:install-file
  • Type: java.io.File
  • Since: 1.0.4
  • Required: No
  • User Property: vltpack.localRepositoryPath