Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Lukas Theussl


Brian,

I am happy about this :) however site-plugin-2.2 uses doxia-1.1 and has 
a prereq of maven 2.2, I seem to remember some resistance last time to 
use it by default. Is this no issue anymore?


I'd also appreciate some explanations concerning your comment in the 
vote thread 'preparations to make Maven3 builds use the correct site 
plugin'. What's the plan there?


Thanks,
-Lukas


bri...@apache.org wrote:

Author: brianf
Date: Thu Feb 10 22:50:03 2011
New Revision: 1069599

URL: http://svn.apache.org/viewvc?rev=1069599view=rev
Log:
set the site version back to 2.2

Modified:
 maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1069599r1=1069598r2=1069599view=diff
==
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Thu Feb 10 22:50:03 2011
@@ -215,7 +215,7 @@ under the License.
  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-site-plugin/artifactId
-version2.0.1/version
+version2.2/version
  /plugin
  plugin
groupIdorg.apache.maven.plugins/groupId




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



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Benjamin Bentmann

Lukas Theussl wrote:


however site-plugin-2.2 uses doxia-1.1 and has
a prereq of maven 2.2, I seem to remember some resistance last time to
use it by default. Is this no issue anymore?


This parent POM like any other parent POM provides default values, i.e. 
something that projects can override as they see fit. Correct me if I'm 
mistaken, but I'm under the impression that Site Plugin 2.2 is generally 
an improvement over version 2.0.1 and as such a better default version. 
So I support this version bump.


On a related note, I'm also under the impression that using Maven 2.2.1 
is recommended over using Maven 2.0.x, i.e. I don't see a big issue with 
the plugin's prerequisite.



Benjamin

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



Re: Legitimate use of ToolchainManagerPrivate?

2011-02-11 Thread Andreas Sewe

Hi all,

sorry it took so long to reply, but here are my findings:

 I remember when I was writing that plugin I found a couple of use cases
for
 tool chains that the initial spec had missed... there could be some hack
I'm
 doing... also are you using maven 2 or 3.

