Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho and maven-assembly-plugin

Have you tried the mirror goal of tycho-p2-extras-plugin? I don't think you can give it directly category.xml but otherwise it can generate a p2 repo with dependencies.

As far as I understood from your description, I have a similar use case and when asked about it on p2-dev mailing list, Klaus Kopecz has additionally suggested to use B3 Aggregator to generate p2 repos: http://dev.eclipse.org/mhonarc/lists/p2-dev/msg04980.html

/Mikhail


From: "Mickael Istria" <mistria@xxxxxxxxxx>
To: tycho-user@xxxxxxxxxxx
Sent: Wednesday, December 19, 2012 11:23:11 AM
Subject: Re: [tycho-user] Tycho and maven-assembly-plugin

PS: I know about the includeAllDependencies flag, but since I don't want to alter the "normal" output of the repo, I'd prefer to find another way; or a way to generate 2 repos: one without deps, and one with transitive deps.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top