You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stevo Slavic (JIRA)" <ji...@codehaus.org> on 2009/10/01 14:12:56 UTC

[jira] Created: (ARCHETYPE-258) Support excluding files from to-be-created archetype

Support excluding files from to-be-created archetype
----------------------------------------------------

                 Key: ARCHETYPE-258
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-258
             Project: Maven Archetype
          Issue Type: Wish
          Components: Creator
    Affects Versions: 2.0-alpha-4
            Reporter: Stevo Slavic


Please support configuration option for archetype:create-from-project mojo to exclude ((eclipse) IDE specific) files and directories (like .project, .classpath, .settings, .svn) when creating an archetype.

-- 
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

        

[jira] Commented: (ARCHETYPE-258) Support excluding files from to-be-created archetype

Posted by "Jordan Zimmerman (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/ARCHETYPE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252150#action_252150 ] 

Jordan Zimmerman commented on ARCHETYPE-258:
--------------------------------------------

FYI - I've implemented support for this in a forked version of the plugin at: https://github.com/Randgalt/Maven-Archetype

> Support excluding files from to-be-created archetype
> ----------------------------------------------------
>
>                 Key: ARCHETYPE-258
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-258
>             Project: Maven Archetype
>          Issue Type: Wish
>          Components: Creator
>    Affects Versions: 2.0-alpha-4
>            Reporter: Stevo Slavic
>
> Please support configuration option for archetype:create-from-project mojo to exclude ((eclipse) IDE specific) files and directories (like .project, .classpath, .settings, .svn) when creating an archetype.

-- 
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

        

[jira] Issue Comment Edited: (ARCHETYPE-258) Support excluding files from to-be-created archetype

Posted by "Guillaume Boucherie (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/ARCHETYPE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=280740#comment-280740 ] 

Guillaume Boucherie edited comment on ARCHETYPE-258 at 10/7/11 2:19 AM:
------------------------------------------------------------------------

I just add a patch for this case.
Its add a property archetypeExcludedPatterns to the mojo, this value will be used by FilesetArchetypeCreator in resolveFileNames in addition to default exclude patterns.

      was (Author: clettebou):
    I just add a path for this case.
Its add a property archetypeExcludedPatterns to the mojo, this value will be used by FilesetArchetypeCreator in resolveFileNames in addition to default exclude patterns.
  
> Support excluding files from to-be-created archetype
> ----------------------------------------------------
>
>                 Key: ARCHETYPE-258
>                 URL: https://jira.codehaus.org/browse/ARCHETYPE-258
>             Project: Maven Archetype
>          Issue Type: Wish
>          Components: Creator
>    Affects Versions: 2.0-alpha-4
>            Reporter: Stevo Slavic
>         Attachments: ARCHETYPE-258.patch
>
>
> Please support configuration option for archetype:create-from-project mojo to exclude ((eclipse) IDE specific) files and directories (like .project, .classpath, .settings, .svn) when creating an archetype.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ARCHETYPE-258) Support excluding files from to-be-created archetype

Posted by "Guillaume Boucherie (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/ARCHETYPE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Boucherie updated ARCHETYPE-258:
------------------------------------------

    Attachment: ARCHETYPE-258.patch

I just add a path for this case.
Its add a property archetypeExcludedPatterns to the mojo, this value will be used by FilesetArchetypeCreator in resolveFileNames in addition to default exclude patterns.

> Support excluding files from to-be-created archetype
> ----------------------------------------------------
>
>                 Key: ARCHETYPE-258
>                 URL: https://jira.codehaus.org/browse/ARCHETYPE-258
>             Project: Maven Archetype
>          Issue Type: Wish
>          Components: Creator
>    Affects Versions: 2.0-alpha-4
>            Reporter: Stevo Slavic
>         Attachments: ARCHETYPE-258.patch
>
>
> Please support configuration option for archetype:create-from-project mojo to exclude ((eclipse) IDE specific) files and directories (like .project, .classpath, .settings, .svn) when creating an archetype.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ARCHETYPE-258) Support excluding files from to-be-created archetype

Posted by "Ryan Connolly (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/ARCHETYPE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=252286#action_252286 ] 

Ryan Connolly commented on ARCHETYPE-258:
-----------------------------------------

Jordan: Just curious why you opted to fork this instead of contributing a patch to this project?

> Support excluding files from to-be-created archetype
> ----------------------------------------------------
>
>                 Key: ARCHETYPE-258
>                 URL: http://jira.codehaus.org/browse/ARCHETYPE-258
>             Project: Maven Archetype
>          Issue Type: Wish
>          Components: Creator
>    Affects Versions: 2.0-alpha-4
>            Reporter: Stevo Slavic
>
> Please support configuration option for archetype:create-from-project mojo to exclude ((eclipse) IDE specific) files and directories (like .project, .classpath, .settings, .svn) when creating an archetype.

-- 
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