Skip to content

Commit 8d2425c

Browse files
committed
Apply JS linting to all files under src/main/resource not just those in META-INF
1 parent 369f070 commit 8d2425c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share-oauth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</executions>
100100
<configuration>
101101
<directories>
102-
<directory>src/main/resources/META-INF</directory>
102+
<directory>src/main/resources</directory>
103103
</directories>
104104
</configuration>
105105
</plugin>

0 commit comments

Comments
 (0)