Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Alternative to avoid deprecation warning from product-export goal in tycho-packaging-plugin
  • From: Torbjorn SVENSSON <torbjorn.svensson@xxxxxx>
  • Date: Thu, 11 Mar 2021 14:50:08 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=st.com; dmarc=pass action=none header.from=st.com; dkim=pass header.d=st.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=nRLUm8i2jXyZDuyFo/7zcebCc+8CbuK5kCcJv8XZNGk=; b=fwmjOpoPxUT5fP4WELAoHw4bg8Hdc6DjmBmbhr3rEBFxlPR+tqhdw0brjVxubDxIxVos5BTj2MR5ob7TPteTsTX6J2G08pwqmevVpB6RjMtepFQkYyoS1lsRV+KpEMxxwNBjXnY+NftoIDNNeXoS09i9jgTrjm5mK7YH+eLkIICjLJ+LiCAGZucbt2t3Z8CbrVf+4XYiIuw2Moq8LLIYIipTqos3qg4ROJCupRRGnF6bFUXPjo6cmm+uYtwTtRa9CtT9Ie4RrHkl2iLeheatZK0i+EpWm1q/oURz6qV8FBc5L+J1aQ5axkMJz09U31rnI2/SpM/xy9z/LszQNOk13A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R2GBwAEU+QhTSBgyR7I1xahJiHrxD/PfFVRFa5fiYX+0a9enqKwlsBkDPdxthrsUTq9CZ0wjQoqfV7wJXD5zLorAjoHm3z5ptB139y1KqY6hFCStbGKmnKXjBKe8YsG+JZJHtteFUnSKjvhm7qxfW04j2ijJIRDXrSEmf7EGGGYE4tIHqLIwjqUigs/6XpMuBqms1uHvNKEtTdr2zKQeYUhnltBhGaDNrpfhD5r3GU3k7YdZdHW9aP8ccjCe+5ee8SML8XAvnMhcTeWOOS7iFQSLn4a2DY6gs51OcHihtUulrqjt05JITOJM3LR6VWmid84A3pZJDgKXIqXos+INyQ==
  • Delivered-to: tycho-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tycho-user/>
  • List-help: <mailto:tycho-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tycho-user>, <mailto:tycho-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdcWhWtOQ9/WB/cHRTyVQOKP7nXYDA==
  • Thread-topic: Alternative to avoid deprecation warning from product-export goal in tycho-packaging-plugin

Hello,

We have been using the goal product-export in the tycho-packaging-plugin for a while to export a product in a way that it will support more than one platform.
What we need, is something that contains the launchers for 3 different platforms, Linux, macos and Windows, without duplicating the plugins, features and configuration.
The product that is exported is a simple headless eclipse application that is launched and bundled in an external tool as a sub-component, but the external tool only contains a generic installation that should work on all the 3 platforms.

Is there any way to do this without the product-export goal?
The reason why I'm looking for alternatives is that the product-export goal produces this warning on every build:
[WARNING] The packaging type 'eclipse-application' is deprecated; use 'eclipse-repository' instead. See https://wiki.eclipse.org/Tycho_Messages_Explained#Eclipse_Application

I've looked at the tycho-p2-director-plugin, but it does not appear to support the use-case to generate all platforms in a single structure.

Kind regards,
Torbjörn


Back to the top