Re: Getting source code for existing JARs

2009-07-10 Thread Anders Hammar
If I didn't misunderstand the situation, the poster has a runtime system with a bunch of jars. Thus, no poms. /Anders On Fri, Jul 10, 2009 at 02:52, Barrie Treloarbaerr...@gmail.com wrote: On Fri, Jul 10, 2009 at 5:25 AM, Singhal, Pulkitpulkit.sing...@hp.com wrote: Hello, I wanted to know if

Re: Online Poll for Maven Cookbook

2009-07-10 Thread Anders Hammar
The list is fine. I've received both your messages. You can always check if your mail gets through by looking at the Nabble archive. /Anders On Fri, Jul 10, 2009 at 07:56, Peter Horlockpeter.horl...@googlemail.com wrote: Hi, I can't wait to see the Maven cookbook from Tim O'Brien - but Tim

RE: Reporting Plugins Not Inheriting Versions

2009-07-10 Thread Jörg Schaible
Mohan KR wrote at Donnerstag, 9. Juli 2009 20:06: Yup..got bitten by it..As a best practice you have to lock down the plugin version in the reporting section, it is *not* propogated from the pluginManagement I believe. (at least not in 2.0.9), I believe there is a JIRA issue to have a

AW: Getting source code for existing JARs

2009-07-10 Thread Lewis, Eric
Well, I don't know if you're using m2eclipse, but with that it's possible. Just open the Maven Dependencies, right-click on some jar and choose Maven... download sources. Best regards, Eric -Ursprüngliche Nachricht- Von: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] Im

Re: Reporting Plugins Not Inheriting Versions

2009-07-10 Thread Stephen Connolly
2009/7/10 Jörg Schaible joerg.schai...@gmx.de Mohan KR wrote at Donnerstag, 9. Juli 2009 20:06: Yup..got bitten by it..As a best practice you have to lock down the plugin version in the reporting section, it is *not* propogated from the pluginManagement I believe. (at least not in

Re: Reporting Plugins Not Inheriting Versions

2009-07-10 Thread Jörg Schaible
Stephen Connolly wrote at Freitag, 10. Juli 2009 09:59: 2009/7/10 Jörg Schaible joerg.schai...@gmx.de Mohan KR wrote at Donnerstag, 9. Juli 2009 20:06: Yup..got bitten by it..As a best practice you have to lock down the plugin version in the reporting section, it is *not* propogated

Re: Maven 1.0.2 Errors

2009-07-10 Thread Martijn Dashorst
Not sure how you compare things in your assertions, but it may be someone in your team who has different svn client settings (EOL style) or not the correct encoding for the files. This is a certain way to get strange test results. Write the comparison strings to a file and open it with a hex

RE: Putting instrumented classes on the classpath

2009-07-10 Thread lvdpal
Nobody else has any ideas? -- View this message in context: http://www.nabble.com/Putting-instrumented-classes-on-the-classpath-tp24183679p24425518.html Sent from the Maven - Users mailing list archive at Nabble.com. - To

How to use maven-scm-plugin with subversion and without a command line

2009-07-10 Thread Benson Margulies
The doc for the svn piece of the scm-plugin has several tantalizing hints that suggest that there is some way to use an API to svn instead of running commands. Since I've got some people on Windows with cygwin, where the command line is not working, I'd like to try that out. Could someone please

Re: Preventing Inclussion of Multiple Versions

2009-07-10 Thread daniel.green
Wes Wannemacher wrote: If you find some inconsistencies, let me know and I'll fix them up, Thank you! I appreciate the offer and will get back to you if I find any. I switched to org.freemarker, and realized tabletags was the oddball and excluded freemarker:freemarker from that. Problem

Re: Site generation tutorials?

2009-07-10 Thread Fiona Mahon
I would like to hear an answer to this one too. I have a multimodule project also. Site generation only generations a site with the information contained in the parent.xml (that all the modules reference), and nothing from each of the modules e.g. there are no contributors listed as all this

[OT] The real identity of Martin (WAS Re: Site generation tutorials?)

2009-07-10 Thread Antonio Petrelli
Aha! Martin you are a bot then! You seem to have some sort of text-scraping sw that tries to identify questions and try to answer. Antonio 2009/7/9 Martin Gainty mgai...@hotmail.com: seems specific to web-application basedir or build folder parameters what is the J2EE Server you are using?

Re: Excluding all jboss provided

2009-07-10 Thread daniel.green
Thank you for the idea! Creating a dependencyManagement section for jboss libraries would probably useful for more people than just me. Any suggestions as to where I should start? That's a fair amount of data to collect... Anders Hammar wrote: Starting with Maven 2.0.9 there is a possibility

Filesize changes during assembly

2009-07-10 Thread bshepherd
I have a Solaris executable checked in to my subversion repository. When I build on windows via maven, all is fine. When I build on Red Hat (server where Hudson performs the build), the file size is the wrong size. File size in the repository is 753004. After build on Red Hat, the file size in

Re: Site generation tutorials?

2009-07-10 Thread Benson Margulies
Due to some issues that are visible in JIRA for MSITE, I found that some trickery was needed to get the site plugin version 1.2 to work for a multi-module project with a structure of top-level, parent, users-of-parent. In the top-level POM: properties !-- where to deploy the site --

Re: mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-10 Thread David Weintraub
I actually don't want to install these jars/wars/hars into my repository because they aren't really separate components. No other project of ours uses them. Instead, I'm trying to build a multi-part project which consists of two built wars, a built har, three built jars, plus all of the dependent

Problem getting javasvn to work with build number plugin Click to flag this post

2009-07-10 Thread stug23
Has anyone been successful in getting the javasvn provider for the build number plugin to work? I posted this question to codehaus-mojo/mojo-user forum with the details: http://www.nabble.com/Problem-getting-javasvn-to-work-with-build-number-plugin-td24419164.html TIA! -- View this message

Re: mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-10 Thread Stephen Connolly
2009/7/10 David Weintraub qazw...@gmail.com I actually don't want to install these jars/wars/hars into my repository because they aren't really separate components. No other project of ours uses them. Instead, I'm trying to build a multi-part project which consists of two built wars, a built

Re: mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-10 Thread David Weintraub
Still a bit confused. The Assembly plugin's documentation says it runs a lifecyle package before creating the assembly. The only thing I can think of is that assembly:assembly is running a separate package against each and every pom.xml separately. I did a mvn clean verify and everything runs.

Re: mvn assembly:assembly won't package jars and ears, but mvn package will

2009-07-10 Thread Tim O'Brien
Move your assembly into a project separate from the root and then make it dependent on the ear project. Don't reference an artifact across project boundaries using relative directories in an assembly descriptor. Declare dependencies and use the local repository as the medium to store and

maven spring eclipse and properties/spring config

2009-07-10 Thread Vincent Fumo
I'm converting an old project to maven and I have a question re: spring. This project has about 20 spring config files and it reads them all in on startup and uses the In addition I have 4 properties files (local/dev/qa/prod) that I'd like to use to inject/filter/substitute values into them