[
https://issues.apache.org/jira/browse/SHINDIG-462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12615109#action_12615109
]
Ian Boston commented on SHINDIG-462:
------------------------------------
I believe this is caused by the relative path to the pom being wrong.
Currently features/pom.xml is asking for shindig-parent which is java/pom.xml,
but supplying a relative path of ../pom.xml which is shindig-project.
The simple solution is to change the relative patch to ../java/pom.xml, which I
will commit. But it raises the question, should the parent be shindig-parent or
shindig-project.
>From a filesystem point of view, the parent is shindig-project (parent
>folder), from a conceptual point of view the parent is shindig-parent as this
>is a jar and is used by the java impl.
The only problem that might come up is with some versions of maven, and some of
the release plugins that might not like the relative path of the pom not being
the filesystem parent. For the moment, will go for the simplest patch.
> Project build error on shindig-features eclipse project
> -------------------------------------------------------
>
> Key: SHINDIG-462
> URL: https://issues.apache.org/jira/browse/SHINDIG-462
> Project: Shindig
> Issue Type: Question
> Components: Features (Javascript)
> Environment: Eclipse, Vista 32-bit, jdk 1.6, shindig source from
> about 10:00 am July 19th, 2008
> Reporter: David Ranalli
>
> Project won't build because of:
> Project build error:Cannot find artifact for parent POM:
> org.apache.shindig:shindig-parent::1-SNAPSHOT for project
> [inherited]:shindig-features:jar:[inherited] at
> C:\dev\projects\shindig\features\pom.xml
> Am I doing something wrong? How do I get past this?
> Thanks.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.