1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
---
layout: default
title: plugins [options]
summary: Execute a Project action, or if no parms given, show information about the project
---
## Description
{{page.summary}}
## Synopsis
## Options
[ -p, --project <string> ] - Identify another project
## Examples
biz.aQute.bnd (master)$ bnd plugins
found password
000 aQute.bnd.build.Workspace
001 java.util.concurrent.ThreadPoolExecutor@2685c106[Running, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
002 java.util.Random@174384ac
003 aQute.bnd.maven.support.Maven@51bb4422
004 aQute.lib.settings.Settings@5d763e19
005 bnd-cache
006 aQute.bnd.resource.repository.ResourceRepositoryImpl@67528259
007 aQute.bnd.osgi.Processor
008 /Ws/bnd/cnf/repo r/w=true
009 /Ws/bnd/dist/bundles r/w=true
010 aQute.bnd.signing.JartoolSigner@2dac2cb7
|