Re: Maven Web Site

2015-04-13 Thread Hervé BOUTEMY
Le mardi 14 avril 2015 16:34:18 Olivier Lamy a écrit : > On 14 April 2015 at 16:11, Hervé BOUTEMY wrote: > > wow, impressive! > > Definitely agree!!! > > > what I don't like is that it does not use my wide screen, which is not > > great > > on some key pages like http://maven.matsuo-it.com/#/plu

Re: [VOTE] Release Apache Maven Verifier Plugin version 1.1

2015-04-13 Thread Olivier Lamy
+1 On 14 April 2015 at 16:16, Karl Heinz Marbaise wrote: > Hi, > > I need one more binding VOTE ? > > Kind regards > Karl Heinz Marbaise > On 4/10/15 8:07 PM, Karl Heinz Marbaise wrote: > >> Hi, >> >> We solved 4 issues: >> https://issues.apache.org/jira/secure/ReleaseNote.jspa? >> projectId=123

Re: Maven Web Site

2015-04-13 Thread Olivier Lamy
On 14 April 2015 at 16:11, Hervé BOUTEMY wrote: > wow, impressive! > Definitely agree!!! > > what I don't like is that it does not use my wide screen, which is not > great > on some key pages like http://maven.matsuo-it.com/#/plugins/index.html I wonder what sort of resolution you're using??

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Hervé BOUTEMY
Le lundi 13 avril 2015 12:19:57 Paul Benedict a écrit : > This is the example project structure I had in mind: > > mvjar-example/ >minjava/ > src/main/java > src/test/java >java7/ > src/main/java > src/test/java >java8/ > src/main/java > src/test/java > >

Re: [VOTE] Release Apache Maven Verifier Plugin version 1.1

2015-04-13 Thread Karl Heinz Marbaise
Hi, I need one more binding VOTE ? Kind regards Karl Heinz Marbaise On 4/10/15 8:07 PM, Karl Heinz Marbaise wrote: Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318120&version=12331744 There are still a couple of issues left in JIRA: https://issue

Re: Maven Web Site

2015-04-13 Thread Hervé BOUTEMY
wow, impressive! what I don't like is that it does not use my wide screen, which is not great on some key pages like http://maven.matsuo-it.com/#/plugins/index.html but there are a lot of great ideas that proves people can create great skins! Regarding Jekyll and asciidoctor, I have in my todo

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Stephen Connolly
Yes net beans does support it, jesse Glick (who is a net beans fanboy... Because he used to be a net beans developer) foisted a JDK 6 for src/main and JDK 8 for src/test on us at work... Where we all are left cursing IntelliJ for not supporting same On Tuesday, April 14, 2015, Milos Kleint wrote:

[RESULT] [VOTE] Release Apache Maven JavaDoc Plugin version 2.10.3

2015-04-13 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 (binding): Hervé Boutemy, Karl Heinz Marbaise, Olivier Lamy +1 (non binding): none I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To

Re: [VOTE] Release Apache Maven JavaDoc Plugin version 2.10.3

2015-04-13 Thread Olivier Lamy
+1 On 10 April 2015 at 16:30, Karl Heinz Marbaise wrote: > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317529&version=12330876 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20% > 3

Re: [VOTE] Release Apache Maven Verifier Plugin version 1.1

2015-04-13 Thread Hervé BOUTEMY
+1 Regards, Hervé Le vendredi 10 avril 2015 20:07:25 Karl Heinz Marbaise a écrit : > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318120&ve > rsion=12331744 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Milos Kleint
afaik netbeans does support it (having different source/target level for test and main source) Not from the UI, but if you have your compiler plugin setup properly, it will take it into account. Milos On Sat, Apr 11, 2015 at 11:35 PM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > T

Maven Web Site

2015-04-13 Thread Marek Romanowski
Hi, I saw Karl's mail about Maven Web Site and I've decided to post some questions to you all. A few months ago I was thinking about how hard would it be to provide modern theme for maven generated sites. I wanted to have full project documentation within project, ideally generated with standard m

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Jörg Schaible
Hi Arnaud, Arnaud Héritier wrote: > In short/middle term the lack of IDE integration isn't a real problem for > now. > Like Brian said, they know that users won't use such feature before > several years. > The runtime part providing the compatibility for the JRE should be > backported to Java 8 b

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Paul Benedict
Gary, I made a point in my email to note these aren't special names. These are just example names to denote what kind of project material was inside. Cheers, Paul On Mon, Apr 13, 2015 at 12:53 PM, Gary Gregory wrote: > FWIW, I do not like 'minjava'. OTOH 'java7' is clear, not why not just > st

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Arnaud Héritier
In short/middle term the lack of IDE integration isn't a real problem for now. Like Brian said, they know that users won't use such feature before several years. The runtime part providing the compatibility for the JRE should be backported to Java 8 but only Java 9 JDK will provide required tools t

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Gary Gregory
FWIW, I do not like 'minjava'. OTOH 'java7' is clear, not why not just stick to 'java#'? Gary On Mon, Apr 13, 2015 at 10:19 AM, Paul Benedict wrote: > This is the example project structure I had in mind: > > mvjar-example/ >minjava/ > src/main/java > src/test/java >java7/ >

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-04-13 Thread Paul Benedict
This is the example project structure I had in mind: mvjar-example/ minjava/ src/main/java src/test/java java7/ src/main/java src/test/java java8/ src/main/java src/test/java The "minjava" and "java7" and "java8" are not special names (just names to denote w

Re: Apache Maven JDeps Plugin

2015-04-13 Thread Stephen Connolly
Or maybe just integrate http://www.graphdracula.net/showcase/ into the html report and let people drag the graph to their needs. Note that the site also lists similar projects providing similar functionality, so worth checking out either way On 13 April 2015 at 08:59, Alan Bateman wrote: > On 13

Re: release-plugin: push changes after perform for DCVS

2015-04-13 Thread Stephen Connolly
B On Monday, April 13, 2015, Chris Graham wrote: > Hello Mirko. > > I've been there too. With builds that take 4-6 hours to run, hundreds of > modules, and lots of testing failures, some intermittent, some not. In my > case, I had a very tempremental ESB/Process Server's serviceDeploy to > conte

Re: release-plugin: push changes after perform for DCVS

2015-04-13 Thread Chris Graham
Hello Mirko. I've been there too. With builds that take 4-6 hours to run, hundreds of modules, and lots of testing failures, some intermittent, some not. In my case, I had a very tempremental ESB/Process Server's serviceDeploy to contend with. I added a retry option into the was6:serviceDeploy goa

Re: release-plugin: push changes after perform for DCVS

2015-04-13 Thread Mirko Friedenhagen
Chris, it is _my personal_ experience, that running release:perform fails more often than the taging/comitting steps in release:prepare. - E.g. I run release:prepare and some plugins are only activated when performRelease is set (checkstyle, rat, gpg, license-checker). - You may argue that I just

Re: Apache Maven JDeps Plugin

2015-04-13 Thread Alan Bateman
On 13/04/2015 03:46, Hervé BOUTEMY wrote: last week, during DevoxxFR, Arnaud and I showed maven-jdeps-plugin: as expected, a lot of users didn't know about this tool So for sure, having this plugin and a report would help Then there is the question of: what should the report look like? Should it