[GitHub] maven-site pull request #7: Corrected assumption regarding execution's confi...

2016-09-28 Thread fmarot
GitHub user fmarot opened a pull request: https://github.com/apache/maven-site/pull/7 Corrected assumption regarding execution's configuration Corrected a wrong assumption saying that specific plugin's execution's configuration could not be used from the command line. This used

Re: Project Dependency Trees schema...

2016-09-28 Thread Stephen Connolly
So I am seeing conflicting requirements and I am unsure how we should approach resolving them: 1. Seems perfectly reasonable to add some form of integrity details about the *project's artifacts* into the PDT. Probably a SHA512 hash... 2. We could probably add the SHA512 hashes of dependencies...

Re: Project Dependency Trees schema...

2016-09-28 Thread Robert Scholte
Besides adding the original repository somewhere I would like to add the file-extension. Now you are required to translate the type to the extension based on the ArtifactHandler, which is a waste of time in this case. During build it is indeed good to use packaging, so you can control the plu

Re: Project Dependency Trees schema...

2016-09-28 Thread Stephen Connolly
Or we say that repositories must be self-consistent and include a "sources" metadata at the root. If I resolve A from central and B from corp-proxy... B may list central' ID as an aggregated source, in which case it doesn't matter if the artifact is in both A and B, we can just take the artifact f

Re: Project Dependency Trees schema...

2016-09-28 Thread Christian Schulte
Am 09/28/16 um 19:27 schrieb Stephen Connolly: > On Wednesday 28 September 2016, Christian Schulte wrote: > >> Am 09/28/16 um 08:25 schrieb Stephen Connolly: >>> So if we provide a way to decentralise. >> >> We do already. >> >>> >>> So now junit hosts their own artifacts, not central >> >> Or so

Re: Project Dependency Trees schema...

2016-09-28 Thread Stephen Connolly
On Wednesday 28 September 2016, Christian Schulte wrote: > Am 09/28/16 um 08:25 schrieb Stephen Connolly: > > So if we provide a way to decentralise. > > We do already. > > > > > So now junit hosts their own artifacts, not central > > Or some company hosts it at the same coordinates and I happen

Re: Project Dependency Trees schema...

2016-09-28 Thread Christian Schulte
Am 09/28/16 um 08:25 schrieb Stephen Connolly: > So if we provide a way to decentralise. We do already. > > So now junit hosts their own artifacts, not central Or some company hosts it at the same coordinates and I happen to need to add that repository to a project of mine. > Now the absolute

Towards Maven 4.0.0

2016-09-28 Thread Stephen Connolly
I have started gathering together my proposals on how we can move Maven forward under the https://cwiki.apache.org/confluence/display/MAVEN/Requests+for+Comment page. Hopefully we can use the wiki to actually drive discussion and collaboration on the topics that concern us this way. -Stephen

Re: Project Dependency Trees schema...

2016-09-28 Thread Andreas Sewe
Stephen Connolly wrote: > I am toying with having the format be xml.gz rather than xml > OTOH transport GZ should be easy and makes the file easier for users > to > inspect > > Thought? If you mean by "transport GZ", serving the XML with "Content-Encoding: gzip" by the repository manager, than

Re: Project Dependency Trees schema...

2016-09-28 Thread Stephen Connolly
What happens if I want to use an in-house patch build of junit? I will not have the same origin... On Wednesday 28 September 2016, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > > > On Wednesday 28 September 2016, Christian Schulte > wrote: > >> Am 09/28/16 um 04:48 schrieb Christi