These questios probably better belong on the eXo mailing list.

Manually downloading the jar & placing it in your repository will not
work as far as I know.  You should be able to set up
http://maven.objectweb.org/maven2 as a pluginRepository, and have it
download the plugin from there, but I've had no luck, and I don't
really understand why it's not working (anybodye else?  Some help?)
Your best bet is probably to check out the eXo source code and install
the plugin.

-Stephen



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]




--
Stephen Duncan Jr
www.stephenduncanjr.com

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

Reply via email to