We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 557d983 + 519a037 commit f16b51dCopy full SHA for f16b51d
plugin-maven/README.md
@@ -265,6 +265,13 @@ any other maven phase (i.e. compile) then it can be configured as below;
265
<version>4.26</version>
266
<!-- Optional: Specify a file which contains all formatting options. -->
267
<file>${project.basedir}/eclipse-formatter.xml</file>
268
+ <!-- If the access to the p2 repositories is restricted, mirrors can be pecified using a URI prefix map as follows:-->
269
+ <p2Mirrors>
270
+ <p2Mirror>
271
+ <prefix>https://download.eclipse.org/eclipse/updates/4.26/</prefix>
272
+ <url>https://some.internal.mirror/4-26-updates-p2/</url>
273
+ </p2Mirror>
274
+ </p2Mirrors>
275
</eclipse>
276
```
277
0 commit comments