diff --git a/org.eclipse.lemminx/pom.xml b/org.eclipse.lemminx/pom.xml index cb2518148..dcea0d6c7 100644 --- a/org.eclipse.lemminx/pom.xml +++ b/org.eclipse.lemminx/pom.xml @@ -14,6 +14,12 @@ 0.9.23 + + + tycho-snpashots + https://repo.eclipse.org/content/repositories/tycho-snapshots + + @@ -78,7 +84,6 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 @@ -125,6 +130,56 @@ + + org.eclipse.tycho + tycho-wrap-plugin + 4.0.10-SNAPSHOT + + + make-uber-bundle + + wrap + + + + + + ${project.build.directory}/org.eclipse.lemminx-uber.jar + uber-bundle + ${project.build.directory}/org.eclipse.lemminx-uber-bundle.jar + + + +