Re: maven repository

2006-08-14 Thread Milos Kleint
On 8/15/06, Brett Porter <[EMAIL PROTECTED]> wrote: Got it. So, we can "guess" by removing the repository manager URL from the front of the repository URL in the user POM. not sure I understand here.. The other alternative - what about if we stored it in metadata in the root of the reposito

Re: [m2] ids of repositories are inconsistently used in poms

2006-08-14 Thread Carlos Sanchez
for now we try to standardize on codehaus.org, apache.org, ... On 8/14/06, Barrie Treloar <[EMAIL PROTECTED]> wrote: In plexus-1.0.8-SNAPSHOT.pom apache-snapshots Snapshot repository http://people.apache.org/maven-snapshot-repository false

Re: Writing CM Synergy plugin for Maven

2006-08-14 Thread Trygve Laugstøl
(In the future, do not set the Reply-To header for messages intended to be answered publicly) On Mon, 2006-08-14 at 17:57 +, Julien HENRY wrote: > Hi, > > My next job (on september) will be to write a plugin for CM Synergy. > I'm already an advanced user of Maven 2, and I have already used >

[m2] ids of repositories are inconsistently used in poms

2006-08-14 Thread Barrie Treloar
In plexus-1.0.8-SNAPSHOT.pom apache-snapshots Snapshot repository http://people.apache.org/maven-snapshot-repository false codehaus-snapshots Codehaus Snapshot Development Repository http://snapshots.repository.codehaus.org

Re: maven repository

2006-08-14 Thread Brett Porter
Got it. So, we can "guess" by removing the repository manager URL from the front of the repository URL in the user POM. The other alternative - what about if we stored it in metadata in the root of the repository? So you request: http://localhost:8080/releases/maven-metadata.xml And it has

Re: maven repository

2006-08-14 Thread Milos Kleint
On 8/15/06, Brett Porter <[EMAIL PROTECTED]> wrote: Hi Milos, I'm a bit lost as to what you need. So, say you have a repository manager at http://localhost:8080/ Then you have managed repositories called "snapshots" and "releases". ok, these names are the ones defined in the repository manag

Re: Integration testing plugins

2006-08-14 Thread John Casey
Actually, pointing at a different local repo for the purposes of a build is trivial. However, in the case of testing a plugin, you have to install the plugin somewhere, then run a build that uses that plugin...this is not the case with anything other than Maven components, which makes it an except

RSYNC Request

2006-08-14 Thread Craig McClanahan
Please rsync the Apache directory "/www/people.apache.org/repo/m2-ibiblio-repository/org/apache/shale" to the ibiblio repository. This will pick up version 1 of the shale-master POM, so that it can be depended on by an upcoming Shale 1.0.3 release. Thanks, Craig McClanahan

Re: maven repository

2006-08-14 Thread Brett Porter
Hi Milos, I'm a bit lost as to what you need. So, say you have a repository manager at http://localhost:8080/ Then you have managed repositories called "snapshots" and "releases". You will be able to access those repositories at: http://localhost:8080/snapshots/ and http://localhost:8080/rele

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Arnaud HERITIER
+1 for Archiva Arnaud On 8/14/06, John Casey <[EMAIL PROTECTED]> wrote: +1 (late) for archiva. has a nice ring to it... On 8/14/06, Jesse McConnell <[EMAIL PROTECTED]> wrote: > > +1 archiva > > archivist ought to the a user role in the app :) > > On 8/14/06, Edwin Punzalan <[EMAIL PROTECTED]>

Re: Assembly - profile bug

2006-08-14 Thread John Casey
The problem is that it's probably a poorly named element. It was meant to help with profile-group semantics, where your build would activate one of a set of profiles...or, if none were explicitly activated, then one of them would be activated by default. If you'd like a different behavior, I'd su

What do you think: add new "endorsed" dependency scope?

2006-08-14 Thread SingleShot
I have several cases where I need to override the default JDK implementations via the Java endorsed JAR override mechanism (for example, by setting java.endorsed.dirs). When I create a software distribution, I use the assembly plugin to place all runtime dependencies in a lib directory, and to pla

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread John Casey
+1 (late) for archiva. has a nice ring to it... On 8/14/06, Jesse McConnell <[EMAIL PROTECTED]> wrote: +1 archiva archivist ought to the a user role in the app :) On 8/14/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > > I'm changing my vote to Archiva, too... thanks to Martin. ^_^ > > > Bret

Writing CM Synergy plugin for Maven

2006-08-14 Thread Julien HENRY
Hi,My next job (on september) will be to write a plugin for CM Synergy. I'm already an advanced user of Maven 2, and I have already used several scm (CVS, SVN and VSS). Could you give me some tips that will help me writing such a plugin?ThanksJulien

m2eclipse and transitive dependencies

2006-08-14 Thread Graham Leggett
Hi all, Do transitive dependencies work within m2eclipse v0.0.9? In the case where eclipse project A depends on eclipse project B, and eclipse project B has a dependency on foo.jar, foo.jar is not made available to eclipse project A, and the build fails. There also seems to be no way of refr

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Jesse McConnell
+1 archiva archivist ought to the a user role in the app :) On 8/14/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote: I'm changing my vote to Archiva, too... thanks to Martin. ^_^ Brett Porter wrote: > We currently have: > > Curator: 13 > Librarian: 2 > Archiva: 7 > > (this is assuming Martin an

Re: Progress update Re: [VOTE] Rename repository manager (Martin made me do it!)

