File tree Expand file tree Collapse file tree
eclipse.platform.releng/bundles/org.eclipse.test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 902902 <comparator .repo>https://download.eclipse.org/eclipse/updates/${releaseVersion} -Y-builds</comparator .repo>
903903 </properties >
904904 </profile >
905+ <profile >
906+ <id >skip-baseline-comparision-of-tests</id >
907+ <activation >
908+ <property >
909+ <name >packaging</name >
910+ <value >eclipse-test-plugin</value >
911+ </property >
912+ </activation >
913+ <build >
914+ <plugins >
915+ <plugin >
916+ <groupId >org.eclipse.tycho.extras</groupId >
917+ <artifactId >tycho-p2-extras-plugin</artifactId >
918+ <version >${tycho.version} </version >
919+ <executions >
920+ <execution >
921+ <id >compare-attached-artifacts-with-release</id >
922+ <goals >
923+ <goal >compare-version-with-baselines</goal >
924+ </goals >
925+ <configuration >
926+ <skip >true</skip >
927+ </configuration >
928+ </execution >
929+ </executions >
930+ </plugin >
931+ </plugins >
932+ </build >
933+ </profile >
905934 <profile >
906935 <id >eclipse-sign</id >
907936 <build >
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ bin.includes = .,\
2020src.includes = about.html
2121source.. = src/
2222
23- # Maven/Tycho pom model adjustments
23+ # Maven/Tycho POM adjustments
24+ pom.model.packaging = eclipse-plugin
2425pom.model.property.defaultSigning-excludeInnerJars = true
You can’t perform that action at this time.
0 commit comments