Re: Renaming jars using the assembly plugin

2011-08-17 Thread alags
Hi, Thanks for the tip. I'd been spending a couple of hours to get it work, with no luck, until i read your post :) -- View this message in context: http://maven.40175.n5.nabble.com/Renaming-jars-using-the-assembly-plugin-tp114487p4707927.html Sent from the Maven - Users mailing list archive at

xercesImpl-2.10.0

2011-08-17 Thread Jérémy
Hi, Anybody else is having problem with the artifact xercesImpl-2.10.0 from Maven Central? My build fails because it cannot find: groupIdxml-apis/groupId artifactIdxml-apis/artifactId version1.4.01/version Indeed, this GAV is missing in Maven Central repo. Here's xercesImpl's pom (

Generation of checksums of files included in assembly

2011-08-17 Thread BOUSQUET Jeremie
Hello, I'm asking for some help on implementing / improving this feature commonly used in my enterprise builds. Objective is to generate a specific traceability file, for modules generating tar.gz assembly, with the list of files contained in the tar.gz along with their checksum. Constraints

Re: Maven deployment failure

2011-08-17 Thread manukm07
Hi Karl, Thanks :) the issue was with release plugin configuration !!! -- View this message in context: http://maven.40175.n5.nabble.com/Maven-deployment-failure-tp4692892p4708461.html Sent from the Maven - Users mailing list archive at Nabble.com.

site.xml and breadcrumbs

2011-08-17 Thread Benson Margulies
One might imagine that this page: http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html would tell me how to get the breadcrumbs across the top that are visible on, well, this page. I can't find it. Am I missing something obvious?

Surefire plugin: aggregator project - aggregate test results from all children?

2011-08-17 Thread Newman, John W
All, We have the following project layout parent/pom.xml child1/pom.xml src/test/java TestOne.java TestTwo.java child2/pom.xml src/test/java TestMore.java TestAgain.java Building the parent project goes

Maven Embedder

2011-08-17 Thread Thiessen, Todd (Todd)
Is there any kind of users guide for the maven embedder? Not finding anything. I can find the source, but having to guess as to how to use the classes.

Kudos

2011-08-17 Thread Laird Nelson
Mailing lists are often overrun with people complaining and reporting bugs and squabbles and whatnot. I wanted to take a brief moment to simply say thanks to all for what has finally evolved into a really useful product. I love the fact that I can pull down most open source projects these days,

Re: Generation of checksums of files included in assembly

2011-08-17 Thread Karl Heinz Marbaise
Hi, i could remember a time a go https://github.com/nicoulaj/maven-checksum-plugin which might go into the direction you are thinking of Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise

SureFire and classpathDependencyExcludes: no transitives, right?

2011-08-17 Thread Laird Nelson
Is there a way using SureFire 2.9 to exclude dependencies *transitively*from the test classpath? It seems from what I have read and can tell that you must list specific dependencies to exclude. I want to make sure I'm not overlooking anything obvious. Thanks, Laird

codehaus.org

2011-08-17 Thread Karl Heinz Marbaise
Hi, can any of you acknowledge problems with codehaus.org mojo.codehaus.org etc. not accessible from Germany ? Or is this just a local problem..? Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz Marbaise

RE: codehaus.org

2011-08-17 Thread Robert Scholte
It looks like the site is kind of unstable http://www.downforeveryoneorjustme.com/mojo.codehaus.org right now it's down for me too (the Netherlands) -Robert Date: Wed, 17 Aug 2011 20:07:17 +0200 From: khmarba...@gmx.de To: users@maven.apache.org Subject: codehaus.org Hi, can

Troubleshooting a NPE in maven build

2011-08-17 Thread Jason Pyeron
When I add dependency groupIdorg.springframework.ws/groupId artifactIdspring-ws-security/artifactId version2.0.2.RELEASE/version /dependency I get a NPE (see attached log) if I comment it out

RE: [maven] Troubleshooting a NPE in maven build

2011-08-17 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Wednesday, August 17, 2011 14:49 To: 'Maven Users List' Subject: RE: [maven] Troubleshooting a NPE in maven build -Original Message- From: Jason Pyeron Sent: Wednesday, August 17, 2011 14:47 To: 'Maven Users List'

RE: [maven] Troubleshooting a NPE in maven build

2011-08-17 Thread Jason Pyeron
-Original Message- From: Jason Pyeron Sent: Wednesday, August 17, 2011 15:00 To: 'Maven Users List' Subject: RE: [maven] Troubleshooting a NPE in maven build snip/ When I add dependency groupIdorg.springframework.ws/groupId

