Allow to include SCM files in the Archetype
-------------------------------------------

                 Key: ARCHETYPE-230
                 URL: http://jira.codehaus.org/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 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

        

Reply via email to