You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marc Pasteur (JIRA)" <ji...@codehaus.org> on 2009/03/16 15:50:15 UTC

[jira] Commented: (ARCHETYPE-57) Support empty directory creation

    [ http://jira.codehaus.org/browse/ARCHETYPE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=169808#action_169808 ] 

Marc Pasteur commented on ARCHETYPE-57:
---------------------------------------

ok so since the revision 688113 i can effectively add a fileset over an empty directory and archetype generates it.
But how can i specify that my empties directorie have to be packaged ?
{code:xml} 
<fileSet packaged="true" encoding="UTF-8">
      <directory>src/main/java/actions</directory>
      <includes>
        <include>**/*</include>
      </includes>
</fileSet>
{code} 
with package : com.example

i would like to have 
src -> main -> java -> com -> example -> actions
and not
src -> main -> java -> actions -> com -> example

is there a way to do this ?



> Support empty directory creation
> --------------------------------
>
>                 Key: ARCHETYPE-57
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-57
>             Project: Maven Archetype
>          Issue Type: Improvement
>          Components: Creator
>    Affects Versions: 1.0-alpha-4
>            Reporter: Mark Hobson
>             Fix For: 2.0-alpha-4
>
>         Attachments: ARCHETYPE-57-patch
>
>
> archetype.xml currently provides no way of creating empty directories.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira