|
metadataRepository
|
A URL specifying the metadata repository to publish to. |
|
artifactRepository
|
A URL specifying the artifact repository to publish to. |
|
repository
|
Sets both metadataRepository and artifactRepository. |
|
metadataRepositoryName
|
When creating a new metadata repository, sets the name. |
|
artifactRepositoryName
|
When creating a new artifact repository, sets the name. |
|
repositoryName
|
Sets both metadataRepositoryName and artifactRepositoryName. |
|
append
|
Whether to append to the repository. (Default is "true") |
|
compress
|
When creating a new repository, whether or not to compress the metadata. (Default is "false") |
|
publishArtifacts
|
Whether or not to publish the artifacts. (Default is "true") |
|
reusePackedFiles
|
Whether or not to include discovered Pack200 files in the repository. (Default is "false") |
|
<contextRepository>
|
Nested elements specifying context repositories, supports the following attributes:
|
location
|
A URL specifying the location of the repository. |
|
artifact
|
"true" or "false": whether or not there is an artifact repository at this location. |
|
metadata
|
"true" or "false": whether or not there is a metadata repository at this location. |
If a given context repository contains metadata for one of the features or bundles that are being published, then that metadata
will be re-used instead of generating new metadata.
|