Add schema-to-html mojo as a replacement for ant ConvertSchemaToHTML
Only set download/install-size attributes in features if they exist
Call the API tools directly without using ApiAnalysisApplication
Make additional P2 units from p2.inf available to the target-platform
4.0.3
new option to filter added repository-references when assembling a p2-repository
If filtering provided artifacts is enabled, the repository references automatically added to a assembled p2-repository
(via tycho-p2-repository-plugin's addIUTargetRepositoryReferences or addPomRepositoryReferences) can now be filtered by their location
using exclusion and inclusion patterns and therefore allows more fine-grained control which references are added.
Additionally the automatically added references can be filter based on if they provide any of the filtered units or not.
If addOnlyProviding is true repositories that don't provide any filtered unit are not added to the assembled repo.
new option to include referenced repositories when resolving the target platform:
Repositories can contain references to other repositories (e.g. to find additional dependencies), from now on there is a new option, referencedRepositoryMode, to also consider these references. By default, it is set to ignore; to enable referenced repositories in target platform resolution, set it to include:
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the maven group with 3 updates: org.apache.maven.plugins:maven-plugin-plugin, org.apache.maven.plugins:maven-surefire-plugin and org.eclipse.tycho:target-platform-configuration.
Updates
org.apache.maven.plugins:maven-plugin-plugin
from 3.10.2 to 3.11.0Release notes
Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases.
Commits
4178d33
[maven-release-plugin] prepare release maven-plugin-tools-3.11.025d920f
[MNG-5695] document Maven 3.2.5+ scoped components usage6418490
[MPLUGIN-495] WARNINGs based on usage of@Component
for MavenSession/MavenPro...8b93d12
Bump org.jsoup:jsoup from 1.17.1 to 1.17.2f4973ac
Bump org.assertj:assertj-core from 3.24.2 to 3.25.17dd3a25
[MPLUGIN-499] Add deprecate description in parameters table (#250)9bb13f0
[MPLUGIN-492] Documentation for plugins in general: Goals comprises more than...fc41218
[MPLUGIN-498] Move section rendering to separate methodsed4774b
[MPLUGIN-450] Require goalPrefix to be valid (#240)331cf42
[MPLUGIN-497] Upgrade componentsUpdates
org.apache.maven.plugins:maven-surefire-plugin
from 3.2.3 to 3.2.5Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
4b3a271
[maven-release-plugin] prepare release surefire-3.2.5eb3f1d9
Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0430c406
Bump org.assertj:assertj-core from 3.24.2 to 3.25.12d92f2d
[SUREFIRE-2231] JaCoCo 0.8.11 fails with old TestNG releases on Java 17+3290740
Bump org.apache.maven.plugins:maven-docck-plugin from 1.1 to 1.225a9776
Bump net.java.dev.javacc:javacc from 7.0.12 to 7.0.137752f7e
Bump commons-io:commons-io from 2.15.0 to 2.15.18874add
Revert "Bump jacocoVersion from 0.8.8 to 0.8.11"c0f7755
Fix formattinge5f4545
Bump jacocoVersion from 0.8.8 to 0.8.11Updates
org.eclipse.tycho:target-platform-configuration
from 2.7.4 to 4.0.4Release notes
Sourced from org.eclipse.tycho:target-platform-configuration's releases.
... (truncated)
Changelog
Sourced from org.eclipse.tycho:target-platform-configuration's changelog.
... (truncated)
Commits
868454b
Update versions for release 4.0.4272d217
Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.16c1d589
Fix possible NPE in AbstractApplication as seen in integration testsb2797bc
Add stripped down pdebuild bundle as a testcase34388f5
Set the real output location for embedded jars in ApiAnalysisf5ba496
Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.0849778a
Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.1d0479eb
Bump surefire-version from 3.2.1 to 3.2.20e0a174
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.21d8b72e
Bump pluginToolsVersion from 3.10.1 to 3.10.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show