From: Balagangadhar Bathula Date: Thu, 9 Jun 2022 14:26:48 +0000 (-0400) Subject: Fix the pom files to compile in Windows OS X-Git-Tag: 4.3.0~2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=transportpce.git;a=commitdiff_plain;h=df90c54bd635368ff398f51cabbc6c5520b4ebee 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 --- diff --git a/api/pom.xml b/api/pom.xml index 9b48c783f..6035e1a85 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 8b4f81602..fd3748398 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/ *