3.3.1: Memory Usage

2015-03-18 Thread Jörg Schaible
Hi,

it seems to get my standard complaint about every new Maven version, but 
we're currently stuck to Maven 3.0.5. One reason is the vast memory usage of 
any later version.

We have currently ~450 projects in the reactor, now compare the results of a 
simple validate:

Maven 3.0.5:
 % ==

[INFO] BUILD SUCCESS
[INFO] 

[INFO] Total time: 19.312s
[INFO] Finished at: Wed Mar 18 10:50:10 CET 2015
[INFO] Final Memory: 323M/1106M
[INFO] 

 % ==

Maven 3.3.1 (and 3.2.5):
 % ==

[INFO] BUILD SUCCESS
[INFO] 

[INFO] Total time: 54.811 s
[INFO] Finished at: 2015-03-18T10:44:44+01:00
[INFO] Final Memory: 1806M/2731M

 % ==

Understandably the situation worsens if you actually try to build.

Cheers,
Jörg


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] maven pull request: MNG-5786: Fix edge case in determining maven.m...

2015-03-18 Thread Stephan202
GitHub user Stephan202 opened a pull request:

https://github.com/apache/maven/pull/40

MNG-5786: Fix edge case in determining maven.multiModuleProjectDirectory.

See [MNG-5786](https://jira.codehaus.org/browse/MNG-5786) for details. The 
commit message explains the issue in different words:

MNG-5786: Fix maven.multiModuleProjectDirectory.

Fixes an edge case where maven.multiModuleProjectDirectory is set 
incorrectly.
Consider the following scenario:

  /some/path/to/the/workspace/.mvn
  /some/path/to/the/workspace/project/.mvn
  /some/path/to/the/workspace/project/pom.xml

Prior to the fix, running Maven inside the *project* directory will 
cause
maven.multiModuleProjectDirectory to be set to the *workspace* 
directory. The
fix entails testing for the presence of .mvn before traversing one 
directory
up, rather than afterwards.

The loop termination condition was moved inside the loop, so as to 
ensure that
.mvn can also be placed in the file system root.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Stephan202/maven MNG-5786

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven/pull/40.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #40


commit 5374bfcaff59414ca9b580cefbab8880bf782d42
Author: Stephan Schroevers stephan.schroev...@escaladagroup.com
Date:   2015-03-18T13:18:18Z

MNG-5786: Fix maven.multiModuleProjectDirectory.

Fixes an edge case where maven.multiModuleProjectDirectory is set 
incorrectly.
Consider the following scenario:

  /some/path/to/the/workspace/.mvn
  /some/path/to/the/workspace/project/.mvn
  /some/path/to/the/workspace/project/pom.xml

Prior to the fix, running Maven inside the *project* directory will cause
maven.multiModuleProjectDirectory to be set to the *workspace* directory. 
The
fix entails testing for the presence of .mvn before traversing one directory
up, rather than afterwards.

The loop termination condition was moved inside the loop, so as to ensure 
that
.mvn can also be placed in the file system root.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Problems signing up on the dev list ?Problems signing up on the dev list ?

2015-03-18 Thread Kristian Rosenvold
Markus Karg complains that he's been trying to sign up on the dev
list, can anyone check what's up ?

Kristian

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Maven 3.3.1 Release

2015-03-18 Thread Stephen Connolly
Yep. https://github.com/eirslett/frontend-maven-plugin/pull/178 is the pull
request that has been merged to fix the issue with that plugin

On 16 March 2015 at 15:04, Stephen Connolly stephen.alan.conno...@gmail.com
 wrote:


 On 16 March 2015 at 14:43, Jason van Zyl ja...@takari.io wrote:

 slf4j-maven-plugin-log


 https://code.google.com/p/slf4j-maven-plugin-log/ I think is the source
 of the problem. Haven't had the time to dig further.



Re: svn commit: r1667514 - /maven/site/trunk/content/xdoc/download.xml.vm

2015-03-18 Thread Jason van Zyl
Danke, I missed that.

On Mar 18, 2015, at 7:54 AM, ol...@apache.org wrote:

 Author: olamy
 Date: Wed Mar 18 11:54:56 2015
 New Revision: 1667514
 
 URL: http://svn.apache.org/r1667514
 Log:
 Maven 3.3 requires JDK 1.7 or above,
 
 Modified:
maven/site/trunk/content/xdoc/download.xml.vm
 
 Modified: maven/site/trunk/content/xdoc/download.xml.vm
 URL: 
 http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/download.xml.vm?rev=1667514r1=1667513r2=1667514view=diff
 ==
 --- maven/site/trunk/content/xdoc/download.xml.vm (original)
 +++ maven/site/trunk/content/xdoc/download.xml.vm Wed Mar 18 11:54:56 2015
 @@ -291,7 +291,7 @@ under the License.
   table
 tr
   tdbJDK/b/td
 -  tdMaven 3.2 requires JDK 1.6 or above, while Maven 3.0/3.1 
 requires JDK 1.5 or above (this is to execute Maven - it still allows you to 
 build against 1.3 and prior JDK's:
 +  tdMaven 3.3 requires JDK 1.7 or above, Maven 3.2 requires 
 JDK 1.6 or above, while Maven 3.0/3.1 requires JDK 1.5 or above (this is to 
 execute Maven - it still allows you to build against 1.3 and prior JDK's:
   see our a 
 href=/guides/mini/guide-using-toolchains.htmlGuide to Using 
 Toolchains/a)/td
 /tr
 tr
 
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

To do two things at once is to do neither.
 
 -- Publilius Syrus, Roman slave, first century B.C.













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Mirko Friedenhagen
Hello,

a colleague of mine just noticed, that some links are broken:
- on http://maven.apache.org/index.html the links for Maven 3.2.5
point to the documentation of Maven 3.1.1
- on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore.

I am a friend of supporting only the newest and freshest, but then we
should drop the links for 3.1.1 as well ;-) SCNR.

Should I open an issue for this (where?)

Regards
Mirko

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Jason van Zyl
Fixed, and I pushed another publish. Thanks!

On Mar 18, 2015, at 11:29 AM, Mirko Friedenhagen mfriedenha...@apache.org 
wrote:

 Hello,
 
 a colleague of mine just noticed, that some links are broken:
 - on http://maven.apache.org/index.html the links for Maven 3.2.5
 point to the documentation of Maven 3.1.1
 - on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore.
 
 I am a friend of supporting only the newest and freshest, but then we
 should drop the links for 3.1.1 as well ;-) SCNR.
 
 Should I open an issue for this (where?)
 
 Regards
 Mirko
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

-- Thoreau 













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: svn commit: r1667647 - /maven/site/trunk/content/markdown/docs/3.3.1/release-notes.md

2015-03-18 Thread Jason van Zyl
Just for the record, Karl didn't ask me to link to his notes but he took the 
time to write them, they are comprehensive so I have no issue with linking to 
them. I'm thankful someone wrote them. I honestly don't mind where they are.

On Mar 18, 2015, at 10:09 PM, jvan...@apache.org wrote:

 Author: jvanzyl
 Date: Thu Mar 19 02:09:29 2015
 New Revision: 1667647
 
 URL: http://svn.apache.org/r1667647
 Log:
 Adding a link to Karl's release notes which are great.
 
 
 Modified:
maven/site/trunk/content/markdown/docs/3.3.1/release-notes.md
 
 Modified: maven/site/trunk/content/markdown/docs/3.3.1/release-notes.md
 URL: 
 http://svn.apache.org/viewvc/maven/site/trunk/content/markdown/docs/3.3.1/release-notes.md?rev=1667647r1=1667646r2=1667647view=diff
 ==
 --- maven/site/trunk/content/markdown/docs/3.3.1/release-notes.md (original)
 +++ maven/site/trunk/content/markdown/docs/3.3.1/release-notes.md Thu Mar 19 
 02:09:29 2015
 @@ -24,7 +24,9 @@
 
 ## Maven 3.3.1
 
 -The Apache Maven team would like to announce the release of Maven 3.3.1.
 +The Apache Maven team would like to announce the release of Maven 3.3.1. 
 Many thanks for Karl Heinz Marbaise for writing up the most complete release 
 notes which you can find here:
 +
 +http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/
 
 Maven 3.3.1 is [available for download][0].
 
 
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

Lastly, Impossible. The lamest of the lame excuses! Difficult maybe, or 
impractical, or too expensive, but rarely is anything impossible.

  -- Yvon Chouinard, Let my People Go Surfing













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-18 Thread Robert Scholte

