mirror of
https://github.com/apache/sqoop.git
synced 2025-05-10 22:13:07 +08:00
SQOOP-1847: Sqoop2: Move rat configuration from special execution to the main execution
(Jarek Jarcec Cecho via Abraham Elmahrek)
This commit is contained in:
parent
c865aefea6
commit
c0c9b9ef72
35
pom.xml
35
pom.xml
@ -572,28 +572,19 @@ limitations under the License.
|
||||
<groupId>org.apache.rat</groupId>
|
||||
<artifactId>apache-rat-plugin</artifactId>
|
||||
<version>0.8</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>header-check</id>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>.git/</exclude>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>.idea/</exclude>
|
||||
<exclude>**/*.iml</exclude>
|
||||
<exclude>*.log</exclude>
|
||||
<exclude>**/nb-configuration.xml</exclude>
|
||||
<exclude>**.patch</exclude>
|
||||
<exclude>patch-process/*</exclude>
|
||||
<exclude>.metadata/</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>.git/</exclude>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>.idea/</exclude>
|
||||
<exclude>**/*.iml</exclude>
|
||||
<exclude>*.log</exclude>
|
||||
<exclude>**/nb-configuration.xml</exclude>
|
||||
<exclude>**.patch</exclude>
|
||||
<exclude>patch-process/*</exclude>
|
||||
<exclude>.metadata/</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user