|
826 | 826 | helpUrl="https://bnd.bndtools.org/plugins/filerepo.html"> |
827 | 827 | <property name="name" type="string" |
828 | 828 | description="Name of the repository" /> |
829 | | - <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details). Use <<EMPTY>> to exclude the repo from resolution." options="resolve,<<EMPTY>>" /> |
| 829 | + <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details. 'compile' for compilation. See -buildpath and -testpath for details). If any other tag like <<EMPTY>> is used, then this repo is excluded from resolution and compilation." options="resolve,compile,<<EMPTY>>" /> |
830 | 830 | <property name="location" type="string" |
831 | 831 | description="Local directory path" /> |
832 | 832 | <property name="readonly" type="boolean" default="false" /> |
|
837 | 837 | helpUrl="https://bnd.bndtools.org/plugins/osgirepo.html"> |
838 | 838 | <property name="name" type="string" |
839 | 839 | description="Name of the repository" /> |
840 | | - <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details). Use <<EMPTY>> to exclude the repo from resolution." options="resolve,<<EMPTY>>" /> |
| 840 | + <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details. 'compile' for compilation. See -buildpath and -testpath for details). If any other tag like <<EMPTY>> is used, then this repo is excluded from resolution and compilation." options="resolve,compile,<<EMPTY>>" /> |
841 | 841 | <property name="locations" type="string" |
842 | 842 | description="Index locations (comma-separated list of URLs)" /> |
843 | 843 | <property name="cache" type="string" |
|
850 | 850 | helpUrl="https://bnd.bndtools.org/plugins/localindexrepo.html"> |
851 | 851 | <property name="name" type="string" |
852 | 852 | description="Name of the repository" /> |
853 | | - <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details). Use <<EMPTY>> to exclude the repo from resolution." options="resolve,<<EMPTY>>" /> |
| 853 | + <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details. 'compile' for compilation. See -buildpath and -testpath for details). If any other tag like <<EMPTY>> is used, then this repo is excluded from resolution and compilation." options="resolve,compile,<<EMPTY>>" /> |
854 | 854 | <property name="local" type="string" |
855 | 855 | description="Local directory path" /> |
856 | 856 | <property name="phase" type="string" |
|
889 | 889 | helpUrl="https://bnd.bndtools.org/plugins/maven.html" |
890 | 890 | rank="10"> |
891 | 891 | <property name="name" type="string" description="The name of this repository" default="Maven Repository" /> |
892 | | - <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details). Use <<EMPTY>> to exclude the repo from resolution." options="resolve,<<EMPTY>>" /> |
| 892 | + <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details. 'compile' for compilation. See -buildpath and -testpath for details). If any other tag like <<EMPTY>> is used, then this repo is excluded from resolution and compilation." options="resolve,compile,<<EMPTY>>" /> |
893 | 893 | <property name="releaseUrl" type="string" description="The urls to the remote release repository." default="https://repo.maven.apache.org/maven2/" /> |
894 | 894 | <property name="stagingUrl" type="string" description="The url of the staging release repository." /> |
895 | 895 | <property name="snapshotUrl" type="string" description="The urls to the remote snapshot repository." default="https://repository.apache.org/snapshots/" /> |
|
909 | 909 | name="P2Repository" |
910 | 910 | helpUrl="https://bnd.bndtools.org/plugins/p2repo.html"> |
911 | 911 | <property name="name" type="string" description="The name of this repository" default="P2Repository" /> |
912 | | - <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details). Use <<EMPTY>> to exclude the repo from resolution." options="resolve,<<EMPTY>>" /> |
| 912 | + <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details. 'compile' for compilation. See -buildpath and -testpath for details). If any other tag like <<EMPTY>> is used, then this repo is excluded from resolution and compilation." options="resolve,compile,<<EMPTY>>" /> |
913 | 913 | <property name="url" type="string" description="The URL to either the P2 repository (a directory) or an Eclipse target platform. Required." /> |
914 | 914 | <property name="location" type="string" description="The location to store the index file. Default: 'cnf/cache/p2-index-reponame/index.xml.gz'" /> |
915 | 915 | </plugin> |
|
919 | 919 | name="Maven POM Repository" |
920 | 920 | helpUrl="https://bnd.bndtools.org/plugins/pomrepo.html"> |
921 | 921 | <property name="name" type="string" description="The name of the repo. Required." default="Maven POM Repository" /> |
922 | | - <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details). Use <<EMPTY>> to exclude the repo from resolution." options="resolve,<<EMPTY>>" /> |
| 922 | + <property name="tags" type="combo" description="Comma separated list ('resolve' used for resolution. See -runrepos instruction for details. 'compile' for compilation. See -buildpath and -testpath for details). If any other tag like <<EMPTY>> is used, then this repo is excluded from resolution and compilation." options="resolve,compile,<<EMPTY>>" /> |
923 | 923 | <property name="releaseUrl" type="string" description="The url to the remote release repository. Can be a comma separated list of urls." default="https://repo.maven.apache.org/maven2/" /> |
924 | 924 | <property name="snapshotUrl" type="string" description="The url to the remote snapshot repository. If this is not specified, it falls back to the release repository or just local if this is also not specified. Can be a comma separated list of urls." default="https://repository.apache.org/snapshots/" /> |
925 | 925 | <property name="local" type="string" description="The path to the local repository" default="~/.m2/repository" /> |
|
0 commit comments