RE: [maven] Troubleshooting a NPE in maven build

2011-08-17 Thread Robert Scholte
https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html#Maven3.xCompatibilityNotes-LegacystyleRepositories -Robert From: jpye...@pdinc.us To: users@maven.apache.org Subject: RE: [maven] Troubleshooting a NPE in maven build Date: Wed,

Re: Kudos

2011-08-17 Thread Brian Topping
Yah, I'd have to agree with this sentiment. Maven isn't the easiest thing to learn, but documentation has improved remarkably over the years and the network effect of having more people familiar with Maven means that there's Maven experts that are closer to more people in real life. More

RE: Kudos

2011-08-17 Thread Meeusen, Christopher W.
I wouldn't say maven is difficult to setup. I'm certainly a maven newb but was able to get our projects building with maven and our in house nexus repository within 2 weeks. And I had 0 ant/ivy experience as well. I only wish our company had our own build engineers to setup and manage the

RE: Maven Embedder

2011-08-17 Thread Thiessen, Todd (Todd)
Hmm. Or is the Maven Embedder no longer supported? http://stackoverflow.com/questions/5141788/how-to-run-maven-from-java From: Thiessen, Todd (Todd) Sent: Wednesday, August 17, 2011 11:27 AM To: users@maven.apache.org Subject: Maven Embedder Is there any kind of users guide for the maven

Re: Maven Embedder

2011-08-17 Thread Jason van Zyl
A single embedder really doesn't make any sense, or at least this is what we have found working on Nexus, M2Eclipse, Hudson and a bunch of other tools. All of the use cases are slightly different and it is just easier to grab the individual components and piece them together as required. We

Re: Maven Embedder

2011-08-17 Thread Anders Hammar
Today, you should really use Maven 3 which is designed to be embeddable in tools. I have no experience myself of this, but it has been discussed a few times on this mailing list although quite some time has passed since the last time it was brought up. You could try searching any of the archives.

Re: [ANN] DBUpgade Maven Plugin 1.0-beta-1 release

2011-08-17 Thread Karl Heinz Marbaise
Hi, thank you for the correction You're welcome... But i have found an other small issue(s): http://mojo.codehaus.org/dbupgrade/dbupgrade-maven-plugin/ The links given on the page: dbupgrade:generic-upgrade dbupgrade:filelist-upgrade dbupgrade:clean-database are not working... Kind

RE: Maven Embedder

2011-08-17 Thread Thiessen, Todd (Todd)
I like the idea of using only the parts of the embedder that you need. Is anything published anywhere which can list which components are available for what tasks? I have been looking through the source for this artifact and its dependencies: dependency

Re: [maven] Troubleshooting a NPE in maven build

2011-08-17 Thread Wayne Fay
A work around is to install the artifact by hand. But what is the solution to connect to a maven 1 repo? Install an MRM like Nexus, Artifactory, Archiva and these problems magically go away... Wayne - To unsubscribe, e-mail:

Re: [ANN] DBUpgade Maven Plugin 1.0-beta-1 release

2011-08-17 Thread Anders Hammar
Yep, I believe this is due to syntax change in a newer version of Doxia. The source files for the site needs to be updated. I've filed MOJO-1721 [1] regarding this. /Anders [1] http://jira.codehaus.org/browse/MOJO-1721 On Wed, Aug 17, 2011 at 22:00, Karl Heinz Marbaise khmarba...@gmx.de wrote:

Re: [ANN] DBUpgade Maven Plugin 1.0-beta-1 release

2011-08-17 Thread Dan Tran
will fix the page soon. Thanks -D On Wed, Aug 17, 2011 at 1:10 PM, Anders Hammar and...@hammar.net wrote: Yep, I believe this is due to syntax change in a newer version of Doxia. The source files for the site needs to be updated. I've filed MOJO-1721 [1] regarding this. /Anders [1]

site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Benson Margulies
I am confused about breadcrumb inheritance. If a project-with-modules specifies breadcrumbs, and its children do not, they don't see to get a breadcrumb up to their parent. Should they? - To unsubscribe, e-mail:

Signed maven dependency and create an assembly

2011-08-17 Thread Amit Patel
Hi All, Seems like this question has been asked many times but i haven't seen straight forward answer. I have a project which uses assembly to bundle jar files. jnlp is required to use jar files. I can use jarsigner plugin to signed jar but assembly is not using those jars. How can i create an

RE: Signed maven dependency and create an assembly

