Well, I know nothing of exo, so I can't help you with those specifics.
I can say that originally you were trying to execute the "bp" goal of the
maven-exo-plugin, yet the error message you mention above "required goal not
found: org.apache.maven.plugins:maven-exo-plugin:1.0:exo" indicates you
tried to run the "exo" goal.
Which goal are you trying to execute?
For help with the plugin, try running "mvn help:describe -DgroupId=
org.apache.maven.plugins -DartifactId=maven-exo-plugin" and see what goals
the plugin supports. Or you may need to contact whoever created the plugin
for support/docs.
As for where to run these command, I don't think the help:describe goal
requires a pom, so you should be able to run that anywhere. For most plugins
though, you need to be in a directory with a valid pom file.
HTH,
Doug
On 8/23/06, john_sh <[EMAIL PROTECTED]> wrote:
You can use the fully-specified syntax for executing a goal, eg. "mvn
<groupId>:<artifactId>:<version>:<goal>"
When using the short form of specifying a goal, maven, by default, only
searches two groupIds: org.apache.maven.plugins and org.codehaus.mojo.
Odds
are the maven-evo-plugin is not in either of these groups and that's why
she
doesn't find the evo plugin.
You can modify the groupIds maven searches when using the short form by
adding the following to your settings.xml:
<pluginGroups>
<pluginGroup>some.groupId</pluginGroup>
<pluginGroup>some.other.groupId</pluginGroup>
</pluginGroups>
HTH,
Doug
------------------
thank u for ur reply but maven-exo-plugin exists in the
org\apache\maven\plugins dir, and plugin groupId is set to the same
groupId(org.apache.maven.plugin), and even when i specify the groupId and
other properties in the command line it says that "required goal not
found:
org.apache.maven.plugins:maven-exo-plugin:1.0:exo
and please tell me from which path i must execute this command? from where
my exo business process(which i want to create par file from that with
maven
with this plugin) is located or from maven bin dir? or....?
--
View this message in context:
http://www.nabble.com/goal-not-found-error-tf2152081.html#a5946596
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]