From 9b480bcb914175c00e3aace8bd410143e2dd4dcb Mon Sep 17 00:00:00 2001 From: Balagangadhar Bathula Date: Thu, 9 Jun 2022 10:26:48 -0400 Subject: [PATCH] Fix the pom files to compile in Windows OS - Windows machines do not recognize paths in certain pom.xml files Change-Id: I8178841141d23a61dca90f4c719ac39409b18766 Signed-off-by: Balagangadhar Bathula --- api/pom.xml | 4 ++-- ordmodels/device/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 47095c9e8..7a8880035 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -87,7 +87,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-javadoc-plugin - */target/generated-sources/mdsal-binding/* + /target/generated-sources/mdsal-binding/ * @@ -100,7 +100,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-javadoc-plugin - */target/generated-sources/mdsal-binding/* + /target/generated-sources/mdsal-binding/ * diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 8015042ae..9c8451c15 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -85,7 +85,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-javadoc-plugin - */target/generated-sources/mdsal-binding/* + /target/generated-sources/mdsal-binding/ * -- 2.36.6