[ https://issues.apache.org/jira/browse/ARCHETYPE-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516944#comment-14516944 ]
ASF GitHub Bot commented on ARCHETYPE-481: ------------------------------------------ GitHub user paranoiabla opened a pull request: https://github.com/apache/maven-archetype/pull/6 Archetype-481 This is pull request for https://issues.apache.org/jira/browse/ARCHETYPE-481 You can merge this pull request into a Git repository by running: $ git pull https://github.com/paranoiabla/maven-archetype ARCHETYPE-481 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-archetype/pull/6.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6 ---- commit 3db45b04878de50b57c37cad40793bb5f35757d4 Author: Petar Tahchiev <paranoia...@gmail.com> Date: 2015-04-28T00:02:09Z Allow generated pom.name, pom.description and pom.url to include custom properties when using create-archetype-from-project commit e8bdce3d920b8bf6eb21e186e67cb4f35f98db83 Author: Petar Tahchiev <paranoia...@gmail.com> Date: 2015-04-28T11:52:39Z ARCHETYPE-481 commit 6c078659e817617b6cd17e9da769dedb16fea7e7 Author: Petar Tahchiev <paranoia...@gmail.com> Date: 2015-04-28T12:13:24Z ARCHETYPE-481 commit aaea124b6483d8059dc2087c2ab78d44e5f84e24 Author: Petar Tahchiev <paranoia...@gmail.com> Date: 2015-04-28T12:22:29Z ARCHETYPE-481 ---- > Add excludePatterns property to allow excluding certain files/folders when > creating archetype from project. > ----------------------------------------------------------------------------------------------------------- > > Key: ARCHETYPE-481 > URL: https://issues.apache.org/jira/browse/ARCHETYPE-481 > Project: Maven Archetype > Issue Type: New Feature > Reporter: Petar Tahchiev > > I think it would be nice to have this property in the `archetype.properties` > file: > {code} > excludePatterns=.project,.classpath,.idea/** > {code} > to allow excluding certain files/folders when creating archetype from already > existing project. -- This message was sent by Atlassian JIRA (v6.3.4#6332)