14 lines
467 B
Plaintext
14 lines
467 B
Plaintext
#
|
|
# Use this file to customize the bnd workspace
|
|
#
|
|
|
|
# Default build features (will be enabled for all projects in the workspace)
|
|
-buildfeatures: base
|
|
|
|
# Repository for project specific additional dependencies (using project-deps.maven )
|
|
-plugin.ProjectDependencies: \
|
|
aQute.bnd.repository.maven.provider.MavenBndRepository; \
|
|
releaseUrl=${amdatu-blueprint-maven-releaseUrls}; \
|
|
index=${build}/project-deps.maven; \
|
|
name=Project dependencies
|