I am using Maven 3; while animal-sniffer:check works just fine,
animal-sniffer:build has problems. :-(

 I have not tested animal-sniffer-maven-plugin for generating signatures
with
 maven 3 so it might be that it only works in 2.0.10-2.2.1

Yes, it looks like that is the case: when asking explicitly for a toolchain
in the plugin's configuration, I get the following error:

[ERROR] Failed to execute goal
org.codehaus.mojo:animal-sniffer-maven-plugin:1.6:build (build) on project
test: Incompatible toolchain API:
org.apache.maven.toolchain.DefaultToolchainManager.getToolchainsForType(java.lang.String)
- [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.6:build (build) on
project test: Incompatible toolchain API
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoExecutionException: Incompatible
toolchain API
at
org.codehaus.mojo.animal_sniffer.maven.BuildSignaturesMojo.getToolchains(BuildSignaturesMojo.java:686)
at
org.codehaus.mojo.animal_sniffer.maven.BuildSignaturesMojo.getToolchainFromConfiguration(BuildSignaturesMojo.java:637)
at
org.codehaus.mojo.animal_sniffer.maven.BuildSignaturesMojo.getToolchain(BuildSignaturesMojo.java:600)
at
org.codehaus.mojo.animal_sniffer.maven.BuildSignaturesMojo.execute(BuildSignaturesMojo.java:286)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 19 more
Caused by: java.lang.NoSuchMethodException:
org.apache.maven.toolchain.DefaultToolchainManager.getToolchainsForType(java.lang.String)
at java.lang.Class.getMethod(Class.java:1605)
at
org.codehaus.mojo.animal_sniffer.maven.BuildSignaturesMojo.getToolchains(BuildSignaturesMojo.java:679)
... 24 more

This is due to the fact that an instance of class
org.apache.maven.toolchain.DefaultToolchainManager is injected into the
ToolchainManager @component, which is not a ToolchainManagerPrivate. So it
looks like one has to explicitly request a ToolchainManagerPrivate
@component; just asking for a ToolchainManager does not get one a
ToolchainManagerPrivate.

That being said, I found the jdk-type toolchains lacking some information
for my purpose. You only get the jdkHome, but not, e.g., JVM arguments
(like -client or -server). This way is it quite hard to run you tests on
different JVM configurations, as all you get is just the paths to the
java executables. :-(

So I am switching back to a single toolchain (obtained via
ToolchainManager) for now.

Best wishes,

Andreas


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



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Arnaud Héritier
Perhaps we should add some docs on apache site to recommend to
projects to use at least 2.2.1 or 3.0.x ?
I'm not sure we have such guidelines about Maven for Apache projects ?

On Fri, Feb 11, 2011 at 12:15 PM, Benjamin Bentmann
benjamin.bentm...@udo.edu wrote:
 Lukas Theussl wrote:

 however site-plugin-2.2 uses doxia-1.1 and has
 a prereq of maven 2.2, I seem to remember some resistance last time to
 use it by default. Is this no issue anymore?

 This parent POM like any other parent POM provides default values, i.e.
 something that projects can override as they see fit. Correct me if I'm
 mistaken, but I'm under the impression that Site Plugin 2.2 is generally an
 improvement over version 2.0.1 and as such a better default version. So I
 support this version bump.

 On a related note, I'm also under the impression that using Maven 2.2.1 is
 recommended over using Maven 2.0.x, i.e. I don't see a big issue with the
 plugin's prerequisite.


 Benjamin

 -
 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: svn commit: r1069761 - /maven/project/KEYS

2011-02-11 Thread Mark Struberg
in which key server did Brian serve his pub key? Wasn't able to find it...

LieGrue,
strub

--- On Fri, 2/11/11, bentm...@apache.org bentm...@apache.org wrote:

 From: bentm...@apache.org bentm...@apache.org
 Subject: svn commit: r1069761 - /maven/project/KEYS
 To: comm...@maven.apache.org
 Date: Friday, February 11, 2011, 11:46 AM
 Author: bentmann
 Date: Fri Feb 11 11:46:02 2011
 New Revision: 1069761
 
 URL: http://svn.apache.org/viewvc?rev=1069761view=rev
 Log:
 o Added Brian's key
 
 Modified:
     maven/project/KEYS
 
 Modified: maven/project/KEYS
 URL: 
 http://svn.apache.org/viewvc/maven/project/KEYS?rev=1069761r1=1069760r2=1069761view=diff
 ==
 --- maven/project/KEYS (original)
 +++ maven/project/KEYS Fri Feb 11 11:46:02 2011
 @@ -1848,3 +1848,149 @@
 dbNr/EFqVlwAniTluag1e2jA65ciW2Yzs9onma9H
  5gKaaA==
  =p6rG
  -END PGP PUBLIC KEY BLOCK-
 +
 +pub   4096R/DC742C7C 2009-11-05
 +uid               
   Brian E Fox (CODE SIGNING KEY) bri...@apache.org
 +sub   4096R/521B1945 2009-11-05
 +
 +-BEGIN PGP PUBLIC KEY BLOCK-
 +Version: SKS 1.1.0
 +
 +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
 

Re: svn commit: r1069761 - /maven/project/KEYS

2011-02-11 Thread Mark Struberg
forget it, found it now.

LieGrue,
strub

--- On Fri, 2/11/11, Mark Struberg strub...@yahoo.de wrote:

 From: Mark Struberg strub...@yahoo.de
 Subject: Re: svn commit: r1069761 - /maven/project/KEYS
 To: dev@maven.apache.org
 Date: Friday, February 11, 2011, 12:03 PM
 in which key server did Brian serve
 his pub key? Wasn't able to find it...
 
 LieGrue,
 strub
 
 --- On Fri, 2/11/11, bentm...@apache.org
 bentm...@apache.org
 wrote:
 
  From: bentm...@apache.org
 bentm...@apache.org
  Subject: svn commit: r1069761 - /maven/project/KEYS
  To: comm...@maven.apache.org
  Date: Friday, February 11, 2011, 11:46 AM
  Author: bentmann
  Date: Fri Feb 11 11:46:02 2011
  New Revision: 1069761
  
  URL: http://svn.apache.org/viewvc?rev=1069761view=rev
  Log:
  o Added Brian's key
  
  Modified:
      maven/project/KEYS
  
  Modified: maven/project/KEYS
  URL: 
  http://svn.apache.org/viewvc/maven/project/KEYS?rev=1069761r1=1069760r2=1069761view=diff
 
 ==
  --- maven/project/KEYS (original)
  +++ maven/project/KEYS Fri Feb 11 11:46:02 2011
  @@ -1848,3 +1848,149 @@
  dbNr/EFqVlwAniTluag1e2jA65ciW2Yzs9onma9H
   5gKaaA==
   =p6rG
   -END PGP PUBLIC KEY BLOCK-
  +
  +pub   4096R/DC742C7C 2009-11-05
  +uid               
    Brian E Fox (CODE SIGNING KEY) bri...@apache.org
  +sub   4096R/521B1945 2009-11-05
  +
  +-BEGIN PGP PUBLIC KEY BLOCK-
  +Version: SKS 1.1.0
  +
 
 +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
 
 

Re: [Vote] Release ASF/Maven/Maven Plugin/Maven Shared poms

2011-02-11 Thread Benjamin Bentmann

Brian Fox wrote:


Staging repo:
https://repository.apache.org/content/repositories/orgapacheapache-053/


+1


All 3 staged at: https://repository.apache.org/content/repositories/maven-054/


+1


Benjamin

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



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Jesse Farinacci
Greetings,

On Fri, Feb 11, 2011 at 6:15 AM, Benjamin Bentmann
benjamin.bentm...@udo.edu wrote:

 This parent POM like any other parent POM provides default values, i.e.
 something that projects can override as they see fit. Correct me if I'm
 mistaken, but I'm under the impression that Site Plugin 2.2 is generally an
 improvement over version 2.0.1 and as such a better default version. So I
 support this version bump.

By that logic, which I happen to agree with, then shouldn't the
compiler plugin start using 1.5 by default then?

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

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



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread nicolas de loof


 By that logic, which I happen to agree with, then shouldn't the
 compiler plugin start using 1.5 by default then?


It does, since version 2.3, but the version set by super-pom is more
conservative
Maybe you suggested Apache POM should set a recent compiler plugin version ?

Nicolas



 -Jesse

 --
 There are 10 types of people in this world, those
 that can read binary and those that can not.

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




Re: [vote] release maven dependency analyzer

2011-02-11 Thread Brian Fox
That was my plan but I ran into a test issue restaging mdep that I
wanted to look into

On Thu, Feb 10, 2011 at 8:58 PM, Dan Tran dant...@gmail.com wrote:
 oops sorry, You already did that

 -Dan

 On Thu, Feb 10, 2011 at 5:57 PM, Dan Tran dant...@gmail.com wrote:
 Perhaps, you can stage both of them together. It is easier to test that way.

 -Dan

 On Thu, Feb 10, 2011 at 5:08 PM, Brian Fox bri...@infinity.nu wrote:
 Staging repo: https://repository.apache.org/content/repositories/maven-055/

 This release fixes MDEP-143, MDEP-149, MDEP-262 and is required by the
 Maven Dependency Plugin 2.2

 Vote is open for 72 hours

 -
 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



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



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Jesse Farinacci
Hi,

On Fri, Feb 11, 2011 at 7:58 AM, nicolas de loof
nicolas.del...@gmail.com wrote:
 It does, since version 2.3, but the version set by super-pom is more
 conservative
 Maybe you suggested Apache POM should set a recent compiler plugin version ?

Check http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=markup
line 126-127. If you're going to bump from the ancient Maven 2.0.x
line to Maven 2.2.x line, why not go all the way? Let's get default
values out of 1990s and into 2000s. :-)

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

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



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Brian Fox
On Fri, Feb 11, 2011 at 3:00 AM, Lukas Theussl ltheu...@apache.org wrote:

 Brian,

 I am happy about this :) however site-plugin-2.2 uses doxia-1.1 and has a
 prereq of maven 2.2, I seem to remember some resistance last time to use it
 by default. Is this no issue anymore?


I didn't bump it to 2.2, Olivier did I think and I accidentally
reverted it and then put it back. I don't know what the concerns are
around 2.2

 I'd also appreciate some explanations concerning your comment in the vote
 thread 'preparations to make Maven3 builds use the correct site plugin'.
 What's the plan there?

 Thanks,
 -Lukas


 bri...@apache.org wrote:

 Author: brianf
 Date: Thu Feb 10 22:50:03 2011
 New Revision: 1069599

 URL: http://svn.apache.org/viewvc?rev=1069599view=rev
 Log:
 set the site version back to 2.2

 Modified:
     maven/pom/trunk/asf/pom.xml

 Modified: maven/pom/trunk/asf/pom.xml
 URL:
 http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1069599r1=1069598r2=1069599view=diff

 ==
 --- maven/pom/trunk/asf/pom.xml (original)
 +++ maven/pom/trunk/asf/pom.xml Thu Feb 10 22:50:03 2011
 @@ -215,7 +215,7 @@ under the License.
          plugin
            groupIdorg.apache.maven.plugins/groupId
            artifactIdmaven-site-plugin/artifactId
 -version2.0.1/version
 +version2.2/version
          /plugin
          plugin
            groupIdorg.apache.maven.plugins/groupId



 -
 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: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread nicolas de loof
2011/2/11 Jesse Farinacci jie...@gmail.com

 Hi,

 On Fri, Feb 11, 2011 at 7:58 AM, nicolas de loof
 nicolas.del...@gmail.com wrote:
  It does, since version 2.3, but the version set by super-pom is more
  conservative
  Maybe you suggested Apache POM should set a recent compiler plugin
 version ?

 Check http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=markup
 line 126-127. If you're going to bump from the ancient Maven 2.0.x
 line to Maven 2.2.x line, why not go all the way? Let's get default
 values out of 1990s and into 2000s. :-)


