[ https://issues.apache.org/jira/browse/MNGSITE-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593270#comment-14593270 ]
Kristian Rosenvold edited comment on MNGSITE-242 at 6/19/15 9:45 AM: --------------------------------------------------------------------- I'm quite sure this is because "RCS" and "SCCS" appear on the default excludes list for the maven-shared/plexus directory scanner, as can be seen here. Someone, somewhere needs to disable default excludes :) https://github.com/apache/maven-shared/blob/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/io/DirectoryScanner.java#L126 Given a small problem that reproduces the problem it should not be too hard to find was (Author: krosenvold): I'm quite sure this is because "RCS" appears on the default excludes list for the maven-shared/plexus directory scanner, as can be seen here. Someone, somewhere needs to disable default excludes :) https://github.com/apache/maven-shared/blob/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/io/DirectoryScanner.java#L126 Given a small problem that reproduces the problem it should not be too hard to find > not able to compile a module named as "RCS" and "SCCS" > ------------------------------------------------------ > > Key: MNGSITE-242 > URL: https://issues.apache.org/jira/browse/MNGSITE-242 > Project: Maven Project Web Site > Issue Type: Bug > Environment: Red Hat > Reporter: Akshay Sharma > Priority: Blocker > Labels: maven > Attachments: RCS-20150619_120831.log > > > I am using Maven as build tool for building our banking application. There is > one module which named as "RCS" which is not getting compiled because of one > strange restriction forced by maven. All other modules are getting complied. > When i searched the reason on google, i found that maven does not allow users > to name module/package RCS/GIT/SVN/SCCS. > My RCS name is a financial term and its not possible to change the module > name as it has multiple dependencies. > How we can remove this restriction or what is the possible solution. Please > help me in this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)