[ 
https://issues.apache.org/jira/browse/ARCHETYPE-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Osipov closed ARCHETYPE-230.
------------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period 
of time. If you think this issue still applies, retest your problem with the 
most recent version of Maven and the affected component, reopen and post your 
results.

> Allow to include SCM files in the Archetype
> -------------------------------------------
>
>                 Key: ARCHETYPE-230
>                 URL: https://issues.apache.org/jira/browse/ARCHETYPE-230
>             Project: Maven Archetype
>          Issue Type: Improvement
>    Affects Versions: 2.0-alpha-4
>            Reporter: Felipe Kamakura
>
> Currently it's not possible to "undefault" the default exclusions of SCM 
> files like _.cvsignore_ for example. It would be nice to allow the inclusion 
> of these files in the archetype.
> \\
> \\
> {code}
> public static final String[] DEFAULTEXCLUDES =
>         { // Miscellaneous typical temporary files
>             "**/*~", "**/#*#", "**/.#*", "**/%*%", "**/._*",
>             // CVS
>             "**/CVS", "**/CVS/**", "**/.cvsignore",
>             // SCCS
>             "**/SCCS", "**/SCCS/**",
>             // Visual SourceSafe
>             "**/vssver.scc",
>             // Subversion
>             "**/.svn", "**/.svn/**",
>             // Arch
>             "**/.arch-ids", "**/.arch-ids/**",
>             // Bazaar
>             "**/.bzr", "**/.bzr/**",
>             // SurroundSCM
>             "**/.MySCMServerInfo",
>             // Mac
>             "**/.DS_Store"
>         };
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to