Hi,

this release contains a critical fix for Windows users who want to invoke  
Apache Maven 3.3.1. Due to http://jira.codehaus.org/browse/MNG-5776 the  
start-script has been renamed from mvn.bat to mvn.cmd, which caused that  
the Invoker couldn't find the executable file anymore.


We solved 7 issues:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761styleName=Htmlversion=18970

There are still 2 issues left in JIRA:
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11761status=1component=13271

Staging repo:
https://repository.apache.org/content/repositories/maven-1154
https://repository.apache.org/content/repositories/maven-1154/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2-source-release.zip

Source release checksum(s):
maven-invoker-2.2-source-release.zip sha1:  
56fb87afb12378ebbf5ddf1546ac10528e18dca6


Staging site:
http://maven.apache.org/shared-archives/maven-invoker-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Jekyll experiment

2015-03-18 Thread Fred Cooke
Well, if you created it, then a personal thank you from me for that. I
would never use it for normal web stuff, but for the autogenerated stuff
like PMD, checkstyle, findbugs, cross ref code, javadocs, etc etc it's
GREAT at release time to give you a reference of what was. Or during dev,
when one feels like it, to create a comprehensive detailed view of the
state of the code that can be casually navigated through using a browser.
It has some SVNness in it, which I hate, so I invite you to continue the
hate for your own reasons :-D

On Thu, Mar 19, 2015 at 4:32 PM, Jason van Zyl ja...@takari.io wrote:

 Anyone interested in trying a Jekyll experiment for our website? Extract
 the useful documentation we believe there is and try to make working on the
 site a pleasurable experience that is easy for users to contribute to?

 I'd like to try this because after this last release I'm frankly tired of
 looking at our pretty awful website. It's ugly, noisy, unmaintained, hard
 to navigate and personally just makes me not want to write anything. I
 would like to like writing documentation again and I think a more standard
 tool like Jekyll will help. I honestly dislike doing core releases because
 I have to use the site plugin. I created it, I can hate it and I do hate it.

 Even if no one answers I'll try this experiment because I think there's
 only 10-15 useful documents in the whole site so it likely won't take long.

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -

 There's no sense in being precise when you don't even know what you're
 talking about.

  -- John von Neumann












 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




Re: Jekyll experiment

2015-03-18 Thread Karl Heinz Marbaise

Hi Jason,

On 3/19/15 4:32 AM, Jason van Zyl wrote:

Anyone interested in trying a Jekyll experiment for our website?

 Extract the useful documentation we believe there is
  and try to make working on the site a pleasurable


experience that is easy for users to contribute to?


That's one the reason i would like to do some experiments with it...



I'd like to try this because after this last release I'm frankly

  tired of looking at our pretty awful website.


It's ugly, noisy, unmaintained, hard to navigate and personally
just makes me not want to write anything. I would like to like
writing documentation again and I think a more standard tool
like Jekyll will help. I honestly dislike doing core
releases because I have to use the site plugin. I created it, I can hate it and 
I do hate it.

Even if no one answers I'll try this experiment because
I think there's only 10-15 useful documents in the whole site so it likely 
won't take long.


I'm interested, cause for example my blog is jekyll based and it's 
really simple to write docs via jekyll


Furthermore i have started to revise pages (at the moment) i started 
with some mini guides as a start...like this: 
http://maven.apache.org/guides/mini/guide-building-for-different-environments.html 
(which really needs an update)


So would like to help...

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Jekyll experiment

2015-03-18 Thread Jason van Zyl
Yup, personally not interested. Jekyll probably has several orders of magnitude 
more users. Now if there were a Jekyll compatible implementation in Java, sure 
I'd use that :-)

I just like that the tool is well supported and everyone uses it, and even if 
you don't want to actually install it there are tons of editors for the 
supported formats and you have Github pages.

