Re: timestamp plugins and build reproductibility

2008-07-30 Thread nicolas de loof
Yes, I fixed the issue but updating the plugin timestamp to -7. Thanks. Nicolas. 2008/7/30 Benjamin Bentmann <[EMAIL PROTECTED]> > nicolas de loof wrote: > > I went into an issue with the release plugin : >> >> java.lang.NoSuchMethodError: createArg >>at >> >> org.apache.maven.shared.re

Re: timestamp plugins and build reproductibility

2008-07-30 Thread Benjamin Bentmann
nicolas de loof wrote: I went into an issue with the release plugin : java.lang.NoSuchMethodError: createArg at org.apache.maven.shared.release.exec.ForkedMavenExecutor.executeGoals(ForkedMavenExecutor.java:79) Just in case you didn't already find out yourself: The problem was that m

timestamp plugins and build reproductibility

2008-07-30 Thread nicolas de loof
Hello, I went into an issue with the release plugin : I'm using SNAPSHOT plugins, and to make my build reproductible I fixed the versions to timestamps. This worked fine until today as I get : java.lang.NoSuchMethodError: createArg at org.apache.maven.shared.release.exec.ForkedMavenExecu