tycho

Combine/aggregate eclipse p2 repositories / extendable p2 repository

时光毁灭记忆、已成空白 提交于 2019-11-27 11:45:50
问题 With maven/tycho build for Nodeclipse Eclipse plugin there is new p2 repository every release. Release is done on Bintray that does not allow to update files. So every version goes in its folder. BaseFolder BaseFolder/VersionFolder1 BaseFolder/VersionFolder2 BaseFolder/VersionFolder3 Is it possible to have BaseFolder prepared once as extendable p2 repository, and VersionFolderN added later? So that there would be only one URL for updates and Eclipse platform could discover updates in the

Dependencies from pom.xml not considered by Eclipse in Tycho Project

若如初见. 提交于 2019-11-27 04:31:51
问题 I created a Tycho project with an eclipse-plugin packaging. The project includes some dependencies that are specified via pom.xml. The relevant pom sections are: <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <tycho.version>0.15.0</tycho.version> </properties> <build> <sourceDirectory>src</sourceDirectory> <plugins> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-maven-plugin</artifactId> <version>${tycho.version}</version> <extensions>true<

“Unknown packaging: eclipse-plugin” in Maven

百般思念 提交于 2019-11-27 03:50:34
问题 I want to build a project in Maven using eclipse-plugin packaging, but I get the following error for my POM: [ERROR] Unknown packaging: eclipse-plugin @ line 15, column 13 . pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <relativePath>../releng/pom.xml</relativePath> <groupId>net.sf