I missed this one.
+1 to start working in XIth century ;)




 -Jesse

 --
 There are 10 types of people in this world, those
 that can read binary and those that can not.

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




Re: svn commit: r1069761 - /maven/project/KEYS

2011-02-11 Thread Jason van Zyl
All the key servers were whacked a couple days ago, maybe they still are. I 
couldn't find anything either a couple days ago but I thought it was fixed.

On Feb 11, 2011, at 7:03 AM, Mark Struberg wrote:

 in which key server did Brian serve his pub key? Wasn't able to find it...
 
 LieGrue,
 strub
 
 --- On Fri, 2/11/11, bentm...@apache.org bentm...@apache.org wrote:
 
 From: bentm...@apache.org bentm...@apache.org
 Subject: svn commit: r1069761 - /maven/project/KEYS
 To: comm...@maven.apache.org
 Date: Friday, February 11, 2011, 11:46 AM
 Author: bentmann
 Date: Fri Feb 11 11:46:02 2011
 New Revision: 1069761
 
 URL: http://svn.apache.org/viewvc?rev=1069761view=rev
 Log:
 o Added Brian's key
 
 Modified:
 maven/project/KEYS
 
 Modified: maven/project/KEYS
 URL: 
 http://svn.apache.org/viewvc/maven/project/KEYS?rev=1069761r1=1069760r2=1069761view=diff
 ==
 --- maven/project/KEYS (original)
 +++ maven/project/KEYS Fri Feb 11 11:46:02 2011
 @@ -1848,3 +1848,149 @@
 dbNr/EFqVlwAniTluag1e2jA65ciW2Yzs9onma9H
 5gKaaA==
 =p6rG
 -END PGP PUBLIC KEY BLOCK-
 +
 +pub   4096R/DC742C7C 2009-11-05
 +uid   
   Brian E Fox (CODE SIGNING KEY) bri...@apache.org
 +sub   4096R/521B1945 2009-11-05
 +
 +-BEGIN PGP PUBLIC KEY BLOCK-
 +Version: SKS 1.1.0
 +
 +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
 

Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Jason van Zyl

On Feb 11, 2011, at 7:54 AM, Jesse Farinacci wrote:

 Greetings,
 
 On Fri, Feb 11, 2011 at 6:15 AM, Benjamin Bentmann
 benjamin.bentm...@udo.edu wrote:
 
 This parent POM like any other parent POM provides default values, i.e.
 something that projects can override as they see fit. Correct me if I'm
 mistaken, but I'm under the impression that Site Plugin 2.2 is generally an
 improvement over version 2.0.1 and as such a better default version. So I
 support this version bump.
 
 By that logic, which I happen to agree with, then shouldn't the
 compiler plugin start using 1.5 by default then?

This is not set in the POM but the default is 1.5 now:

http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

 
 -Jesse
 
 -- 
 There are 10 types of people in this world, those
 that can read binary and those that can not.
 
 -
 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,  Apache Maven
http://twitter.com/jvanzyl
-

A man enjoys his work when he understands the whole and when he
is responsible for the quality of the whole

 -- Christopher Alexander, A Pattern Language





Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Brian Fox
On Fri, Feb 11, 2011 at 9:07 AM, Jason van Zyl ja...@sonatype.com wrote:

 On Feb 11, 2011, at 7:54 AM, Jesse Farinacci wrote:

 Greetings,

 On Fri, Feb 11, 2011 at 6:15 AM, Benjamin Bentmann
 benjamin.bentm...@udo.edu wrote:

 This parent POM like any other parent POM provides default values, i.e.
 something that projects can override as they see fit. Correct me if I'm
 mistaken, but I'm under the impression that Site Plugin 2.2 is generally an
 improvement over version 2.0.1 and as such a better default version. So I
 support this version bump.

 By that logic, which I happen to agree with, then shouldn't the
 compiler plugin start using 1.5 by default then?

 This is not set in the POM but the default is 1.5 now:

 http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java