2006-08-14 Thread Joakim Erdfelt
For the record, yes, I change my vote to Archiva as well. - Joakim Brett Porter wrote: We currently have: Curator: 13 Librarian: 2 Archiva: 7 (this is assuming Martin and Joakim voted for Archiva) While I said 72 hours, that fell over the weekend so I'll look at this again in 12 hours. I'

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Edwin Punzalan
I'm changing my vote to Archiva, too... thanks to Martin. ^_^ Brett Porter wrote: We currently have: Curator: 13 Librarian: 2 Archiva: 7 (this is assuming Martin and Joakim voted for Archiva) While I said 72 hours, that fell over the weekend so I'll look at this again in 12 hours. I'm st

Re: VS: Maven Repository manager

2006-08-14 Thread Brett Porter
Hi, Sorry, but I'm not sure how you got that JAR. If you run: mvn jetty:run, nothing is created in there as it runs it from the current layout. If you run: mvn install, I get: target/maven-repository-webapp.war - Brett On 10/08/2006 5:40 PM, Naess, Ronny wrote: Hi. Brett gave me this tips

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Jason van Zyl
On 14 Aug 06, at 10:59 AM 14 Aug 06, Kenney Westerhof wrote: If changing votes is allowed: +1 for Archivist (as the word 'Archiva' doesn't exist and it's meaning unclear). It's the latin root for archive. As Martin van den Bemt said, Curator is a no-no in .nl ;) -- Kenney Emmanuel Ven

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Arik Kfir
I'd like to change my (user) vote to Archiva (rather than Archivist, because Archiva sounds better IMO) 2006/8/14, Fabrizio Giustina <[EMAIL PROTECTED]>: +1 for Archivist fabrizio On 8/14/06, Brett Porter <[EMAIL PROTECTED]> wrote: > We currently have: > > Curator: 13 > Librarian: 2 > Archiva

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Fabrizio Giustina
+1 for Archivist fabrizio On 8/14/06, Brett Porter <[EMAIL PROTECTED]> wrote: We currently have: Curator: 13 Librarian: 2 Archiva: 7 (this is assuming Martin and Joakim voted for Archiva) While I said 72 hours, that fell over the weekend so I'll look at this again in 12 hours. I'm starting

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Mike Perham
I'm fine with Archiva instead of Curator too. Emmanuel Venisse <[EMAIL PROTECTED]> wrote on 08/14/2006 09:47:29 AM: > Brett, > > I change my vote. I vote now for Archiva > > Emmanuel > > Brett Porter a écrit : > > We currently have: > > > > Curator: 13 > > Librarian: 2 > > Archiva: 7 > > > >

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Kenney Westerhof
If changing votes is allowed: +1 for Archivist (as the word 'Archiva' doesn't exist and it's meaning unclear). As Martin van den Bemt said, Curator is a no-no in .nl ;) -- Kenney Emmanuel Venisse wrote: Brett, I change my vote. I vote now for Archiva Emmanuel Brett Porter a écrit : We c

Re: Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Emmanuel Venisse
Brett, I change my vote. I vote now for Archiva Emmanuel Brett Porter a écrit : We currently have: Curator: 13 Librarian: 2 Archiva: 7 (this is assuming Martin and Joakim voted for Archiva) While I said 72 hours, that fell over the weekend so I'll look at this again in 12 hours. I'm star

Stuck ! (was Re: Doxia module)

2006-08-14 Thread Arnaud Bailly
Hello, I still have troubles with doxia while trying to add a new module. I can see from posts in the users list that other people have troubles with using non standard modules like twiki. I tried copying my muse module to doxia-modules, it works fine and compiles ok, but I am left with the proble

Re: [VOTE] Rename repository manager

2006-08-14 Thread Tomasz Pik
On 8/10/06, Brett Porter <[EMAIL PROTECTED]> wrote: Please vote for one of the following names: [x] Archiva Non-binding +1 Tomek Pik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

maven repository

2006-08-14 Thread Milos Kleint
Hello, I've been using the maven repository manager/indexer for a while now, it seems to work fine for indexing and searching local repository however when trying to incorporate remote repositories content I ran into trouble that seem to be on the design level. Ideal usecase: each remote reposi

Progress update Re: [VOTE] Rename repository manager

2006-08-14 Thread Brett Porter
We currently have: Curator: 13 Librarian: 2 Archiva: 7 (this is assuming Martin and Joakim voted for Archiva) While I said 72 hours, that fell over the weekend so I'll look at this again in 12 hours. I'm starting to lean towards Archiva or a new one: Archivist (according to Wikipedia, "An a

Re: [VOTE] Rename repository manager

2006-08-14 Thread Jason van Zyl
On 14 Aug 06, at 8:08 AM 14 Aug 06, Joakim Erdfelt wrote: Excellent point. We should take in consideration international meanings of the words. Food for thought - http://www.intuitive.com/globalsoftware/gs- chap5.html Relying on Latin-ish (Archiva) or made up words (Archivarius) would be f

Re: [VOTE] Rename repository manager

2006-08-14 Thread Stephane Nicoll
On 9 Aug 06, at 7:57 PM 9 Aug 06, Brett Porter wrote: Please vote for one of the following names: [ ] Archiva +1 -- .::You're welcome ::. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE] Rename repository manager

2006-08-14 Thread Joakim Erdfelt
Excellent point. We should take in consideration international meanings of the words. Food for thought - http://www.intuitive.com/globalsoftware/gs-chap5.html Relying on Latin-ish (Archiva) or made up words (Archivarius) would be for the best. BTW, Martin, what would you vote for? - Joakim

RE: Using Multiple JDKs

2006-08-14 Thread Jörg Schaible
Hi Jan, Jan Nielsen wrote on Friday, August 11, 2006 11:32 PM: > I'm a newbie to Maven and Continuum, so aplogies if this is > obvious. I'm > not sure if this is a Maven question or Continuum question, > or perhaps > both, so I thought I'd try here first. > > When dealing with multiple projects