author wrote:
I use this command, but it is not work.

C:\>mvn -s C:\work\repository\set
tings.xml
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO]

You must specify at least one goal. Try 'mvn install' to build or 'mvn -?'
for o
ptions
See http://maven.apache.org for more information.

obviously, you need to provide a goal i.e. run

mvn -s C:\work\repository\settings.xml compile

or something similar.

-dirk

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

Reply via email to