I am trying to build a p2 repository using Tycho and the tycho-p2-repository-plugin in an eclipse-repository
packaging type. When I run the build, it is giving me the following exception:
Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:0.13.0:assemble-repository (default-assemble-repository) on project com.mycompany: No content specified for p2 repository
Can someone point me to the cause of this problem?
tycho-p2-reposiory-plugin
explicitly. It is part of the default lifecycle ofeclipse-repository
. – Tseng