[
http://jira.jboss.com/jira/browse/JBRULES-834?page=comments#action_12368013 ]
Geoffrey De Smet commented on JBRULES-834:
------------------------------------------
I prefer to make a local map:
a non-committed map with drafts, console output files, benchmarks, ...
You can't really put that in target, or it will be deleted with "mvn
clean",
you don't want to commit it, or explicitly ignore all those files all the time,
but you do want to keep it scoped to the project.
Hence a local map. But you can safely remove that from the svn:ignore list if you
don't thinks it's useful.
Setup decent svn:ignore on all modules
--------------------------------------
Key: JBRULES-834
URL:
http://jira.jboss.com/jira/browse/JBRULES-834
Project: JBoss Rules
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Geoffrey De Smet
Assigned To: Mark Proctor
Fix For: 4.0.0.MR4
The parent project dir doesn't have target dir & eclipse files ignored, none have
idea and netbeans ignored.
It's nice to have intellij idea and netbeans files excluded too.
The svn:ignore property should be equal on every folder that contains a pom.xml: parent
pom dir, module pom dirs etc.
Here's an advisable list, it includes the build map, and project configuration of
eclipse, idea and netbeans,
and a local map, which is handy for a notepad.txt file etc
================
target
*.log
*.log.*
.classpath
.project
.settings
.wtpmodules
*.ipr
*.iws
*.iml
nbproject
local
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira