Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] No content specified for p2 repository error when second update site build

Hello guys,

I am able to build "my.updatesite.one" , where is pom.xml and category.xml this project. Build is succesfull, and than there is "my.updatesite.two", where i have located only features with junits, defined also in category.xml.

Everything is ok, in both modules. but during building the second update site, the FAILURE has appeared:

"Failed to execute goal org.eclipse.tycho:tycho-p2-repository-plugin:0.15.0:assemble-repository (default-assemble-repository) on project my.updatesite.two: No content specified for p2 repository"

nothing else. no more info in debug mode. category.xml is included in project, pom.xml also. So what could be problem? When i copy the content of category.xml from "my.updatesite.two" into "my.updatesite.one", the first update site is going to build succesfully!! why? I am trying to have to different update sites, with two different content...

D.


Back to the top