Should remote or local command be used to List, Changelog and etc. commands?

2008-05-30 Thread Sergey Zakusov
Hello, There is one crucial issue: which kind of command should be used for commands like List, Changelog and etc. - remote or local? For example, CVS returns different results for Log (local) and Rlog (remote) commands. REM: Rlog result cannot be parsed by CvsChangeLogConsumer.

Re: 2READ: Should remote or local command be used to List, Changelog and etc. commands?

2008-05-30 Thread Emmanuel Venisse
If some commands use local and some others use remote, I think it's an error. I'd prefer to have something consistent. If local and remote are possible for some commands/providers, it would be good to create both in each providers so applications that use maven-scm will can choose the way they

[RESULT/VOTE] Release Maven Invoker plugin version 1.2

2008-05-30 Thread Olivier Lamy
Hi, The vote has passed with the following result : 3 +1 (binding) : Daniel Kulp, Brian E Fox, Olivier Lamy 1 +1 (non binding) : Paul Gier I will stage the artifacts. Thanks! -- Olivier - To unsubscribe, e-mail: [EMAIL

[ANN] Maven Invoker Plugin 1.2 for Maven 2 Released

2008-05-30 Thread olamy
Hi, The Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.2. http://maven.apache.org/plugins/maven-invoker-plugin/ You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: plugin

BUILD ERROR

2008-05-30 Thread Somu
I am getting the below error when I ran the mvn install command but there is no error for compile. Could you please help on this if you possible? C:\dev\myeclipse\workspaceSubversion\pas-j2ee-trunkmvn install [INFO] Scanning for projects... [INFO]

Re: BUILD ERROR

2008-05-30 Thread John Casey
You should try re-running with the -e command-line switch, so you have a stack trace that may illuminate the issue. But FIRST, are you behind a proxy, such that you may need to configure the proxies section of the settings.xml? You can find information on this at: