Re: Maven Version 3.0.4 compatibility with Java Version

2013-10-04 Thread Raghavendra Nandagopal
Thanks Russell Gold, It worked. I had installed in ubuntu through apt-get but then replaced it from the maven website download. It is working fine now. It is to do with some sort of installation that ubuntu does to maven version. Thanks, Raghavendra Nandagopal On Tue, Oct 1, 2013 at 11:45 PM,

define plugin excution in parent => execute goal on child only

2013-10-04 Thread Tomasz Majchrowski
Hi All, I'm working in environment for which we would like to centralize the build configuration. We are using already project parent to control centrally several versions of the plugins. Now we would like to extend it about controlling invoking of the plugins in order to minimize the amount of c

maven-eclipse-plugin - configure source and output-folders

2013-10-04 Thread Andreas Dolk
Hi all, we have a rather complex project structure with a lot of projects and a couple of code generators that produce java classes for production and test. The challenge now is to configure the build files so that a mvn eclipse:eclipse run will create all required source folders and set the corre

[ANN] Maven 3.1.1 Release

2013-10-04 Thread Jason van Zyl
Hi! The Apache Maven Team is pleased to announce the release of 3.1.1 The release notes can be found here: http://maven.apache.org/docs/3.1.1/release-notes.html The release can be downloaded from: http://maven.apache.org/download.cgi The changes in this release are as follows: Bug: [MNG-5459]

Re: Build error java.lang.IllegalArgumentException: Negative time, at java.io.File.setLastModified(File.java:1344)

2013-10-04 Thread Ron Wheeler
I added a comment to https://jira.codehaus.org/browse/MJAR-142 with my stacktrace and my workaround. Ron On 04/10/2013 7:27 AM, Stuart McCulloch wrote: Some related reports from 2011: https://jira.codehaus.org/browse/MJAR-142 https://jira.codehaus.org/browse/MWAR-255 AFAICT t

Re: Help configuring checkstyle Maven plugin

2013-10-04 Thread Dennis Lundberg
Hi Andrew, Which tutorial is out of date? If you give me your working config, I can update the tutorials if needed. On Thu, Sep 26, 2013 at 4:33 PM, Andrew Pennebaker wrote: > Ah, the tutorials for this are out of date. For version 2.10 of this > plugin, the stuff should go inside ``, not ``. >

Re: Build error java.lang.IllegalArgumentException: Negative time, at java.io.File.setLastModified(File.java:1344)

2013-10-04 Thread Kristian Rosenvold
Or alternately, there are cracks in the time-space continuum which is causing this. http://tardis.wikia.com/wiki/Time_Field Kristian (Who is planning to do plexus patches this weekend - hint hint) 2013/10/4 Stuart McCulloch : > Some related reports from 2011: > > https://jira.codehaus.

Re: Build error java.lang.IllegalArgumentException: Negative time, at java.io.File.setLastModified(File.java:1344)

2013-10-04 Thread Stuart McCulloch
Some related reports from 2011: https://jira.codehaus.org/browse/MJAR-142 https://jira.codehaus.org/browse/MWAR-255 AFAICT the PlexusIoFileResource is effectively doing setLastModified(file.lastModified()) to https://github.com/sonatype/plexus-io/blob/master/src/main/j