[GitHub] maven-site pull request #6: Enumerate inherited POM elements more thoroughly

2016-09-01 Thread ctrueden
GitHub user ctrueden opened a pull request: https://github.com/apache/maven-site/pull/6 Enumerate inherited POM elements more thoroughly The documentation gave the impression that only a small subset of elements are inherited, but the truth is that most of them are. It is useful her

Re: JUnit categories in surefire/failsafe

2016-09-01 Thread Tibor Digana
>>because Maven might just treat it as though it weren't set at all, and ignore >>it. One of our user pointed to the issue with empty property and I said it is bug in Maven. Somebody should fix it in Maven. > The most useful of the three would be UNCATEGORIZED, so it can be combined > with other

Re: JUnit categories in surefire/failsafe

2016-09-01 Thread Tibor Digana
Hi Christopher, Right the first test hangs but it does not call setOut(), after having a look in your code. UnusedWalDoesntCloseReplicationStatusIT >>I wasn't aware it was hanging. Running org.apache.accumulo.test.replication.UnusedWalDoesntCloseReplicationStatusIT Build timed out (after 300 mi

Re: Questions about how to contribute to Plexus

2016-09-01 Thread Gabriel Belingueres
Thanks!!! Gabriel 2016-09-01 5:03 GMT-03:00 Kristian Rosenvold : > I will take a look at your interpolation pr's this weekend unless > someone picks it up before. > > Kristian > > > 2016-09-01 0:46 GMT+02:00 Gabriel Belingueres : > > Hi Robert: > > > > Regarding Plexus components, I created a cou

Re: [DISCUSS] Incorporating an ArchitectureId into the GAVCT of the repository

2016-09-01 Thread Stephen Connolly
On Thursday 1 September 2016, Christofer Dutz wrote: > We are having exactly the same problems in the Apache FlexJS project. Here > we have libraries that compile to Flash (swc) or Libs that compile to > JavaScript (js) or Libs that compile to both (jswc). Depending on the > target "architecture"

AW: [DISCUSS] Incorporating an ArchitectureId into the GAVCT of the repository

2016-09-01 Thread Christofer Dutz
We are having exactly the same problems in the Apache FlexJS project. Here we have libraries that compile to Flash (swc) or Libs that compile to JavaScript (js) or Libs that compile to both (jswc). Depending on the target "architecture" it would be great to have different dependency trees. But

[DISCUSS] Incorporating an ArchitectureId into the GAVCT of the repository

2016-09-01 Thread Stephen Connolly
One of the things I feel is necessary to grow Maven in the modelVersion 5.0.0 world is to start taking account of architecture specific artifacts. Currently, the Maven repository layout does not handle architecture specific dependencies well. So, for example: Say I have a foo.jar that depends on

Re: Questions about how to contribute to Plexus

2016-09-01 Thread Kristian Rosenvold
I will take a look at your interpolation pr's this weekend unless someone picks it up before. Kristian 2016-09-01 0:46 GMT+02:00 Gabriel Belingueres : > Hi Robert: > > Regarding Plexus components, I created a couple of pull requests on > plexus-interpolator (and some related maven-filtering patc