-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build|RelEng] Clean-up and fix EnrichPom java code and fix warning
- Move publish-to-maven project from Java-11 to 21 as the Maven-publication process already requires Java-21 - Remove fix of scmConnection value as it's not necessary anymore (ECJ metadata are fine out of the box) and it removes (accidentally) the scm-tag information - Remove now obsolete SCM-mapping - Throw exceptions on missing information instead of using default and be strict - Add print-out about basic statics, i.e. the number of enhanced POM files - Remove unused enrichPoms.jardesc
- Loading branch information
1 parent
88d9506
commit be64d99
Showing
8 changed files
with
117 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
eclipse.platform.releng/publish-to-maven-central/enrichPoms.jardesc
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
....releng/publish-to-maven-central/src/org/eclipse/platform/releng/maven/pom/Developer.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.