Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.3
-
Any
Description
In the samples directory all samples point to a pom.xml file in the parent directory that doesn't exist.
<parent>
<artifactId>samples</artifactId>
<groupId>org.apache.openwebbeans</groupId>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>