Based on my limited understanding, no. One is requesting a plugin goal,
the other is requesting execution of a build phase. In other words
'install' != 'install:install'.

'mvn install' == execute the default build lifecycle up to and including
the install phase, which should execute all plugin goals that are
attached to the phases up to and including the install phase.

'mvn install:install' == execute the 'install' plugin in the maven
namespace and the 'install' goal on that plugin. The first 'install'
indicates the plugin, the second 'install' indicates the goal.

'mvn assembly' == error as there is no 'assembly' phase in any life
cycle.

'mvn 'assembly:assembly' == execute the 'assembly' plugin in the maven
namespace and the 'assembly' goal on that plugin.

-Nathan

-----Original Message-----
From: hamdard [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 05, 2006 2:14 PM
To: users@maven.apache.org
Subject: [M2] can we use 'mvn assembly' instead assembly:assembly


Like we can do 'mvn install' instead install:install

If possible, what needs be configured and where?

Thanks
-H
--
View this message in context:
http://www.nabble.com/-M2--can-we-use-%27mvn-assembly%27-instead-assembl
y%3Aassembly-t1737143.html#a4720482
Sent from the Maven - Users forum at Nabble.com.


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


-----------------------------------------
CONFIDENTIALITY NOTICE This message and any included attachments
are from Cerner Corporation and are intended only for the
addressee. The information contained in this message is
confidential and may constitute inside or non-public information
under international, federal, or state securities laws.
Unauthorized forwarding, printing, copying, distribution, or use of
such information is strictly prohibited and may be unlawful. If you
are not the addressee, please promptly delete this message and
notify the sender of the delivery error by e-mail or you may call
Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1)
(816)221-1024. -------------------------------------------


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

Reply via email to