Re: [archiva 1] changing the Identifier name of a REPO?

2008-01-09 Thread Steven Cummings
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Steven Cummings

Can modules by specified with coordinates instead of a simple name/path?

2007-06-20 Thread Steven Cummings
les can be stored more or less independently and find each other using maven coordinates. Is this possible? I have seen no documentation or discussion describing this, so I figure you can't do it. As always though, I had to ask. Thanks! -- Steven Cummings

Remote API for 1.1

2007-06-15 Thread Steven Cummings
specifies operation names and *java* types to use with them. Just trying to inspect local instances, I get "302 Moved Temporarily" that python's xmlrpclib won't follow (Py 2.5). [1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Thanks ahead of time for any help. -- Steven Cummings

Re: Need testSourceDirectory to come before dependencies on classpath during surefire run

2007-05-24 Thread Steven Cummings
fic use case for this? it seems like you'd probably be better off with a design change than relying on classpath ordering. On 5/23/07, Steven Cummings <[EMAIL PROTECTED]> wrote: > Hello, > > I looked in the archives before posting and the closest thing I could find >

Need testSourceDirectory to come before dependencies on classpath during surefire run

2007-05-23 Thread Steven Cummings
ell surefire to order the testSourceDirectory before any dependencies on the classpath when it runs? Thanks. -- Steven Cummings