On Mar 18, 2015, at 11:45 PM, Aldrin Leal ald...@leal.eng.br wrote:

 you seen JBake? I wrote its Maven Plugin
 
 http://docs.ingenieux.com.br/project/jbake/
 
 --
 -- Aldrin Leal, ald...@leal.eng.br
 Master your EC2-fu! Get the latest ekaterminal public beta
 http://www.ingenieux.com.br/products/ekaterminal/
 
 On Thu, Mar 19, 2015 at 12:32 AM, Jason van Zyl ja...@takari.io wrote:
 
 Anyone interested in trying a Jekyll experiment for our website? Extract
 the useful documentation we believe there is and try to make working on the
 site a pleasurable experience that is easy for users to contribute to?
 
 I'd like to try this because after this last release I'm frankly tired of
 looking at our pretty awful website. It's ugly, noisy, unmaintained, hard
 to navigate and personally just makes me not want to write anything. I
 would like to like writing documentation again and I think a more standard
 tool like Jekyll will help. I honestly dislike doing core releases because
 I have to use the site plugin. I created it, I can hate it and I do hate it.
 
 Even if no one answers I'll try this experiment because I think there's
 only 10-15 useful documents in the whole site so it likely won't take long.
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -
 
 There's no sense in being precise when you don't even know what you're
 talking about.
 
 -- John von Neumann
 
 
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

A party which is not afraid of letting culture,
business, and welfare go to ruin completely can
be omnipotent for a while.

  -- Jakob Burckhardt













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Jekyll experiment

2015-03-18 Thread Jason van Zyl
Anyone interested in trying a Jekyll experiment for our website? Extract the 
useful documentation we believe there is and try to make working on the site a 
pleasurable experience that is easy for users to contribute to?

I'd like to try this because after this last release I'm frankly tired of 
looking at our pretty awful website. It's ugly, noisy, unmaintained, hard to 
navigate and personally just makes me not want to write anything. I would like 
to like writing documentation again and I think a more standard tool like 
Jekyll will help. I honestly dislike doing core releases because I have to use 
the site plugin. I created it, I can hate it and I do hate it.

Even if no one answers I'll try this experiment because I think there's only 
10-15 useful documents in the whole site so it likely won't take long.

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

There's no sense in being precise when you don't even know what you're talking 
about.

 -- John von Neumann












-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Jekyll experiment

2015-03-18 Thread Aldrin Leal
you seen JBake? I wrote its Maven Plugin

http://docs.ingenieux.com.br/project/jbake/

--
-- Aldrin Leal, ald...@leal.eng.br
Master your EC2-fu! Get the latest ekaterminal public beta
http://www.ingenieux.com.br/products/ekaterminal/

On Thu, Mar 19, 2015 at 12:32 AM, Jason van Zyl ja...@takari.io wrote:

 Anyone interested in trying a Jekyll experiment for our website? Extract
 the useful documentation we believe there is and try to make working on the
 site a pleasurable experience that is easy for users to contribute to?

 I'd like to try this because after this last release I'm frankly tired of
 looking at our pretty awful website. It's ugly, noisy, unmaintained, hard
 to navigate and personally just makes me not want to write anything. I
 would like to like writing documentation again and I think a more standard
 tool like Jekyll will help. I honestly dislike doing core releases because
 I have to use the site plugin. I created it, I can hate it and I do hate it.

 Even if no one answers I'll try this experiment because I think there's
 only 10-15 useful documents in the whole site so it likely won't take long.

 Thanks,

 Jason

 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -

 There's no sense in being precise when you don't even know what you're
 talking about.

  -- John von Neumann












 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org




Re: Jekyll experiment

2015-03-18 Thread Barrie Treloar
On 3/19/15 4:32 AM, Jason van Zyl wrote:

 Anyone interested in trying a Jekyll experiment for our website?

I'm not familiar with Jekyll.
I've noticed sphinx-doc and asciidoctor.

I'm currently reading the jekyll documentation...

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Remove Maven ant tasks from site

2015-03-18 Thread Manfred Moser
Hi!

Given the EOL of Maven 2.x and the fact that the Maven Ant tasks are based on 
Maven 2 .. can we EOL them and remove them off the site as well?

People wanting use use Maven based resolution should be directed to the Aether 
Ant tasks .. they work very well for me. 

manfred

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Mirko Friedenhagen
Jason,

sorry, I still do not see the correct link release 3.2.5 in the side
bar or in the download.cgi.

Regards
Mirko


Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/


