Re: Are group/artifact IDs case sensitive to maven?

2007-10-07 Thread Maria Odea Ching
Hi Yan, Do you mean the paths (groupId/artifactId/version) and the filename of the artifact? In that context, I believe it depends on your OS.. in Linux it is case-sensitive while in Windows it isn't. HTH, Deng Yan Huang wrote: Hello, Are group/artifact IDs case sensitive to maven? I did

Re: Plugin to verify generated artifact structure?

2007-10-07 Thread Manos Batsis
Quoting Wendy Smoak [EMAIL PROTECTED]: On 10/6/07, Manos Batsis [EMAIL PROTECTED] wrote: ... maybe based on an XML descriptor or something? Or even ideas on what to reuse here? I really need this (I keep messing around with my builds, breaking my distributions along the way) and will

Re: release/buildnumber plugin

2007-10-07 Thread Maria Odea Ching
I used the release plugin a few weeks back and it worked fine for me. Have you tried release:clean, then release:perform again? -Deng John Coleman wrote: Hi, I just did a release:perform today and it failed. We have done a few before fine. The buildnumber plugin throws an error due to

Menu element for modules getting removed from site.xml

2007-10-07 Thread Wendy Smoak
I have a master pom with a companion src/site/site.xml. When I install or deploy the pom, the site.xml file also gets put in the local or remote repo. ... except that the menu ref=modules / tag is *not* in the deployed site.xml. I've changed other things, such as misspelling 'parent' in the

Re: Menu element for modules getting removed from site.xml

2007-10-07 Thread Heinrich Nirschl
On 10/7/07, Wendy Smoak [EMAIL PROTECTED] wrote: I have a master pom with a companion src/site/site.xml. When I install or deploy the pom, the site.xml file also gets put in the local or remote repo. ... except that the menu ref=modules / tag is *not* in the deployed site.xml. I've

Re: Menu element for modules getting removed from site.xml

2007-10-07 Thread Wendy Smoak
On 10/7/07, Heinrich Nirschl [EMAIL PROTECTED] wrote: I checked some of my projects, the menu ref=modules / gets expanded to a list of all modules. Do you have modules defined in your pom? If not, this may explain why it disappears. Does this happen in site.xml in the repository?Or are

Re: Fw: Suggested best practice for arranging projects

2007-10-07 Thread Insitu
Hello, Not sure about point 2. but what about collecting the wsdl and API part of the web services in a single project that will be depended upon by the other ones ? This is the standard approach for non J2EE projects and more generally an application of the old segragation of interface and

Re: Site generation with modello fails

2007-10-07 Thread Hervé BOUTEMY
I looked at Modello code (and fixed the elememt typo :) ) It seems you didn't define any class as root element, ie a class with rootElement=true: this root element is not necessary to generate classes, but it is used by xdoc generation to know which class to set at the top of the XML document.

Re: Simple WAR file question

2007-10-07 Thread Kram
Anyone have any idea on this one? -- View this message in context: http://www.nabble.com/Simple-WAR-file-question-tf4573507s177.html#a13088353 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe,

Repository Central is blacklisted?

2007-10-07 Thread siegfried
I'm trying to follow the instructions at http://cocoon.apache.org/2.2/1159_1_1.html Am I doing something wrong? Why would central be blacklisted? Thanks, Siegfried -bash-3.2$ pwd /usr/bin -bash-3.2$ cd c\:/dev/sandboxes/ -bash-3.2$ mkdir cocoon -bash-3.2$ mvn archetype:create