You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wendy Smoak <ws...@gmail.com> on 2007/12/28 17:56:28 UTC

Re: Not able to start with the basic program

[moved from dev@maven]

On Dec 26, 2007 10:16 PM, Satya Prasad Sahu <ss...@velankani.com> 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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org