5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-06 06:12:26 +08:00

SQOOP-1123: Sqoop2: Add eclipse project metadata folder excluded from maven

(Mengwei Ding via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2013-07-03 15:49:39 -07:00
parent d4b2d61653
commit 4d9bae84ea

View File

@ -455,6 +455,7 @@ limitations under the License.
<exclude>**/nb-configuration.xml</exclude>
<exclude>**.patch</exclude>
<exclude>patch-process/*</exclude>
<exclude>.metadata/</exclude>
</excludes>
</configuration>
</execution>