Hi ,
I have abled to build the hello-world plugin successfully, but when I
tried to run "m2 hello:hello"
the following printed on the screen.
[INFO] Building Maven Hello World Plugin
[INFO] -----------------------------------------------------
---
[INFO] maven-hello-plugin: checking for updates from central
[INFO] Retrieving release information for maven-hello-plugin
FATAL ERROR: Error executing Maven for a project
For more information, run with the -e flag
my hello.mmld is
<mojo xmlns="marmalade:mojo">
<metadata>
<goal>hello</goal>
<description>Say Hello to the World.</description>
</metadata>
<execute>
<c:out xmlns:c="marmalade:core">Hello, World</c:out>
</execute>
</mojo>
and my pom.xml is just like on the maven site.
http://maven.apache.org/maven2/developers/developing-plugins-with-marmalade.html
What could be the problem?
Any replies would be appreciated.
Regards
Allan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
|