Parent Pom Undefined for Webapps
--------------------------------
Key: OODT-292
URL: https://issues.apache.org/jira/browse/OODT-292
Project: OODT
Issue Type: Bug
Affects Versions: 0.3
Reporter: Paul Ramirez
Priority: Blocker
Fix For: 0.3
webapp/components/pom.xml
webapp/fmbrowser/pom.xml
webapp/wmonitor/pom.xml
Do not specify:
<parent>
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
<version>0.3-SNAPSHOT</version>
<relativePath>../../core/pom.xml</relativePath>
</parent>
This in turn means the <distributionManagement> section never gets included in
the effective pom which leads to a blocker in the release:perform goal.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira