release:prepare and bazaar

2009-05-04 Thread Marcus Eriksson
Hi I'm trying to do a release using maven and bazaar, and i get the following error: [INFO] Tagging release with the label drizzle-jdbc-0.1... [INFO] [ERROR] BUILD ERROR [INFO]

Re: Maven sites and APT

2009-05-04 Thread Lukas Theussl
On the Doxia level you can split apt files just like described. On the Maven level, the site plugin always includes files as separate documents, as specified in site.xml. So I guess it's currently not possible to use this feature in Maven. HTH, -Lukas Bryon Jacob wrote: Quick question

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-05-04 Thread Martin Höller
On 30 Apr 2009, Grant Rettke wrote: Does the workaround on that page work? Which workaround? Do you mean the patch attached to the MSOURCES-44 issue? I didn't test it but I had a look at the patch and I would assume it would work. - martin signature.asc Description: PGP signature

Re: Multimodule release with same version for everything and dependency version update

2009-05-04 Thread Baptiste MATHUS
Well, not so good in the end. For the record, here is a summary of the things I've discovered so far (I guess some could be listed in the FAQ, btw). These come from my personal testing. So, if some of the statements below are know in your opinion, please let me know. Note I only tested my use

ScpWagon for 'httpHeaders' deploy 2.1.0 (macosx)

2009-05-04 Thread John Kroubalkian
I am working on a MacOSX machine. I downloaded the 2.1.0 maven release.  When I ran the 'deploy' goal it on some projects that have been running smoothly on 2.0.10 I encountered the following problem: Unable to apply wagon configuration. Cannot find setter nor field in

Reporting Question

2009-05-04 Thread Harper, Brad
It's established that links won't work for deployment of multi-module sites [1], i.e. links don't work for % mvn site site:deploy But I can get % mvn site:stage-deploy to deploy a 'staged' site to a remote URL [even the same URL specified by

Automagically update scm tag

2009-05-04 Thread Baptiste MATHUS
Hi all, I'm looking for a simple a quick way to update my scm tags. I'm currently refactoring my projects, and I find it cumbersome to manually update ths scm tag to the new although the information is already present in the svn metadata. I took a quick look at scm:*** goals but can't find the

Re: How to specify SCM username/password for release plugin?

2009-05-04 Thread Baptiste MATHUS
Hi, In the documentation of the mojo (btw, you didn't say which goal you were speaking) of the release:prepare for example: http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html username/password. Cheers. 2009/5/1 David Hoffer dhoff...@gmail.com How can I specify the

Cannot find Plexus container

2009-05-04 Thread Ankur Agarwal
I am trying to create an AndroMDA application using Maven. Have installed Maven (2.0.4) and also installed AndroMDA plugin. But when i execute andromdapp:generate i get the following error: D:\MyProjectmvn --version Maven version: 2.0.4 D:\MyProjectmvn andromdapp:generate [INFO] Scanning

Automagically update scm tag

2009-05-04 Thread Baptiste MATHUS
Hi all, I'm looking for a simple a quick way to update my scm tags. I'm currently refactoring my projects, and I find it cumbersome to manually update ths scm tag to the new although the information is already present in the svn metadata. I took a quick look at scm:*** goals but can't find the

Error transferring file: repo1.maven.org, Repository 'central' will be blacklisted

2009-05-04 Thread Andrea Libero Valori
Hi, I'm doing apache servicemix tutorials (tutorial 3: Camel) using maven, when I run mvn archetype:create I get a message saying that an error occurred transferring data from repo1.maven.org I have a working internet connection (through which I'm writing this email), and I'm able to open

Re: ScpWagon for 'httpHeaders' deploy 2.1.0 (macosx)

2009-05-04 Thread Brett Porter
I saw this issue online [1] but haven't had a chance to investigate yet. Could you report it in JIRA, and post the contents of your distributionManagement and build extensions? Thanks, Brett [1] http://johnsjavapda.blogspot.com/2009/04/210-is-not-2010-maven-blues.html On 02/05/2009, at

Re: How to specify SCM username/password for release plugin?

2009-05-04 Thread Gordon Cody
(with appropriate substitutions of course) In our topmost pom for the project we use: scm developerConnectionscm:svn:https://svnhost/svnrepo/trunk/developerConnection /scm and in the settings.xml (of those allowed to do releases) we put both server entries: servers server

Re: How to specify SCM username/password for release plugin?

2009-05-04 Thread David Hoffer
Does this support encryption? We don't want passwords in plan text. We really don't want names/passwords in the pom as those are global values, we really want server names/passwords encrypted and in the settings.xml or other system location. we run release:prepare followed by release:perform

Re: How to specify SCM username/password for release plugin?

2009-05-04 Thread David Hoffer
How is either server id tied to the SCM? We too have server id/s but these are used for artifact deployment login not SCM login. How can I use these for SCM login? -Dave On Mon, May 4, 2009 at 6:22 AM, Gordon Cody gc...@zafinlabs.com wrote: (with appropriate substitutions of course) In our