Right, but setting it to 1.4 in the ASF pom keeps any Apache project
at 1.4 unless they override. I'm fine to flip the source/target.

What about the site version? If 2.2 requires a more recent version of
Maven, then perhaps we should go with the safer version. I think the
ASF pom isn't a place to be particularly progressive in settings, it
should be minimal sensible defaults.


 -Jesse

 --
 There are 10 types of people in this world, those
 that can read binary and those that can not.

 -
 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,  Apache Maven
 http://twitter.com/jvanzyl
 -

 A man enjoys his work when he understands the whole and when he
 is responsible for the quality of the whole

  -- Christopher Alexander, A Pattern Language





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



Re: svn commit: r1069761 - /maven/project/KEYS

2011-02-11 Thread Brian Fox
My key hasn't changed in at least 1.5 years so it should be out there.
It's also in the KEYs file in svn.

On Fri, Feb 11, 2011 at 9:05 AM, Jason van Zyl ja...@sonatype.com wrote:
 All the key servers were whacked a couple days ago, maybe they still are. I 
 couldn't find anything either a couple days ago but I thought it was fixed.

 On Feb 11, 2011, at 7:03 AM, Mark Struberg wrote:

 in which key server did Brian serve his pub key? Wasn't able to find it...

 LieGrue,
 strub

 --- On Fri, 2/11/11, bentm...@apache.org bentm...@apache.org wrote:

 From: bentm...@apache.org bentm...@apache.org
 Subject: svn commit: r1069761 - /maven/project/KEYS
 To: comm...@maven.apache.org
 Date: Friday, February 11, 2011, 11:46 AM
 Author: bentmann
 Date: Fri Feb 11 11:46:02 2011
 New Revision: 1069761

 URL: http://svn.apache.org/viewvc?rev=1069761view=rev
 Log:
 o Added Brian's key

 Modified:
     maven/project/KEYS

 Modified: maven/project/KEYS
 URL: 
 http://svn.apache.org/viewvc/maven/project/KEYS?rev=1069761r1=1069760r2=1069761view=diff
 ==
 --- maven/project/KEYS (original)
 +++ maven/project/KEYS Fri Feb 11 11:46:02 2011
 @@ -1848,3 +1848,149 @@
 dbNr/EFqVlwAniTluag1e2jA65ciW2Yzs9onma9H
 5gKaaA==
 =p6rG
 -END PGP PUBLIC KEY BLOCK-
 +
 +pub   4096R/DC742C7C 2009-11-05
 +uid
   Brian E Fox (CODE SIGNING KEY) bri...@apache.org
 +sub   4096R/521B1945 2009-11-05
 +
 +-BEGIN PGP PUBLIC KEY BLOCK-
 +Version: SKS 1.1.0
 +
 +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
 

