How to : Build non-java artifacts ?

2005-03-24 Thread Ha ryon
Hi, Instead of reinventing a build system, I am currently trying to use maven concepts and engines to compile and document non-java projects. In the instance, I'm working on building up NWN (Neverwinter Nights : a computer game) custom content package add-ons. The 'sources' are xml files, 3D model

Generate Download Page ?

2005-03-24 Thread Ha ryon
Is there a command, trick, or plugin I missed that would automatically generated the download page (that is a page where a list of version and link to where they can be downloaded from ) when doing mave:site ? thanks in advance -

Re: Generate Download Page ?

2005-03-24 Thread Ha ryon
M for each version you > wish to have a download link for. > > -Vincent > > > -Original Message- > > From: Ha ryon [mailto:[EMAIL PROTECTED] > > Sent: jeudi 24 mars 2005 16:59 > > To: Maven List > > Subject: Generate Download Page ? > > >

Re: Depend on this project's classes during its build vs. its artifact during other builds??

2005-03-29 Thread Ha ryon
else you could have initdb depend on a property, that you would set in projectA to ${maven.build.dest} and in projectB project.properties you would change it to something else. would it work ? If initbd is called from projectB probably. On Mon, 28 Mar 2005 15:20:50 -0800, dan tran <[EMAIL PROTECT