Re: How to specify SCM username/password for release plugin?

2009-05-04 Thread Baptiste MATHUS
You want to have a look at this: http://maven.apache.org/guides/mini/guide-encryption.html However, this is only available since 2.1. Btw, we use user/password. Settings.xml is shared by everybody, we just use something like ${env.m2DeployUser}/${env.m2DeployPwd} and then ask the developers who

Re: Error transferring file: repo1.maven.org, Repository 'central' will be blacklisted

2009-05-04 Thread Nick Stolwijk
Have you enabled a proxy inside your browser through which you connect to the internet? If so, you have to tell maven about this proxy by enabling it inside the settings.xml. [1] [1] http://maven.apache.org/ref/2.0.7/maven-settings/settings.html#class_proxy Hth, Nick Stolwijk ~Java Developer~

Re: release:perform of an EAR gives error with maven-source-plugin:2.1

2009-05-04 Thread Grant Rettke
On Mon, May 4, 2009 at 2:01 AM, Martin Höller mar...@xss.co.at wrote: On 30 Apr 2009, Grant Rettke wrote: Does the workaround on that page work? Which workaround? Do you mean the patch attached to the MSOURCES-44 issue? I didn't test it but I had a look at the patch and I would assume it

RE: Reporting Question

2009-05-04 Thread Martin Gainty
it seems that project.distributionManagement.site.url is a production site guarded by LDAP authentication at the very min you will need these details from LDAP admin hostname port authdn e.g. uid=admin,ou=system and passwd from LDAP admin I found this tutorial of LDAP plugin helpful

Managing Modified Dependencies

2009-05-04 Thread daniel.green
The situation: * Company finds a show stopping bug in dependency Foo * Company can not wait for the owner of Foo to fix it * Company branches the source code locally and applies patch * Company now needs to maintained a modified third party dependency Currently some crazy system of relative

Re: Managing Modified Dependencies

2009-05-04 Thread Geoffrey Wiseman
On Mon, May 4, 2009 at 1:01 PM, Nick Stolwijk nick.stolw...@gmail.comwrote: Normally I just check out the source, apply my patches, update the deploymentManament section to point to our inhouse repository, update the version to x.y.z-companyname-1 and do a maven deploy. Then update the

RE: 2 modules with same source

2009-05-04 Thread neptune_pluto
Hi, One of the modues neeed to exposed over the net wheres others should't Regards - Origial Message - From: Martin Gainty mgai...@hotmail.com To: users@maven.apache.org Sent: Mon, 4 May 2009 05:28:53 +0530 (IST) Subject: RE: 2 modules with same source One war supported by multiple EJBs

maven release plugin issue

2009-05-04 Thread huser
Hi, I am running maven release plugin by: mvn -f pom.xml -Pabc.debug.release --batch-mode -Dtag=REL1.5-TEST -DtagBase=https://abcsvn001.na.abcglobal.com/abc_repos/T3/tags; -DreleaseVersion=1.5 -DdevelopmentVersion=1.6-SNAPSHOT release:prepare And I get this build error. [INFO] [INFO] An Ant

Re: maven release plugin issue

2009-05-04 Thread Stephen Connolly
ugh! that sounds hacky hacky hack you probably should try having the dependency plugin unpack for you -Stephen On 04/05/2009, huser mpinj...@atxg.com wrote: Hi, I am running maven release plugin by: mvn -f pom.xml -Pabc.debug.release --batch-mode -Dtag=REL1.5-TEST

Looking for plugin to examine surefire results in post-integration-test phase

2009-05-04 Thread James Carpenter
I am using the surefire plugin to run integration tests during the integration-test phase. To ensure the test environment is properly torn down in the post-integration-test phase I have set testFailureIgnore=true within the surefire plugin configuration. I would like to find a plugin I can run

Re: maven release plugin issue

2009-05-04 Thread huser
I am fairly new to maven. So I guess I need a plugin to copy the abc-interface-api.jar to my local repository ? Are you suggesting I do this by dependency plugin. I tried adding this. Basically, abc-interface-api-$project.parent.version} should get copied to local .m2 repository under

[PLEASE TEST] Maven 2.2.0-RC2

2009-05-04 Thread John Casey
Hi again, After finding and cleaning up some code that seems to be tainted during some of our efforts at generifying the codebase, we've respun a new release candidate. If you have time, please give it a whirl:

WARNING: Maven 2.1 and GPG plugin interaction problems.....

2009-05-04 Thread Daniel Kulp
This is just a warning that the Maven team has just discovered an interaction problem between Maven 2.1 and the maven-gpg-plugin that CAN result in the signatures for the installed/deployed poms being invalid. Signatures for the other artifacts (jars, wars, etc..) are unaffected and not all

dependencySets not filtering during unpacking

2009-05-04 Thread EJ Ciramella
Hello, has anyone else run into this problem where a dependencySet isn't filtering during unpacking of a dependency? dependencySet useStrictFilteringtrue/useStrictFiltering outputDirectorysomedir/outputDirectory unpacktrue/unpack