Anticipate future fix for missing .gitignore in archetypes' projects 06/39106/3
authorMichael Vorburger <vorburger@redhat.com>
Thu, 19 May 2016 12:13:59 +0000 (14:13 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Tue, 14 Jun 2016 22:00:19 +0000 (22:00 +0000)
commit46f07d7901879e8fca2e3a647a829bfeabfe93a7
tree47e7e0909d7cda67f88d4de07ded922bd353cb4f
parent38402d3e9b8976a40d7926efe47a06243210562f
Anticipate future fix for missing .gitignore in archetypes' projects

see https://issues.apache.org/jira/browse/MRESOURCES-190 (or
http://stackoverflow.com/questions/7981060/maven-archetype-plugin-doesnt-let-resources-in-archetype-resources-through/37322323#37322323)

BTW: The current solution in
opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml
doesn't seem to work (for me; I don't get a .gitignore ..). At least
with this it will work when we'll upgrade from current
maven-resources-plugin 2.7 to 3.0 (not yet released) some time in the
future.

PS: The removed /config/.gitignore is an unrelated minor clean.

Change-Id: I3d7d8708eb128d975879094f3775439e11721668
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
opendaylight/archetypes/pom.xml
opendaylight/config/config-api/.gitignore [deleted file]