Detect Maven wrapper "mvnw" (#4042)

* Detect Maven wrapper "mvnw"

* Fix build, filenames must be sorted in the "filenames" section of languages.yml, filenames cannot be grouped by topic

* Remove `mvnw` file from languages/Shell/filenames according to @Alhadis recommendation as we are sure that `mvnw` always starts with the shebang `#!/bin/sh`.

* Remove space chars added by mistake
This commit is contained in:
Cyrille Le Clerc
2018-04-08 17:04:34 +02:00
committed by Colin Seymour
parent 14fcd75773
commit 51d3711faf
2 changed files with 15 additions and 0 deletions

View File

@@ -276,6 +276,13 @@
- (^|/)gradlew\.bat$
- (^|/)gradle/wrapper/
## Java ##
# Maven
- (^|/)mvnw$
- (^|/)mvnw\.cmd$
- (^|/)\.mvn/wrapper/
## .NET ##
# Visual Studio IntelliSense