Hi Joseph,

It means that your project dependency (maven-directory-plugin) does not exist in your local repo and when maven tried to download it from the central repo, it couldn't also find it there.

You could try to build the dependency from source and install it in you local repo using "mvn install"

Hope this helps! :-)

Thanks,
Deng

Joseph wrote:

when use mvn directory:schema to create my schema class.the out print
"The plugin 'org.apache.maven.plugins:maven-directory-plugin' does not
exist or no valid version could be found"

what's wrong with it?
How can i make it?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to