Skip to content

Commit 1b75f6a

Browse files
committed
Update _plugin.xml
Signed-off-by: Christoph Rueger <[email protected]>
1 parent 6778c37 commit 1b75f6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bndtools.core/_plugin.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@
826826
helpUrl="https://bnd.bndtools.org/plugins/filerepo.html">
827827
<property name="name" type="string"
828828
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 &lt;&lt;EMPTY&gt;&gt; to exclude the repo from resolution." options="resolve,&lt;&lt;EMPTY&gt;&gt;" />
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 &lt;&lt;EMPTY&gt;&gt; is used, then this repo is excluded from resolution and compilation." options="resolve,compile,&lt;&lt;EMPTY&gt;&gt;" />
830830
<property name="location" type="string"
831831
description="Local directory path" />
832832
<property name="readonly" type="boolean" default="false" />
@@ -837,7 +837,7 @@
837837
helpUrl="https://bnd.bndtools.org/plugins/osgirepo.html">
838838
<property name="name" type="string"
839839
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 &lt;&lt;EMPTY&gt;&gt; to exclude the repo from resolution." options="resolve,&lt;&lt;EMPTY&gt;&gt;" />
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 &lt;&lt;EMPTY&gt;&gt; is used, then this repo is excluded from resolution and compilation." options="resolve,compile,&lt;&lt;EMPTY&gt;&gt;" />
841841
<property name="locations" type="string"
842842
description="Index locations (comma-separated list of URLs)" />
843843
<property name="cache" type="string"
@@ -850,7 +850,7 @@
850850
helpUrl="https://bnd.bndtools.org/plugins/localindexrepo.html">
851851
<property name="name" type="string"
852852
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 &lt;&lt;EMPTY&gt;&gt; to exclude the repo from resolution." options="resolve,&lt;&lt;EMPTY&gt;&gt;" />
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 &lt;&lt;EMPTY&gt;&gt; is used, then this repo is excluded from resolution and compilation." options="resolve,compile,&lt;&lt;EMPTY&gt;&gt;" />
854854
<property name="local" type="string"
855855
description="Local directory path" />
856856
<property name="phase" type="string"
@@ -889,7 +889,7 @@
889889
helpUrl="https://bnd.bndtools.org/plugins/maven.html"
890890
rank="10">
891891
<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 &lt;&lt;EMPTY&gt;&gt; to exclude the repo from resolution." options="resolve,&lt;&lt;EMPTY&gt;&gt;" />
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 &lt;&lt;EMPTY&gt;&gt; is used, then this repo is excluded from resolution and compilation." options="resolve,compile,&lt;&lt;EMPTY&gt;&gt;" />
893893
<property name="releaseUrl" type="string" description="The urls to the remote release repository." default="https://repo.maven.apache.org/maven2/" />
894894
<property name="stagingUrl" type="string" description="The url of the staging release repository." />
895895
<property name="snapshotUrl" type="string" description="The urls to the remote snapshot repository." default="https://repository.apache.org/snapshots/" />
@@ -909,7 +909,7 @@
909909
name="P2Repository"
910910
helpUrl="https://bnd.bndtools.org/plugins/p2repo.html">
911911
<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 &lt;&lt;EMPTY&gt;&gt; to exclude the repo from resolution." options="resolve,&lt;&lt;EMPTY&gt;&gt;" />
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 &lt;&lt;EMPTY&gt;&gt; is used, then this repo is excluded from resolution and compilation." options="resolve,compile,&lt;&lt;EMPTY&gt;&gt;" />
913913
<property name="url" type="string" description="The URL to either the P2 repository (a directory) or an Eclipse target platform. Required." />
914914
<property name="location" type="string" description="The location to store the index file. Default: 'cnf/cache/p2-index-reponame/index.xml.gz'" />
915915
</plugin>
@@ -919,7 +919,7 @@
919919
name="Maven POM Repository"
920920
helpUrl="https://bnd.bndtools.org/plugins/pomrepo.html">
921921
<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 &lt;&lt;EMPTY&gt;&gt; to exclude the repo from resolution." options="resolve,&lt;&lt;EMPTY&gt;&gt;" />
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 &lt;&lt;EMPTY&gt;&gt; is used, then this repo is excluded from resolution and compilation." options="resolve,compile,&lt;&lt;EMPTY&gt;&gt;" />
923923
<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/" />
924924
<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/" />
925925
<property name="local" type="string" description="The path to the local repository" default="~/.m2/repository" />

0 commit comments

Comments
 (0)