Skip to content

Commit b327007

Browse files
authored
Exclude maven-metadata-local.xml (#2347)
1 parent 4de2373 commit b327007

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.scripts/copy-from-maven-local.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pushd %~dp0..
22

33
mkdir published
44

5-
xcopy /E %USERPROFILE%\.m2\repository\com\microsoft\azure\applicationinsights-agent\* published
6-
xcopy /E %USERPROFILE%\.m2\repository\com\microsoft\azure\applicationinsights-runtime-attach\* published
5+
xcopy /E %USERPROFILE%\.m2\repository\com\microsoft\azure\applicationinsights-agent\* published /EXCLUDE:.scripts\list-of-excluded-files.txt
6+
xcopy /E %USERPROFILE%\.m2\repository\com\microsoft\azure\applicationinsights-runtime-attach\* published /EXCLUDE:.scripts\list-of-excluded-files.txt
77

88
popd
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
maven-metadata-local.xml

0 commit comments

Comments
 (0)