Re: [VOTE] Release Maven JXR version 2.2

2010-06-02 Thread Emmanuel Venisse
+1 The page plugin-info.html is missing Emmanuel On Tue, Jun 1, 2010 at 9:47 PM, Dennis Lundberg denn...@apache.org wrote: Hi, We solved 12 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11085version=13392 There are still a couple of issues left in JIRA:

[ANN] Maven GPG Plugin 1.0 Released

2010-06-02 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.1. This plugin is used to create signatures for project artifacts using the GnuPG tool. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-gpg-plugin/ To use the updated

[ANN] Maven GPG Plugin 1.1 Released

2010-06-02 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.1. This plugin is used to create signatures for project artifacts using the GnuPG tool. Please see the plugin's site for more details: http://maven.apache.org/plugins/maven-gpg-plugin/ To use the updated

Re: [VOTE] Release Maven Site Plugin version 2.1.1

2010-06-02 Thread Lukas Theussl
Done. However, it's not a big deal, can't we just publish the updated site after the release? It's up to you if you want to roll another release just for that. -Lukas Dennis Lundberg wrote: I prefer to do it before the release. If you want to write some docs, that's fine. I'll just stop

mvn dependency:tree goal

2010-06-02 Thread timonik
Hello, We have following structure of project project ModuleA pom.xml ModuleB pom.xml pom.xml -- parent pom for all sub-modules Parent pom contains declaration of all modules: modules moduleA/module moduleB/module /modules Our A module use B artifact and we added B module

Re: mvn dependency:tree goal

2010-06-02 Thread timonik
I processed mvn clean install and now it works fine. But, have I chance use depenedency:tree goal without project installation in local repository? -- View this message in context: http://old.nabble.com/mvn-dependency%3Atree-goal-tp28753410p28753604.html Sent from the Maven Developers mailing

Re: [VOTE] Release Maven Site Plugin version 2.1.1

2010-06-02 Thread Tony Chemit
+1 Le Mon, 31 May 2010 23:33:54 +0200, Dennis Lundberg denn...@apache.org a écrit : Hi, We solved 7-8 issues (I'm not sure if MSITE-440 is resolved or not): http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11146version=15923 There are still a couple of issues left in JIRA:

Maven GPG Plugin double singing artifacts

2010-06-02 Thread Alan D. Cabrera
I have a root POM that defines are deploy profile that generates source, javadoc, and signing. When I use this profile: mvn clean install -P deploy My artifacts get doubly signed, e.g.

Re: [VOTE] Release Maven Site Plugin version 2.1.1

2010-06-02 Thread Dennis Lundberg
Thanks Lukas, I'll diff in the changes you made when I deploy the real site. If someone is not OK with that, then speak up. On 2010-06-02 12:01, Lukas Theussl wrote: Done. However, it's not a big deal, can't we just publish the updated site after the release? It's up to you if you want to

DefaultPluginManager.executeMojo not supported with Maven 3?

2010-06-02 Thread Jamie Townsend
I'm trying to get http://code.google.com/p/mojo-executor/ to work with Maven 3, but I'm running into an UnsupportedOperationExecption coming from DefaultPluginManager.executeMojo. I've had a look at both the maven-sonar-plugin maven-cli-plugin approaches to solving this issue, but as far as I

Re: DefaultPluginManager.executeMojo not supported with Maven 3?

2010-06-02 Thread Jason van Zyl
No, you'll have to adjust to the new API. We are striving to be compatible from the CLI perspective. We'll have a new method published for the 3.0 release. On Jun 2, 2010, at 8:21 AM, Jamie Townsend wrote: I'm trying to get http://code.google.com/p/mojo-executor/ to work with Maven 3, but

Re: [VOTE] Release Maven JXR version 2.2

2010-06-02 Thread Dennis Lundberg
On 2010-06-02 00:00, Benjamin Bentmann wrote: Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-032/ +1 Staging site: http://maven.apache.org/plugins/maven-jxr-plugin-2.2/ The goal pages seem to miss (e.g. jxr-mojo.html) and the

Re: [CANCELED] [VOTE] Release Maven JXR version 2.2

2010-06-02 Thread Dennis Lundberg
This vote has been canceled. Thanks to everyone who helped review this release attempt. On 2010-06-01 21:47, Dennis Lundberg wrote: Hi, We solved 12 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11085version=13392 There are still a couple of issues left in JIRA:

Re: mvn dependency:tree goal

2010-06-02 Thread Brian Fox
It's not designed to work that way. It could be changed, but the effort involved isn't really worth it. On Wed, Jun 2, 2010 at 8:18 AM, timonik ryush...@gmail.com wrote: I processed mvn clean install and now it works fine. But, have I chance use depenedency:tree goal without project

Re: Maven GPG Plugin double singing artifacts

2010-06-02 Thread Brian Fox
Is there some plugin in your build that is forking the whole build? On Wed, Jun 2, 2010 at 10:29 AM, Alan D. Cabrera l...@toolazydogs.com wrote: I have a root POM that defines are deploy profile that generates source, javadoc, and signing. When I use this profile: mvn clean install -P

Re: Maven GPG Plugin double singing artifacts

2010-06-02 Thread Alan D. Cabrera
No forking. You can look at my setup: git://github.com/maguro/papoose-http.git Regards, Alan On Jun 2, 2010, at 10:08 AM, Brian Fox wrote: Is there some plugin in your build that is forking the whole build? On Wed, Jun 2, 2010 at 10:29 AM, Alan D. Cabrera l...@toolazydogs.com wrote: I

[VOTE] Release Maven JXR version 2.2 (take 2)

2010-06-02 Thread Dennis Lundberg
Hi, We solved 12 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11085version=13392 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11085status=1 Staging repo:

Re: [VOTE] Release Maven Site Plugin version 2.1.1

2010-06-02 Thread Benjamin Bentmann
Dennis Lundberg wrote: Staging repo: https://repository.apache.org/content/repositories/maven-025/ Staging site: http://maven.apache.org/plugins/maven-site-plugin-2.1.1/ +1 Benjamin - To unsubscribe, e-mail: