Re: using properties from external files in pom.xml

2010-08-29 Thread Dirk Olmes
On 08/27/2010 06:11 PM, Wayne Fay wrote: Looks like this maven plugin could feet your needs : http://haroon.sis.utoronto.ca/zarar/properties-maven-plugin/index.html Since Stephen hasn't given his usual response to this thread yet, I will go ahead and copy/paste it in... Beware, that

Re: Decrypting server password

2010-08-29 Thread Tony Chemit
Le Sat, 28 Aug 2010 16:22:29 +0200, Simone Tripodi simone.trip...@gmail.com a écrit : Hi all guys, a friend of mine and I are developing a maven plugin that needs to acces to a server credentials specified in the settings.xml; no problem since the org.apache.maven.settings.Server class

Re: Decrypting server password

2010-08-29 Thread Simone Tripodi
Hi Tony, thanks!!! Even if I already solved, I'll take look as well at your suggestions to improve the performances!!! Thanks a lot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Sun, Aug 29, 2010 at 9:28 AM, Tony Chemit che...@codelutin.com wrote: Le Sat, 28 Aug

Logging the progress

2010-08-29 Thread Simone Tripodi
Hi all guys, a friend of mine and I are developing a maven plugin that needs to upload files on a server; what I'd like to do is logging the upload percentage so users can monitor on the shell the upload status. The question is: how to use the maven logger in the way that for any new calculated

Re: Enforce Maven client to use credentials for read artifacts from repository

2010-08-29 Thread Anders Hammar
Sure, just match the id of the repo with the id of the server credentails in settings.xml. /Anders 2010/8/28 Marcin Zajączkowski msz...@wp.pl Hi, I need to set up a repository whose artifacts would be accessible (being able to get using Maven client) only for authorized people (with

maven package bloated

2010-08-29 Thread mudit tuli
Hi, When I do maven package, this gives me a bloated WAR with all the dependencies which is 19MB in size. For some reasons I need to deploy WAR onto my VPS time and again to test. But deploying a 19MB war is time consuming, can I try to strip off the dependency JARs in the WAR ? Tried

Re: Enforce Maven client to use credentials for read artifacts from repository

2010-08-29 Thread Marcin Zajączkowski
On 2010-08-29 14:06, Anders Hammar wrote: Sure, just match the id of the repo with the id of the server credentails in settings.xml. I tried: servers server idrepo-id/id usernameuser/username passwordpassword/password (...) repositories repository snapshots

how to override plugin execution

2010-08-29 Thread Andrey Zhuchkov
Hi, I have plugin definition in my pom: ... build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdtomcat-maven-plugin/artifactId version1.0/version configuration url${tomcat.manager.url}/url

Problems building Maven with Eclipse and running Integration Tests

2010-08-29 Thread Victor Freire
Hello everyone, I can't build Maven properly with the m2eclipse plugin, below are the errors I get in Eclipse. Almost all maven subprojects fail to build with m2eclipse... http://www.ideone.com/vBVg6 With the command line, I can build Maven ok but most of the integration tests fail to

Re: maven package bloated

2010-08-29 Thread Ron Wheeler
On 28/08/2010 6:38 AM, mudit tuli wrote: Hi, When I do maven package, this gives me a bloated WAR with all the dependencies which is 19MB in size. For some reasons I need to deploy WAR onto my VPS time and again to test. But deploying a 19MB war is time consuming, can I try to strip off the

MASSEMBLY-445 now has patch /w tests

2010-08-29 Thread Stevo Slavić
Hello Apache Maven users, Can some Maven developer please mark MASSEMBLY-445http://jira.codehaus.org/browse/MASSEMBLY-445as issue with patch tests, if not have a look at it? Thanks in advance! Regards, Stevo.

John Smart's poll for build tools

2010-08-29 Thread Jason van Zyl
If you use Maven, John Smart's polls are a great way to show your support for us :-) Please vote! http://www.wakaleo.com/resources/polls Thanks, Jason -- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl

Re: Enforce Maven client to use credentials for read artifacts from repository

2010-08-29 Thread Anders Hammar
I would check the logs on the repo manager. And possibly crank up the logging level. Nexus tells you the user that tries to access. I would assume Artifactory does similar. /Anders 2010/8/29 Marcin Zajączkowski msz...@wp.pl On 2010-08-29 14:06, Anders Hammar wrote: Sure, just match the id of

CVS checkout with maven is not working

2010-08-29 Thread monica
I am using maven-scm-plugin plugin and using developerconnection. which has following values developerConnectionscm:cvs:pserver:USER:passwo...@idadress:PORT:/home/cvs:${checkout.module}/developerConnection plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-scm-plugin/artifactId