File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,5 +19,7 @@ if [ -z "$MVN" ]; then
1919 echo maven not found.
2020 exit 1
2121else
22+ # Increase XML entity size limit for Eclipse 2024-03 metadata
23+ export MAVEN_OPTS=" -Djdk.xml.maxGeneralEntitySizeLimit=0 -Djdk.xml.totalEntitySizeLimit=0"
2224 $MVN -Dtycho.debug.resolver=true -X -f ./scouter.client.build/pom.xml clean package
2325fi
Original file line number Diff line number Diff line change 111111 <goal >build-qualifier-aggregator</goal >
112112 <goal >validate-id</goal >
113113 <goal >validate-version</goal >
114+ <goal >package-plugin</goal >
115+ </goals >
116+ </pluginExecutionFilter >
117+ <action >
118+ <ignore />
119+ </action >
120+ </pluginExecution >
121+ <pluginExecution >
122+ <pluginExecutionFilter >
123+ <groupId >org.eclipse.tycho</groupId >
124+ <artifactId >tycho-bnd-plugin</artifactId >
125+ <versionRange >[4.0.0,)</versionRange >
126+ <goals >
127+ <goal >process</goal >
114128 </goals >
115129 </pluginExecutionFilter >
116130 <action >
Original file line number Diff line number Diff line change 11org.eclipse.ui/DOCK_PERSPECTIVE_BAR =topLeft
22org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR =true
3+ org.eclipse.ui/SHOW_OPEN_ON_PERSPECTIVE_BAR =true
4+ org.eclipse.ui/PERSPECTIVE_BAR_EXTRAS =*
35org.eclipse.ui/initialFastViewBarLocation =bottom
46org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS =false
57org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
68org.eclipse.ui/KEY_CONFIGURATION_ID =scouter
7- org.eclipse.ui/SHOW_MEMORY_MONITOR =true
9+ org.eclipse.ui/SHOW_MEMORY_MONITOR =true
10+ org.eclipse.ui.workbench/SHOW_TOOLBAR =false
You can’t perform that action at this time.
0 commit comments