[
https://issues.apache.org/jira/browse/ACCUMULO-4121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15124100#comment-15124100
]
ASF GitHub Bot commented on ACCUMULO-4121:
------------------------------------------
Github user ctubbsii commented on the pull request:
https://github.com/apache/accumulo/pull/66#issuecomment-176943761
Looking at the changes, I'm reminded why we didn't do this before: a lot of
maven plugins assume that generated files will not appear in a place other than
target, or if they do, they will appear as dotfiles.
Netbeans has the unfortunate behavior of using configuration files plopped
right in the middle of the source tree, which are not dotfiles. This can cause
some very unexpected and undesirable behavior in some plugins, especially
packaging/assembly plugins, which might create "dirty" artifacts containing
these configuration files.
They might also not get properly ignored by a wide variety of plugins. I
say this not to object, but only to document that we need to pay attention to
these files, if they make it into the source tree, and we need to be extra
careful to check that they do not exist in any of our released artifacts.
(which is an easy enough check to do).
It would be nice if Netbeans allowed putting these files outside the source
tree, or if it wrote them as dotfiles. Perhaps that's an option? If not, I'd
encourage Netbeans developers to poke upstream about doing that in the future.
> Make developing on Netbeans easier
> ----------------------------------
>
> Key: ACCUMULO-4121
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4121
> Project: Accumulo
> Issue Type: Bug
> Affects Versions: 1.6.4, 1.7.0
> Reporter: Michael Wall
> Assignee: Michael Wall
> Priority: Trivial
> Fix For: 1.6.5, 1.7.1, 1.8.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Netbeans uses some files that are not gitignored. The rat plugin also does
> not ignore these files. It ignores IntelliJ and Eclipse files, but not
> Netbeans. See
> http://creadur.apache.org/rat/apache-rat-plugin/check-mojo.html#useDefaultExcludes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)