Re: [PROPOSAL] Survey to drive Maven 2.1 features and effort

2006-08-04 Thread Jason van Zyl
Hey John, When talking about the specific feature questions I think that these should align with the component in JIRA and the taxonomy we started working on (that I never finished). But I think we're starting to collect too many separate lists and we should create that list, and flesh it

Re: [PROPOSAL] Survey to drive Maven 2.1 features and effort

2006-08-04 Thread Jason van Zyl
On 4 Aug 06, at 6:44 PM 4 Aug 06, John Casey wrote: Hi everyone, I've been talking with quite a few people in back channels about putting together a survey for the Maven user community, in order to see whether we can find out what features they find important or in dire need of attention

[PROPOSAL] Survey to drive Maven 2.1 features and effort

2006-08-04 Thread John Casey
Hi everyone, I've been talking with quite a few people in back channels about putting together a survey for the Maven user community, in order to see whether we can find out what features they find important or in dire need of attention. Then, we can (hopefully) use this information to help prior

CI for M1 : Can I use a continuum instance somewhere ?

2006-08-04 Thread Arnaud HERITIER
Hi Guys, I would like to have a CI for m1 to deploy a daily snapshot of the m1 distrib. Where can I do that ? For m1 I think I'll need to use the ant script to be sure to bootstrap from scratch (I'll adapt it to create a custom bootstrap which generate the distrib). If possible I'll add 2 mav

Re: Doxia module

2006-08-04 Thread Vincent Siveton
Hi Arnaud, (For the next time, Doxia has an user mailing list: doxia-users@maven.apache.org ) If I understand as well (missing infos), you created a new Muse module, with a MuseSink. FYI, you need a plexus comment for your Sink, like /** * @plexus.component role="org.apache.maven.doxia.sink.Sink

Re: [discuss] A new name for the repository manager?

2006-08-04 Thread Allan Ramirez
I like Maven Curator. nhb wrote: Hi, Brett invited me to post an idea or two I had to the list: Maven Curator # The person responsible for developing and maintaining collections. http://www.lib.unc.edu/instruct/manuscripts/glossary/ # A person who catalogs and cares for artifacts after they

RE: Provide site descriptor? (was: Missing site descriptor)

2006-08-04 Thread Cabasson Denis
Following vincent, I worked on the modello-plugin-xdoc in order to handle correctly the Doxia Decoration Model. This has lead to the issue http://jira.codehaus.org/browse/MODELLO-56 where a patch is provided to upgrade the plugin (many thanks to vincent for fixing previous problem). The html gene

Re: getting sources into eclipse

2006-08-04 Thread Trygve Laugstøl
Berndq wrote: Hi, is there an easy way to get maven sources into a eclipse java project? (getting all the source folders right) I'd like to use eclipse to browse the sources. Run mvn eclipse:eclipse and it should generate the .project and .classpath files for each project. Thaught that th

getting sources into eclipse

2006-08-04 Thread Berndq
Hi, is there an easy way to get maven sources into a eclipse java project? (getting all the source folders right) I'd like to use eclipse to browse the sources. Thaught that there where some .project and .classpath files in svn but I cannot find them anymore. thanks! best regards Bernd --