2011-08-17 Thread Robert Scholte
Try http://mojo.codehaus.org/webstart/webstart-maven-plugin/index.html -Robert Date: Wed, 17 Aug 2011 16:50:06 -0400 Subject: Signed maven dependency and create an assembly From: amit.vanka...@gmail.com To: users@maven.apache.org Hi All, Seems

Re: codehaus.org

2011-08-17 Thread Hilco Wijbenga
On 17 August 2011 11:16, Robert Scholte rfscho...@codehaus.org wrote: It looks like the site is kind of unstable http://www.downforeveryoneorjustme.com/mojo.codehaus.org right now it's down for me too (the Netherlands) It's up for me right now (Canada) but it was down for several hours a few

RE: codehaus.org

2011-08-17 Thread Newman, John W
I've had connectivity problems with that site pretty regularly going on for a couple years now. Sometimes it works, sometimes it doesn't. :-DRight now at the moment it does work, but earlier today it did not. -Original Message- From: Hilco Wijbenga

RE: Maven Embedder

2011-08-17 Thread Thiessen, Todd (Todd)
I can volunteer some time to help make some of these components available. I presume most of these components can be found in the 3.0.3 maven-embedder artifact? Or is that artifact effectively deprecated and the components are found somewhere else? -Original Message- From:

Re: codehaus.org

2011-08-17 Thread Siegfried Goeschl
Hi John, if you mean something like [INFO] [site:deploy {execution: default-deploy}] https://dav.codehaus.org/mojo/webtest-maven-plugin - Session: Opened Aug 17, 2011 8:15:55 PM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme INFO: basic authentication scheme

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Hervé BOUTEMY
Hi Benson, This part has changed over site versions: I consider you're using latest 3.0 version. If you're using an older version, what I'll say may not be true and I don't know exactly the detail of every version. Breadcrumb inheritance is done in Doxia Sitetool: see [1]. Notice that I

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Benson Margulies
Hervé, I am now using site 3.0 with maven 2.2.1. I've had a long day of running into problems, abstracting a small test case, and then having the small test case work (or demonstrate that I'd made some idiot error or another). In the case at hand, I had just finished manually putting breadcrumbs

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Benson Margulies
Aha! I got you a test case. JIRA coming up. On Wed, Aug 17, 2011 at 8:30 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: Hi Benson, This part has changed over site versions: I consider you're using latest 3.0 version. If you're using an older version, what I'll say may not be true and I don't

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Hervé BOUTEMY
great! I'm sure there was something wrong, because you're not the only one hit. Actually, everything is prepared to add such unit tests or ITs and fix things definitively: you're test case is really welcome Regards, Hervé Le jeudi 18 août 2011, Benson Margulies a écrit : Aha! I got you a

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Hervé BOUTEMY
notice that I added site:effective-site goal in m-site-p 2.2 to help diagnose such issues just in case you did'nt know... Le jeudi 18 août 2011, Hervé BOUTEMY a écrit : I must admit I went into such puzzling issues in the past: there are a lot of Maven modules where I added a site.xml since it

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Benson Margulies
On Wed, Aug 17, 2011 at 9:12 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: notice that I added site:effective-site goal in m-site-p 2.2 to help diagnose such issues just in case you did'nt know... As it happens, I didn't notice that, so merci for pointing it out. If I have some time, I'll

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Barrie Treloar
On Thu, Aug 18, 2011 at 10:31 AM, Benson Margulies bimargul...@gmail.com wrote: Aha! I got you a test case. JIRA coming up. Can you fling the jira link too please. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Hervé BOUTEMY
http://jira.codehaus.org/browse/MSITE-608 the discussion happens here now Le jeudi 18 août 2011, Barrie Treloar a écrit : On Thu, Aug 18, 2011 at 10:31 AM, Benson Margulies bimargul...@gmail.com wrote: Aha! I got you a test case. JIRA coming up. Can you fling the jira link too please.

Re: site plugin: automatic breadcrumbs for modules or not?

2011-08-17 Thread Barrie Treloar
On Thu, Aug 18, 2011 at 12:01 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: http://jira.codehaus.org/browse/MSITE-608 the discussion happens here now Thanks, I'm just lurking but I wanted to know whether to watch the jira or not.

Shade and assembly plugin: Assembling a jar containing packed jars

2011-08-17 Thread Jeremy Lewi
Hi, I'm working on Apache AVRO (Issue 570) and I'm having a maven issue that I was hoping to get some help with. The pre-existing pom.xml is using the shade plugin to build a jar which includes all of the dependencies, unpacked. The configuration is below. plugin