Details
-
Type:
Sub-task
-
Status: Closed (View workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.3
-
Component/s: Build
-
Labels:None
Description
Configure your POM to inherit from Codehaus Parent POM:
<project>
...
<parent>
<groupId>org.codehaus</groupId>
<artifactId>codehaus-parent</artifactId>
<version>1</version>
</parent>
...
</project>