On Wed, Mar 18, 2015 at 4:38 PM, Jason van Zyl ja...@takari.io wrote:
 Fixed, and I pushed another publish. Thanks!

 On Mar 18, 2015, at 11:29 AM, Mirko Friedenhagen mfriedenha...@apache.org 
 wrote:

 Hello,

 a colleague of mine just noticed, that some links are broken:
 - on http://maven.apache.org/index.html the links for Maven 3.2.5
 point to the documentation of Maven 3.1.1
 - on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore.

 I am a friend of supporting only the newest and freshest, but then we
 should drop the links for 3.1.1 as well ;-) SCNR.

 Should I open an issue for this (where?)

 Regards
 Mirko

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org


 Thanks,

 Jason

 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -

 happiness is like a butterfly: the more you chase it, the more it will
 elude you, but if you turn your attention to other things, it will come
 and sit softly on your shoulder ...

 -- Thoreau













 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Jason van Zyl
Let me perform some ritual sacrifices and see if I can get the site to publish.

On Mar 18, 2015, at 3:59 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote:

 Jason,
 
 sorry, I still do not see the correct link release 3.2.5 in the side
 bar or in the download.cgi.
 
 Regards
 Mirko
 
 
 Regards Mirko
 --
 http://illegalstateexception.blogspot.com/
 https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
 https://bitbucket.org/mfriedenhagen/
 
 
 On Wed, Mar 18, 2015 at 4:38 PM, Jason van Zyl ja...@takari.io wrote:
 Fixed, and I pushed another publish. Thanks!
 
 On Mar 18, 2015, at 11:29 AM, Mirko Friedenhagen mfriedenha...@apache.org 
 wrote:
 
 Hello,
 
 a colleague of mine just noticed, that some links are broken:
 - on http://maven.apache.org/index.html the links for Maven 3.2.5
 point to the documentation of Maven 3.1.1
 - on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore.
 
 I am a friend of supporting only the newest and freshest, but then we
 should drop the links for 3.1.1 as well ;-) SCNR.
 
 Should I open an issue for this (where?)
 
 Regards
 Mirko
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -
 
 happiness is like a butterfly: the more you chase it, the more it will
 elude you, but if you turn your attention to other things, it will come
 and sit softly on your shoulder ...
 
 -- Thoreau
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

People develop abstractions by generalizing from concrete examples.
Every attempt to determine the correct abstraction on paper without
actually developing a running system is doomed to failure. No one
is that smart. A framework is a resuable design, so you develop it by
looking at the things it is supposed to be a design of. The more examples
you look at, the more general your framework will be.

  -- Ralph Johnson  Don Roberts, Patterns for Evolving Frameworks 













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Apache Maven JavaDoc Plugin Version 2.10.2 Released

2015-03-18 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven JavaDoc Plugin, version 2.10.2

http://maven.apache.org/plugins/maven-javadoc-plugin/

The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified
project.

plugin
  groupIdorg.apache.maven.plugins/groupId
  artifactIdmaven-javadoc-plugin/artifactId
  version2.10.2/version
/plugin

Release Notes - Maven JavaDoc Plugin - Version 2.10.2

Bug:

 * [MJAVADOC-365] - [Patch] sourceFileExcludes does not work due to inclusion 
of packages

Improvements:

 * [MJAVADOC-415] - Update plexus-archiver to 2.6.3 and p-utils to 3.0.18
 * [MJAVADOC-417] - Update version of plexus-archive from 2.5 to 2.9

Enjoy,

- The Apache Maven team

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Jason van Zyl
Ha! Killing some chickens and doing my special dance worked it seems.

