Skip to main content

bleep import-maven

import an existing Maven build by reading pom.xml (uses mvn help:effective-pom to resolve parent POMs and dependencyManagement)

Synopsis

bleep import-maven [flags]

Flags

FlagDescription
--ignore-when-templating, -i <string> (repeatable)some projects may differ much from the rest, for instance documentation and examples. considering these when computing templates may negatively affect the result
--skip-mvnskip running mvn, use existing effective-pom.xml in .bleep/import/maven/
--skip-generated-resources-scriptdisable creating a script to regenerate discovered generated sources/resources
--mvn-path <string>optional path to mvn executable
--exclude-project, -x <string> (repeatable)exclude specific projects from import and all their downstream dependencies (can be specified multiple times)
--platform, -p <platform> (repeatable)only import projects for specified platform(s)
--scala, -s <scala version> (repeatable)only import projects for specified scala version(s)