You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by "Sharma, Jaikumar" <ja...@barco.com> on 2006/06/07 07:50:46 UTC

M2 : Log info is duplicated

Emmanuel,
 
When I run scm:validate, the info you can see below is duplicated (two
times) while I have specified it at one place in MksScmRepository class as :
log.info("Parsing MKS URL 
 
I have tried to search for the reason, but could not find any relevent clue.
 
Does it parses the class two times or what ?
 
Jaikumar
 
 
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building Unnamed - com.mycompany.testplugin:testmksplugin:jar:1.0
[INFO]    task-segment: [scm:validate] (aggregator-style)
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing scm:validate
[INFO] No goals needed for project - skipping
[WARNING] 
 Artifact org.codehaus.plexus:plexus-utils:jar:1.1:runtime retains local
scope 'runtime' overriding broader scope 'compile'
 given by a dependency. If this is not intended, modify or remove the local
scope.
 
[INFO] [scm:validate]
Parsing MKS URL....
user name is :username
password is :password
servername isservername
project name is projectname
sandbox location is sbxlocation
[INFO] connectionUrl scm connection string is valid.
Parsing MKS URL....
user name is :username
password is :password
servername isservername
project name is projectname
sandbox location is sbxlocation
[INFO] project.scm.connection scm connection string is valid.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Jun 07 11:13:35 GMT+05:30 2006
[INFO] Final Memory: 3M/8M
[INFO]
------------------------------------------------------------------------

 
- - - - - - - DISCLAIMER- - - - - - - -
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the
company does not warrant a proper and complete transmission of this
information, nor does it accept liability for any delays. If you have
received this message in error, please contact the sender and delete the
message. Thank you.