Maven Sonar Cobertura Error

2011-02-11 Thread Yusuf Cökelekoglu


After
executing ‘mvn sonar:sonar –X’ I get the following

 

„[ERROR]
Failed to execute goal 
org.codehaus.mojo:cobertura-maven-plugin:2.4:inst   
rument (default-cli) on project GlobeEJB115: Unable to instrument
project. - [H   
elp 1]

org.apache.maven.lifecycle.LifecycleExecutionException:
Failed to execute goal o   
rg.codehaus.mojo:cobertura-maven-plugin:2.4:instrument (default-cli) on
project 
   GlobeEJB115: Unable to
instrument project.“

 

 

Does anyone
know how to avoid this error?

 

Regards,Yusuf





Re: New Profile Activation Type Request - Maven Version

2011-02-11 Thread John Patrick
On 9 February 2011 14:28, Brian Fox bri...@infinity.nu wrote:
 Here's a workaround in the meantime:
 http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?p2=%2Fmaven%2Fpom%2Ftrunk%2Fasf%2Fpom.xmlp1=%2Fmaven%2Fpom%2Ftrunk%2Fasf%2Fpom.xmlr1=1065778r2=1065777view=diffpathrev=1065778

 On Wed, Feb 9, 2011 at 9:12 AM, John Patrick nhoj.patr...@gmail.com wrote:
 Hi,

 I believe this is the right mailing list, but please send me else where if 
 not.

 I would like to request that a new profile activation type be added,
 which is based upon the maven version that is executing. What are
 people version upon this change?

 Base Ground
 
 I've just done an upgrade from maven 2 to maven 3, it was a staggered
 upgrade so not all developers where done at the same time, as well as
 upgrading to maven 3 did not break anything. I had to create two
 profiles which contained version properties to use respectively. One
 issues was developer where using the wrong profile, or missing
 profile.



 e.g.

 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
                      http://maven.apache.org/xsd/maven-4.0.0.xsd;
  ...
  profiles
  ...
    profile
      idmaven2-profile/id
      activation
        maven2+/maven
  ...
    profile
      idmaven3-profile/id
      activation
        maven3+/maven
  ...

 So you can define which maven version to activate on, using a regex
 type pattern.
 e.g.
 --- 3+ maven version 3 or newer
 --- 3.0.1 specifically maven version 3.0.1

 What are peoples views on this change, I realize that maven
 prerequisites exists but that is a hard limit, where as maven 2 to 3
 you needed different plugin version and everything still worked okay.

 Cheers,
 John

 -
 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



Cheers, Voted, I thought there would be an issue raised already. Just
couldn't find the jira project it might be in.

John

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



Maven Sonar Cobertura Error

2011-02-11 Thread Yusuf Cökelekoglu
After
executing ‘mvn sonar:sonar –X’ I get the following

 

„[ERROR]
Failed to execute goal org.codehaus.mojo:cobertura-maven-plugin:2.4:inst  
rument (default-cli) on project GlobeEJB115: Unable to instrument
project. - [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException:
Failed to execute goal org.codehaus.mojo:cobertura-maven-plugin:2.4:instrument 
(default-cli) on
project GlobeEJB115: Unable to
instrument project.“

 

 

Does anyone
know how to avoid this error?

 

Regards,Yusuf



Re: svn commit: r1069599 - /maven/pom/trunk/asf/pom.xml

2011-02-11 Thread Jesse Farinacci
WOO WOO!!! Nice one :-)

On Fri, Feb 11, 2011 at 9:07 AM, Jason van Zyl ja...@sonatype.com wrote:
 This is not set in the POM but the default is 1.5 now:
 http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/AbstractCompilerMojo.java

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

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



Re: [Vote] Release ASF/Maven/Maven Plugin/Maven Shared poms

2011-02-11 Thread Lukas Theussl


+1 to all

-Lukas


Brian Fox wrote:

Each parent has a bunch of changes, but mostly the changes fall into 2
categories:

