Hi All,
John Casey wrote:
>
> Hi everyone,
>
> I'd like to make sure we're all on the same page with the plugin
> auto-version resolution stuff that we've been discussing lately (on the
> assembly-plugin vote thread, for one thing). I think it's clear that we
> cannot continue to allow Maven t
Hi,
The IsolatedClassLoader class in the surefire module has the following
line of code:
private ClassLoader parent = ClassLoader.getSystemClassLoader();
I believe this is causing a recursive loop when I try to explicitly use
this class as the system classloader. Its only purpose is a very m
On Tue, 2006-08-01 at 11:52 +1200, Simon Kitching wrote:
> On Tue, 2006-08-01 at 11:15 +1200, Simon Kitching wrote:
> > On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote:
> > > Allan Ramirez wrote:
> > > > Hi everyone,
> > > >
> > > >
On Tue, 2006-08-01 at 11:15 +1200, Simon Kitching wrote:
> On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote:
> > Allan Ramirez wrote:
> > > Hi everyone,
> > >
> > > Just updated the docs of the surefire plugin. I hope you dont mind if
> > > yo
On Fri, 2006-07-28 at 20:05 +0200, Dennis Lundberg wrote:
> Allan Ramirez wrote:
> > Hi everyone,
> >
> > Just updated the docs of the surefire plugin. I hope you dont mind if
> > you take a look and give me some feedback about it. Thanks
> >
> > staging site can be found here
> > http://people
Hi,
I'm writing a patch to maven-jar-plugin. The code compiles fine, and
runs the tests ok. However it fails shortly after, with a message I
can't understand.
I suspect the failure is in the "package" phase, when running the "jar"
goal to create a jar. Rather ironic :-)
The version I'm building
On Wed, 2006-07-26 at 08:42 +0930, Barrie Treloar wrote:
> I'm not sure if http://snapshots.maven.codehaus.org/maven2 resolves to
> http://snapshots.repository.codehaus.org (having just checked they
> don't appear to)
Thanks, the first url above did the trick. Maybe these are the maven2
and maven1
Hi,
I'm trying to build the trunk checkout of maven-jar-plugin in order to
create a patch for http://jira.codehaus.org/browse/MJAR-30.
I've got maven-2.0.4 installed, and in the root dir of the
maven-jar-plugin dir am running this:
mvn install
However I'm getting this (message trimmed somewhat
Reporter: Simon Kitching
The loop
is flawed. When the class is not present, the action does NOT reset
$classPresent to a false value; instead, its previous value is left unaltered
(ie is the value from the previous time around the loop).
So a sourceModified clause with a
Hi,
There is currently no way, as far as I know, for a project.xml/pom.xml
to express which minimum version of java the project requires in order
to run.
This is extremely useful information to document.
It could also be used to automatically set the maven.compile.target
value.
This info could
10 matches
Mail list logo