简体   繁体   中英

Tycho: How to copy p2 update site to a Tomcat server

Currently, I am using a Tycho build to generate my product installations/zips and p2 update site repository locally. I would like to copy only the p2 update site to a tomcat server. Any idea how to do this with the latest Tycho version?

Use the Maven Antrun plugin and embed an upload script. The maven environment variables allow you to produce a relative path, so this will work independent of the location.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM