You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Alexander Hars <do...@inventivio.com> on 2005/10/26 11:56:46 UTC

archetype -- creating empty folders ?

Hi,

is it possible to instruct a custom archetype to create an empty folder?

I tried with
<sources>
   <source>src/main/java/</source>
 </sources>  //raises an error

and
<sources>
   <sourceDir>src/main/java/</sourceDir>
</sources> //didn't work

I was not able to find an example in the maven archetype plugins.

Thanks
 - Alexander

PS. Thank you for the excellent replies on the the earlier question on 
archetype creation. I have put together a step-by-step document about 
archetype creation which I will post once I have an answer to this 
question.


>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org