File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
org.eclipse.m2e.editor.lemminx
org.eclipse.m2e.pde.target.tests/src/org/eclipse/m2e/pde/target/tests Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4545 <groupId >org.eclipse.lemminx</groupId >
4646 <artifactId >lemminx-maven</artifactId >
4747 <!-- Don't release m2e if this points to SNAPSHOT -->
48- <version >0.12.0 </version >
48+ <version >0.11.1 </version >
4949 <outputDirectory >${project.basedir} </outputDirectory >
5050 <destFileName >lemminx-maven.jar</destFileName >
5151 <!-- Edit forceQualifierUpdate.txt to force usage of newer SNAPSHOT, otherwise
Original file line number Diff line number Diff line change 3333import org .eclipse .osgi .util .ManifestElement ;
3434import org .eclipse .pde .core .target .ITargetLocation ;
3535import org .eclipse .pde .core .target .TargetBundle ;
36+ import org .junit .Ignore ;
3637import org .junit .Test ;
3738import org .osgi .framework .BundleException ;
3839import org .osgi .framework .Constants ;
@@ -106,6 +107,7 @@ public void testWithClassifierFailsToCollect() throws Exception {
106107 }
107108
108109 @ Test
110+ @ Ignore ("see https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/5987" )
109111 public void testSourceWithSignature () throws Exception {
110112 ITargetLocation target = resolveMavenTarget (
111113 """
Original file line number Diff line number Diff line change 121121 <dependency >
122122 <groupId >org.eclipse.lemminx</groupId >
123123 <artifactId >org.eclipse.lemminx</artifactId >
124- <version >0.29 .0</version >
124+ <version >0.31 .0</version >
125125 <type >jar</type >
126126 <classifier >uber</classifier >
127127 </dependency >
You can’t perform that action at this time.
0 commit comments