Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Deprecation of -DtargetPlatform

Hi,

since -DtargetPlatform will be deprecated (0.11.0 says so) I was looking for the steps I need to take to configure a local target platform (essentially the eclipse directory with features and plugins subfolders). Unfortunately, I was did not find enough relevant information on this. 
Could someone please tell me how I need to setup this?

What I tried is:

			<plugin>
				<groupId>org.sonatype.tycho</groupId>
				<artifactId>target-platform-configuration</artifactId>
				<version>0.11.0</version>
				<configuration>
					<resolver>local</resolver>
					<target>
						<location>C:\target platforms\RTC-SDK-2.0.0.2iFix6\rtc-sdk\target\eclipse</location>
					</target>
				</configuration>
			</plugin>

This seems to be wrong.

Thanks, Thomas

Back to the top