On Mar 18, 2015, at 4:05 PM, Jason van Zyl ja...@takari.io wrote:

 Let me perform some ritual sacrifices and see if I can get the site to 
 publish.
 
 On Mar 18, 2015, at 3:59 PM, Mirko Friedenhagen mfriedenha...@gmail.com 
 wrote:
 
 Jason,
 
 sorry, I still do not see the correct link release 3.2.5 in the side
 bar or in the download.cgi.
 
 Regards
 Mirko
 
 
 Regards Mirko
 --
 http://illegalstateexception.blogspot.com/
 https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
 https://bitbucket.org/mfriedenhagen/
 
 
 On Wed, Mar 18, 2015 at 4:38 PM, Jason van Zyl ja...@takari.io wrote:
 Fixed, and I pushed another publish. Thanks!
 
 On Mar 18, 2015, at 11:29 AM, Mirko Friedenhagen mfriedenha...@apache.org 
 wrote:
 
 Hello,
 
 a colleague of mine just noticed, that some links are broken:
 - on http://maven.apache.org/index.html the links for Maven 3.2.5
 point to the documentation of Maven 3.1.1
 - on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore.
 
 I am a friend of supporting only the newest and freshest, but then we
 should drop the links for 3.1.1 as well ;-) SCNR.
 
 Should I open an issue for this (where?)
 
 Regards
 Mirko
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -
 
 happiness is like a butterfly: the more you chase it, the more it will
 elude you, but if you turn your attention to other things, it will come
 and sit softly on your shoulder ...
 
 -- Thoreau
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 
 
 Thanks,
 
 Jason
 
 --
 Jason van Zyl
 Founder, Takari and Apache Maven
 http://twitter.com/jvanzyl
 http://twitter.com/takari_io
 -
 
 People develop abstractions by generalizing from concrete examples.
 Every attempt to determine the correct abstraction on paper without
 actually developing a running system is doomed to failure. No one
 is that smart. A framework is a resuable design, so you develop it by
 looking at the things it is supposed to be a design of. The more examples
 you look at, the more general your framework will be.
 
  -- Ralph Johnson  Don Roberts, Patterns for Evolving Frameworks 
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org
 

Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

A master in the art of living draws no sharp distinction between his work and 
his play; his labor and his leisure; his mind and his body; his education and 
his recreation. He hardly knows which is which. He simply pursues his vision of 
excellence through whatever he is doing, and leaves others to determine whether 
he is working or playing. To himself, he always appears to be doing both. 

  -- François-René de Chateaubriand












-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Karl Heinz Marbaise

Hi Jason,

yeah those moves did the trick ;-)...


On 3/18/15 9:06 PM, Jason van Zyl wrote:

Ha! Killing some chickens and doing my special dance worked it seems.

On Mar 18, 2015, at 4:05 PM, Jason van Zyl ja...@takari.io wrote:


Let me perform some ritual sacrifices and see if I can get the site to publish.

On Mar 18, 2015, at 3:59 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote:


Jason,

sorry, I still do not see the correct link release 3.2.5 in the side
bar or in the download.cgi.

Regards
Mirko


Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/


On Wed, Mar 18, 2015 at 4:38 PM, Jason van Zyl ja...@takari.io wrote:

Fixed, and I pushed another publish. Thanks!

On Mar 18, 2015, at 11:29 AM, Mirko Friedenhagen mfriedenha...@apache.org 
wrote:


Hello,

a colleague of mine just noticed, that some links are broken:
- on http://maven.apache.org/index.html the links for Maven 3.2.5
point to the documentation of Maven 3.1.1
- on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore.

I am a friend of supporting only the newest and freshest, but then we
should drop the links for 3.1.1 as well ;-) SCNR.

Should I open an issue for this (where?)

Regards
Mirko

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

-- Thoreau













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

People develop abstractions by generalizing from concrete examples.
Every attempt to determine the correct abstraction on paper without
actually developing a running system is doomed to failure. No one
is that smart. A framework is a resuable design, so you develop it by
looking at the things it is supposed to be a design of. The more examples
you look at, the more general your framework will be.

  -- Ralph Johnson  Don Roberts, Patterns for Evolving Frameworks













-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Thanks,

Jason

--
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
-

A master in the art of living draws no sharp distinction between his work and 
his play; his labor and his leisure; his mind and his body; his education and 
his recreation. He hardly knows which is which. He simply pursues his vision of 
excellence through whatever he is doing, and leaves others to determine whether 
he is working or playing. To himself, he always appears to be doing both.

   -- François-René de Chateaubriand


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Suggestions User Information about Maven 2.2.1 EoL / Plugins / JDK

2015-03-18 Thread Karl Heinz Marbaise

Hi,

i have incorporated the suggestions/ideas/improvements

https://github.com/khmarbaise/maven2eol/blob/master/message.txt


If you have adds/supplementals/etc. please send a pull request or you 
can create an issue...



The list of Maven versions / JDK requirements should be listed on the 
download page...IMHO...


Kind regards
Karl Heinz Marbaise


On 3/5/15 7:35 PM, Karl Heinz Marbaise wrote:

Hi,

here is my suggestions for the user list announcement regarding Maven
2.2.1 EoL / Plugins version lift / JDK etc.

