Fix the pom files to compile in Windows OS
[transportpce.git] / ordmodels / device / pom.xml
index 8015042aedd6364fa4912f4218c90e23e80afa2f..9c8451c159a041a0ea2bd7d91c7485a8a9f0f2a2 100644 (file)
@@ -85,7 +85,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
-          <sourcepath>*/target/generated-sources/mdsal-binding/*</sourcepath>
+          <sourcepath>/target/generated-sources/mdsal-binding/</sourcepath>
           <excludePackageNames>*</excludePackageNames>
         </configuration>
       </plugin>