Hi,

First, I now got the connection to scm working, without the need to specify the 
username, password or login in the pom. The key was that I first read the 
introduction to profiles (what I should've done earlier...)

http://maven.apache.org/guides/introduction/introduction-to-profiles.html

And I realized, that my profile was not active. I have not included the 
activeProfiles part in settings.xml, the <activeByDefault/> obviously was not 
good enough.

  <profiles>
    <profile>
            <id>default</id>
                  <activation><activeByDefault/></activation>
                  <properties>
                        <javanetUsername>aebbert</javanetUsername>
                        <javanetPassword>XXXXXXXX</javanetPassword>
                        <javanetCVSServer>localhost</javanetCVSServer>
                  </properties>
                </profile>
  </profiles>
<activeProfiles>
  <activeProfile>default</activeProfile>
</activeProfiles>  

>-----Original Message-----
>From: ext Emmanuel Venisse [mailto:[EMAIL PROTECTED] 

>> Will do that. Is there any specific class I should start with? The 
>> first step is to get some connection to the scm system. After I have 
>> an initial pointer to start with, I'm sure I can make my way through 
>> the sources :-)
>
>http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-plugi
>n/src/main/java/org/apache/maven/scm/plugin/

I'll take a look, thanks :-)

 _         __                _  _
//\ndreas.[|-bbert-[]/arroum(a)[|\|okia.com
           `-        `
   Andreas Ebbert-Karroum
         Senior Software Design Engineer
                Nokia Networks Services / Middleware 
   phone: +49-211-94123928, fax: +49-211-9412-3838
   Heltorfer Straße 1, 40472 Düsseldorf, Germany 

----------------------------------------------------------------------
This message is confidential. If you have received this message in error,
please delete it from your system. You should not copy it for any purpose,
or disclose its contents to any other person. Internet communications are
not secure and therefore Nokia GmbH does not accept legal responsibility
for the contents of this message as it has been transmitted over a public
network. Thank you.
Nokia GmbH, Nokia Networks is a German Company. Further information
about the Company is available from its principal offices at
Heltorferstrasse 1, D-40472, Düsseldorf, Germany and from the
website at http://www.nokia.com/
----------------------------------------------------------------------

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

Reply via email to