Re: ApacheCon/OSSummit roll call!

2007-10-29 Thread Kevin Jackson
> I'm also interested in organising a Maven project BOF at each. Any > thoughts? Could we discuss a way to allow the parser to include xml fragments to prevent duplicate xml? AFAIK the problem is with the plexus XML parser that doesn't support entities > [ ] I'll be at ApacheCon US in Atlanta >

Re: modello - maven.mdo

2007-09-28 Thread Kevin Jackson
Hi, > The Java sources, xml reader/writer (for various tools like xpp3, > jdom), XSD, and documentation. All comes from the same model. >From the same xml file (maven.mdo)? Because searching for an io package, or any xpp3 reference fails (eyeballing or running text search tools). I'm missing som

modello - maven.mdo

2007-09-28 Thread Kevin Jackson
Hi, I'm trying to wrap my head around how mvn 2.0.x is built and I'm a little confused by the maven.mdo file. It seems as if the entire org.apache.maven.model package is auto-generated by reading an xml model and spitting out java (why?) However in the actual model description, I can find no ref

Re: mvn question

2007-07-13 Thread Kevin Jackson
Hi, I'm sure I answered this question (or someone else asking it) on dev@ the other day... I also would really prefer you ask on the users list so there's a permanent record (even if you need to privately ping me to take a look there). Sorry I checked the dev list archive before contacting you

Accessing command line properties

2007-07-10 Thread Kevin Jackson
Hi all, I have a unit test which has to behave differently based on if the test is being run normally or if the test is running within mvn with the -o (offline switch) option. With mvn 2.0.4, I could look at the environment variables being set (QUOTED_ARGS for linux and MVN_CMD_LINE_ARGS for win

M2 Cargo plugin now found...

2006-10-31 Thread Kevin Jackson
Hi all, The problem I just spent 2 hours banging my head against was related to where I declared the cargo-maven2-plugin Declare the plugin under and it downloads fine, declare it under and you get *NO* information about why it won't download I'd like to suggest to any mvn2 devs lurking that