Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Instructions for PTP Maven build

I'm trying to build PTP using Maven and I wasn't able to find instructions explaining how to do that. I tried running mvn -Dinstall-directory=c:/temp/ptp clean install in the org.eclipse.ptp directory and got errors

[INFO] Scanning for projects...
[ERROR] Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.eclipse.ptp:org.eclipse.ptp.target:target:photon:9.2.1-SNAPSHOT -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Could not resolve target platform specification artifact org.eclipse.ptp:org.eclipse.ptp.target:target:photon:9.2.1-SNAPSHOT

I don't need to build Photon, but I'm not sure how to run a PTP-only build.

Is there a set of instructions that explains how to build just PTP?
Dave


Back to the top