[moved from [EMAIL PROTECTED]

On Dec 26, 2007 10:16 PM, Satya Prasad Sahu <[EMAIL PROTECTED]> wrote:

> I am a new user to the Maven.
>
> I tried to write a sample program to start with. But failing with the
> initial set up of Maven.
>
> I have gone through the SwiXAT user guide and I am trying to execute the
> steps as given in the chapter 4 of the guide.
>
> But I am stacked at mvn jar:install command.
>
> Getting the following error : Please see the attachment.

Attachments don't usually come through on this list.  A link to the
instructions you're trying to follow would be helpful.

There is no 'jar:install' command.  You can see the available goals
for the jar plugin here [1] but you normally don't invoke them
individually.

Try "mvn install" in the directory that contains your project's
pom.xml file.  If that doesn't work, paste exactly what you typed and
just enough of the output to show us what happened.

[1] http://maven.apache.org/plugins/maven-jar-plugin/

-- 
Wendy

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

Reply via email to