Any enhancement / things which should also be mentioned please reply and
make appropriate changes / Thinks which i have missed...


-
Dear Maven Users,

based on the End of Life of Maven 2.2.1 (a year ago) now the time has
come to make the final releases of Apache Maven Plugins which support
Maven 2.X.

We have documented the final releases of plugins which support Maven
2.2.1 in relationship with JDK 1.5

The complete list can be found here:

http://maven.apache.org/maven-2.x-eol.html

The next step on our roadmap is to lift all plugin versions to 3.X to
make clear those plugins will only work with Maven 3.0+ furthermore the
Java minimum requirement will lifted to JDK 1.6 as well.

No rule without exceptions. Here they come:


  * maven-site-plugin (Version 3.4)
See the docs of the plugin for usage in Maven 2.X

  * maven-compiler-plugin (Version 3.2)
which works with Maven 2.2.1.

  * maven-plugin-plugin (Version 3.4)
which works with Maven 2.2.1

  * maven-pmd-plugin (Version 3.4)
which works with Maven 2.2.1 but needs JDK 1.6


The following plugins already have the Maven 3.0+ requirement:

* maven-scm-publish-plugin (Version 1.1)
* maven-shade-plugin (Version 2.3)


So to make things more clearer here is an example:

Currently we have the maven-clean-plugin with version 2.6.1.

This plugin supports Maven 2.2.1 and JDK 1.5 minimum.

This plugin will get a new major release with version 3.0 which has the
Maven minimum 3.0 AND Jave minimum 1.6.


Kind regards
The Apache Maven Team


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Suggestions User Information about Maven 2.2.1 EoL / Plugins / JDK

2015-03-18 Thread Dennis Lundberg
Hi,

I like this, and the comments from Hervé an Robert.

Here is another suggestion. We could start using 3-digit version numbers
for all M3-only plugins. I.e. start with 3.0.0 for most of them, except
for those on the exceptions list.
Den 14 mar 2015 14:09 skrev Karl Heinz Marbaise khmarba...@gmx.de:

 Hi,

 would like someone to add/change/enhancements or something to this

 i would suggest to wait the usual 72 hours and if no one will say -1  i
 would prepare to send out this to users list, announcement
 list...twitter...google plus etc. (any supplemtal channels are welcome)...

 I would like to send this out on Thursday 19. march 2015...so we have a
 little bit more time...to give others during the week time to take a look
 on it as well...

  -

 Dear Apache Maven Users,

 Based on the End of Life of Maven 2.2.1 (a year ago), now the time has
 come to make the final releases of Apache Maven Plugins which support
 Maven 2.X: next releases will have Maven 3 as prerequisite.

 We have documented the final releases of plugins which support Maven
 2.2.1 and Java 5: the complete list can be found here:

 http://maven.apache.org/maven-2.x-eol.html

 The next step on our roadmap is to lift all plugin versions to 3.X in
 general
 to make clear those plugins will only work with Maven 3.0+. Furthermore
 the
 Java minimum requirement will be lifted to Java 6 as well.

 No rule without exceptions. Here they come:


* maven-site-plugin: version 3.4 works with Maven 2.X
  Version 3.5 will require Maven 3

* maven-compiler-plugin: version 3.2 works with Maven 2.X
  Version 3.5 will require Maven 3

* maven-plugin-plugin: version 3.4 works with Maven 2.X
  Version 3.5 will require Maven 3

* maven-pmd-plugin: version 3.4  works with Maven 2.X but already
 requires
 Java 6
  Version 3.5 will require Maven 3


 The following plugins already have the Maven 3.0+ requirement without
 following 3.X version pattern:

 * maven-scm-publish-plugin: version 1.1 requires Maven 3, last version
 compatible with Maven 2.x is version 1.0-beta-2

 * maven-shade-plugin: version 2.3 requires Maven 3, last version
 compatible
 with Maven 2.x is version 1.7.1


 So to make things more clear, here is an example:

 Currently, we have the maven-clean-plugin with version 2.6.1.

 This plugin supports Maven 2.2.1 and Java 5 minimum.

 This plugin will get a new major release with version 3.0 which has Maven
 3.0
 AND Java 6 prerequisites.


 Kind regards
 The Apache Maven Team

 -




 Kind regards
 Karl Heinz Marbaise



 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org