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?
Asked
Active
Viewed 242 times
1 Answers
0
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.

Jörn Guy Süß
- 1,408
- 11
- 18