The parent pom declared in
http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-faces/cocoon-faces-sample/pom.xml
and
http://svn.apache.org/repos/asf/cocoon/trunk/blocks/cocoon-faces/cocoon-faces-impl/pom.xml
does not seems to exist. Either the pom.xml is missing in the parent
folder or the parent must be changed to
<parent>
<groupId>org.apache.cocoon</groupId>
<artifactId>cocoon-blocks-modules</artifactId>
<version>6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
, the sames as other blocks do. Is that correct? I'm having an error doing a
build after deleting my maven repo.
[]s
Gustavo