1) mundane updating of new plugin versions to use
2) preparations to make Maven3 builds use the correct site plugin


ASF Parent:
http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?r1=1036993r2=1069623diff_format=h

Staging repo:
https://repository.apache.org/content/repositories/orgapacheapache-053/

Maven Parent:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?r1=1038256r2=1069626diff_format=h

Maven Plugins Parent:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?r1=940020r2=1069631diff_format=h

Maven Shared Components:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?r1=905062r2=1069637pathrev=1069637diff_format=h

All 3 staged at: https://repository.apache.org/content/repositories/maven-054/

Vote is open for 72 hours

-
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: [vote] release maven dependency analyzer

2011-02-11 Thread Lukas Theussl


+1

-Lukas


Brian Fox wrote:

Staging repo: https://repository.apache.org/content/repositories/maven-055/

This release fixes MDEP-143, MDEP-149, MDEP-262 and is required by the
Maven Dependency Plugin 2.2

Vote is open for 72 hours

-
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: svn commit: r1069935 - /maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

2011-02-11 Thread Olivier Lamy
Hello,
I wonder if we could have some documentation in the javadoc of
EventSpy for the method :

void onEvent( Object event )
throws Exception;

Because without navigating in the code it's a little bit mysterious to
know what type of events are monitored here.

Thanks
-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy

2011/2/11  bentm...@apache.org:
 Author: bentmann
 Date: Fri Feb 11 20:04:37 2011
 New Revision: 1069935

 URL: http://svn.apache.org/viewvc?rev=1069935view=rev
 Log:
 o Allowed event spy to monitor project dependency graph

 Modified:
    
 maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java

 Modified: 
 maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java
 URL: 
 http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java?rev=1069935r1=1069934r2=1069935view=diff
 ==
 --- 
 maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java
  (original)
 +++ 
 maven/maven-3/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/internal/LifecycleDependencyResolver.java
  Fri Feb 11 20:04:37 2011
 @@ -19,6 +19,7 @@ import org.apache.maven.RepositoryUtils;
  import org.apache.maven.artifact.Artifact;
  import org.apache.maven.artifact.ArtifactUtils;
  import org.apache.maven.artifact.factory.ArtifactFactory;
 +import org.apache.maven.eventspy.internal.EventSpyDispatcher;
  import org.apache.maven.execution.MavenSession;
  import org.apache.maven.lifecycle.LifecycleExecutionException;
  import org.apache.maven.project.DefaultDependencyResolutionRequest;
 @@ -61,6 +62,9 @@ public class LifecycleDependencyResolver
     @Requirement
     private ArtifactFactory artifactFactory;

 +    @Requirement
 +    private EventSpyDispatcher eventSpyDispatcher;
 +
     @SuppressWarnings({UnusedDeclaration})
     public LifecycleDependencyResolver()
     {
 @@ -162,6 +166,8 @@ public class LifecycleDependencyResolver
                 new DefaultDependencyResolutionRequest( project, 
 session.getRepositorySession() );
             request.setResolutionFilter( resolutionFilter );

 +            eventSpyDispatcher.onEvent( request );
 +
             result = dependenciesResolver.resolve( request );
         }
         catch ( DependencyResolutionException e )
 @@ -191,6 +197,8 @@ public class LifecycleDependencyResolver
             }
         }

 +        eventSpyDispatcher.onEvent( result );
 +
         SetArtifact artifacts = new LinkedHashSetArtifact();
         if ( result.getDependencyGraph() != null  
 !result.getDependencyGraph().getChildren().isEmpty() )
         {




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



Re: [vote] release maven dependency analyzer

2011-02-11 Thread Dan Tran
Brian,

Do you still plan to publish the staging repo for maven-dependency-plugin?

-Dan

On Fri, Feb 11, 2011 at 2:41 PM, Lukas Theussl ltheu...@apache.org wrote:

 +1

 -Lukas


 Brian Fox wrote:

 Staging repo:
 https://repository.apache.org/content/repositories/maven-055/

 This release fixes MDEP-143, MDEP-149, MDEP-262 and is required by the
 Maven Dependency Plugin 2.2

 Vote is open for 72 hours

 -
 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



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