[
https://issues.apache.org/jira/browse/WICKET-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516214
]
Martin Funk commented on WICKET-803:
------------------------------------
Reading:
http://maven.apache.org/guides/introduction/introduction-to-the-pom.html
and especially:
http://maven.apache.org/ref/current/maven-model/apidocs/org/apache/maven/model/Parent.html#getRelativePath()
I'd say the <relativePath> element doesn't do any harm as it's assigned the
default value anyway.
Also it doesnt do any harm if the parent pom is not present at the given value,
as <relativePath> is just a parameter to intercept mavens lookup path for the
parent pom.
> Use of parent pom?
> ------------------
>
> Key: WICKET-803
> URL: https://issues.apache.org/jira/browse/WICKET-803
> Project: Wicket
> Issue Type: Bug
> Components: wicket-quickstart
> Affects Versions: 1.3.0-beta2
> Reporter: Gwyn Evans
> Assignee: Martijn Dashorst
> Priority: Minor
> Fix For: 1.3.0-beta3
>
>
> If the idea is to just take and copy wicket-quickstart, shouldn't we make it
> independant of the parent pom so a copy would work rather than requiring
> ../pom.xml ? (Is it possible?)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.