First do

1)cd myBlock1

2) do 1 time installation into your local repository so it's known
mvn install

3) now you should be able to do mvn jetty:run

Kind regards,
Robby Pelssers

 
-----Original Message-----
From: Greg [mailto:webmas...@polymorphisme.org] 
Sent: Friday, June 11, 2010 4:38 PM
To: docs@cocoon.apache.org
Subject: Tutorial on Cocoon site : Modularize Cocoon apps (Using blocks)

Hello,

in the section "Connect two blocks" (http://cocoon.apache.org/2.2/1291_1_1.html)
 then I do :

cd myBlock1
mvn jetty:run 

I have :

...
1 required artifact is missing.

for artifact:
  com.polymorphisme:myBlock1:jar:1.0.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)


I have not find the problem ? Have you got an idea ? Thanks.