RE: Tutorial on Cocoon site : Modularize Cocoon apps (Using blocks)
"Robby Pelssers" <[email protected]> Fri, 11 Jun 2010 17:22:24 +0200
| Newsgroups | gmane.text.xml.cocoon.documentation |
|---|---|
| Message-ID | <[email protected]> |
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 =20 -----Original Message----- From: Greg [mailto:[email protected]]=20 Sent: Friday, June 11, 2010 4:38 PM To: [email protected] 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=20 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.