diff options
| author | Noopur Gupta | 2019-11-20 11:46:59 +0000 |
|---|---|---|
| committer | Noopur Gupta | 2019-11-20 11:46:59 +0000 |
| commit | 12a2e2716dfb47cde5775c30bee60366f901f3cb (patch) | |
| tree | bcc09b07f1456cdc51cb83042d67c537bba5deaa | |
| parent | b9ed701bf33ab911e6b7191828c13c9c8bc73f95 (diff) | |
| download | eclipse.jdt.ui-12a2e2716dfb47cde5775c30bee60366f901f3cb.tar.gz eclipse.jdt.ui-12a2e2716dfb47cde5775c30bee60366f901f3cb.tar.xz eclipse.jdt.ui-12a2e2716dfb47cde5775c30bee60366f901f3cb.zip | |
latest Y-build
Change-Id: I8fda197a34f09b83e4809460c7b07bc8c1f748c0
| -rw-r--r-- | pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -36,6 +36,10 @@ <profiles> <profile> <id>build-individual-bundles</id> + <properties> + <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.14-Y-builds</eclipse-p2-repo.url> + <skipAPIAnalysis>true</skipAPIAnalysis> + </properties> <repositories> <repository> <releases> @@ -48,6 +52,26 @@ <url>https://repo.eclipse.org/content/repositories/eclipse/</url> </repository> </repositories> + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho.extras</groupId> + <artifactId>tycho-p2-extras-plugin</artifactId> + <version>${tycho.version}</version> + <executions> + <execution> <!-- Checks versions are properly bumped from one stream to the other --> + <id>compare-attached-artifacts-with-release</id> + <goals> + <goal>compare-version-with-baselines</goal> + </goals> + <configuration> + <skip>true</skip> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </profile> </profiles> |
