Generate Source problem due to org.jvnet.jaxb2.maven2 plugin 0.4.M3 plugin overriding 0.7.1

2013-10-28 Thread Rajesh Singh Rathore
Hello Everyone, I am facing strange problem while generating sources from XSD, I am having multiple modules in my project and some of old modules are using org.jvnet.jaxb2.maven2 plugin 0.4.M3. New module is using version 0.7.1 of org.jvnet.jaxb2.maven2 plugin. It works fine while building

Re: Generate Source problem due to org.jvnet.jaxb2.maven2 plugin 0.4.M3 plugin overriding 0.7.1

2013-10-28 Thread Anders Hammar
Yes, Maven 2.0.10 can't handle different plugin classpaths for the modules. Either align the versions or (preferably) upgrade to Maven 3.0.4+. /Anders On Mon, Oct 28, 2013 at 7:55 AM, Rajesh Singh Rathore rajesh.rath...@zensar.in wrote: Hello Everyone, I am facing strange problem while

Re: Adding to Books on Maven?

2013-10-28 Thread Michael Hüttermann
Hello, you may be interested in adding Agile ALM (http://www.manning.com/huettermann/) as well. It covers Maven in many different chapters. In the book, Maven is used as a backbone to set up a comprehensive application lifecycle management. The book provides both the big picture and a lot of

RE: Generate Source problem due to org.jvnet.jaxb2.maven2 plugin 0.4.M3 plugin overriding 0.7.1

2013-10-28 Thread Rajesh Singh Rathore
Thanks Anders for you reply, I upgraded maven to version 2.2.1 and it worked like a charm :) -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: 28 October 2013 12:36 To: Maven Users List Subject: Re: Generate Source

Re: Best Practice for testing code that uses provided dependencies

2013-10-28 Thread Ron Wheeler
On 27/10/2013 10:36 PM, Russell Gold wrote: On Oct 27, 2013, at 9:38 PM, Ron Wheeler rwhee...@artifact-software.com mailto:rwhee...@artifact-software.com wrote: On 27/10/2013 7:59 PM, Russell Gold wrote: I’m actually running into the same issue, and my plan was s to take advantage of the

RE: Generate Source problem due to org.jvnet.jaxb2.maven2 plugin 0.4.M3 plugin overriding 0.7.1

2013-10-28 Thread Anders Hammar
Strange, Maven 2.2.1 should have the same problem. It was fixed in Maven 3. /Anders (mobile) Den 28 okt 2013 12:55 skrev Rajesh Singh Rathore rajesh.rath...@zensar.in : Thanks Anders for you reply, I upgraded maven to version 2.2.1 and it worked like a charm :) -Original Message-

RE: Generate Source problem due to org.jvnet.jaxb2.maven2 plugin 0.4.M3 plugin overriding 0.7.1

2013-10-28 Thread Rajesh Singh Rathore
Hmmm, I was having v2.2.1 handy so used it and it worked. I have also tried with v3.1.1 but having build errors due to required compiler version and I am not having any control on local maven repository :( Regards, Rajesh Rathore -Original Message- From: anders.g.ham...@gmail.com

Re: Maven shade plugin: Retaining origin file timestamps

2013-10-28 Thread Kranthi Jajula
For now, as a work around, I wrote a shell script that after the shading process rewrites the timestamps of clojure files to sometime in the past. I am using maven-exec-plugin to run that shell script. -- View this message in context:

Re: Adding to Books on Maven?

2013-10-28 Thread George Wilson
That's not a pinguicula on the cover is it? On Fri, Oct 25, 2013 at 8:29 AM, Russell Gold r...@gold-family.us wrote: How does one get added to the list of available Maven publications on the site (http://maven.apache.org/articles.html)? - Author, Getting Started with Apache

checkstyle ignores multiple excludes?

2013-10-28 Thread Benson Margulies
plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-checkstyle-plugin/artifactId version2.10/version configuration excludes**/org/apache/**,**/log4j.properties/excludes /configuration

preserve original timestamps while creating archive with the assembly plugin

2013-10-28 Thread Steve Cohen
When creating an assembly, I would like the timestamps of each file stored within the archive to be the same as those on the files being assembled. Is this possible - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org