DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
manifest- create an OSGi manifest for the current project
configuration options:manifestLocationdefaults to ${project.build.outputDirectory}/META-INFsupportedProjectTypesdefaults to "jar","bundle"
More GOALs are available in the 1.4.0 release:
ant- create an Ant build script to rebuild the bundle
install- adds the current bundle project to the local OBR
configuration options:obrRepositorypath to local OBR, defaults to <local-maven-repository>/repository.xml
install-file- adds a local bundle file to the local OBR
configuration options:obrRepositorypath to local OBR, defaults to <local-maven-repository>/repository.xmlgroupIdMaven groupId for the bundle, taken from pomFile if givenartifactIdMaven artifactId for the bundle, taken from pomFile if givenversionMaven version for the bundle, taken from pomFile if givenpackagingMaven packaging type for the bundle, taken from pomFile if givenclassifierMaven classifier type, defaults to nonepomFileoptional Pom file describing the bundlefilebundle file, defaults to the bundle from the local Maven repositoryobrXmloptional additional properties for the bundle
deploy- adds the current bundle project to a remote OBR
configuration options:remoteOBRname of remote OBR, defaults to NONE (which means no remote OBR deployment)obrRepositoryused when the remoteOBR name is blank, defaults torepository.xmlaltDeploymentRepositoryalternative remote repository, id::layout::urlignoreLockignore remote locking when updating the OBR
deploy-file- adds a local bundle file to a remote OBR
configuration options:remoteOBRname of remote OBR, defaults to an empty stringobrRepositoryused when the remoteOBR name is blank, defaults torepository.xmlrepositoryIdoptional repository id, used to lookup authentication settingsurlremote repository transport URL, likeNo Format scpexe://host/path/to/obrbundleUrlpublic URL of deployed bundle, likeNo Format http://www.foo.org/bundles/foo.jargroupIdMaven groupId for the bundle, taken from pomFile if givenartifactIdMaven artifactId for the bundle, taken from pomFile if givenversionMaven version for the bundle, taken from pomFile if givenpackagingMaven packaging type for the bundle, taken from pomFile if givenclassifierMaven classifier type, defaults to nonepomFileoptional Pom file describing the bundlefilebundle file, defaults to the bundle from the local Maven repositoryobrXmloptional additional properties for the bundleignoreLockignore remote locking when updating the OBR
clean- cleans the local OBR, removing missing bundles
configuration options:obrRepositorypath to local OBR, defaults to <local-maven-repository>/repository.xml
There are also new instructions available from the underlying BND tool, which continues to be improved independently; for the latest see BND documentation.
...