Skip to content

Commit

Permalink
[pom] Exclude unnecessary artifacts from the jsdt-bundle
Browse files Browse the repository at this point in the history
This puts it more on par wit the jdt in overall size.  All tests work with this.
  • Loading branch information
hazendaz committed Apr 6, 2024
1 parent 543dd77 commit 3e909c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ SPDX-License-Identifier: EPL-2.0
<configuration>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<excludes>META-INF/*</excludes>
<includeArtifactIds>org.eclipse.core.runtime,org.eclipse.equinox.common,org.eclipse.equinox.registry,org.eclipse.wst.jsdt.core,org.eclipse.wst.common.core,org.eclipse.wst.common.environment,org.eclipse.wst.common.frameworks,org.eclipse.wst.common.project.facet.core,org.eclipse.wst.validation</includeArtifactIds>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3e909c9

Please sign in to comment.