Re: Why don't need maven-scm-plugin and password?

2006-11-21 Thread jiangshachina

Hello,
I checked the matter carefully.
Then found that all is my fault.
In fact, Maven had downloaed maven-scm-plugin,
occasionally, I didn't monitor the action at that time.
And I have serveral local repositories, and I searched a wrong one.
God!

a cup of Java, cheers!
Sha Jiang


jiangshachina wrote:
 
 Although I set the fowllowing at pom.xml
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-scm-plugin/artifactId
   version1.0-beta-3/version
 /plugin
 maven-scm-plugin wasn't downloaded.
 
 a cup of Java, cheers!
 Sha Jiang
 
 
 jiangshachina wrote:
 
 Hi guys,
 I set scm(CVS) connection in pom.xml
 scm
  connection
  scm:cvs:pserver:[EMAIL PROTECTED]:port:repository:module
  /connection
 /scm
 then I run mvn scm:checkout, the files were checkout sccusessfully.
 But I'm very puzzled!
 I didn't set password!
 maven-scm-plugin didn't downloaded!
 
 When I used
 scm:cvs:pserver:myuser:[EMAIL PROTECTED]:port:repository:module
 it was sucessful, too.
 
 a cup of Java, cheers!
 Sha Jiang
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Why-don%27t-need-maven-scm-plugin-and-password--tf2663461s177.html#a7468198
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Why don't need maven-scm-plugin and password?

2006-11-21 Thread jiangshachina

Hi,
I think that's right.
Thanks very much!

a cup of Java, cheers!
Sha Jiang


Gisbert Amm-3 wrote:
 
 jiangshachina wrote:
 Hi guys,
 I set scm(CVS) connection in pom.xml
 scm
  connection
  scm:cvs:pserver:[EMAIL PROTECTED]:port:repository:module
  /connection
 /scm
 then I run mvn scm:checkout, the files were checkout sccusessfully.
 But I'm very puzzled!
 I didn't set password!
 
 You certainly did a cvs login on the command line prompt before, 
 otherwise pserver would have give you an error. In this case, the CVS 
 password was stored lightly encrypted in a file named .cvspass in your 
 $HOME directory.
 
 See http://cvsbook.red-bean.com/cvsbook.html#login
 
 -Gisbert Amm
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Why-don%27t-need-maven-scm-plugin-and-password--tf2663461s177.html#a7463993
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Why don't need maven-scm-plugin and password?

2006-11-19 Thread jiangshachina

Hi guys,
I set scm(CVS) connection in pom.xml
scm
connection
scm:cvs:pserver:[EMAIL PROTECTED]:port:repository:module
/connection
/scm
then I run mvn scm:checkout, the files were checkout sccusessfully.
But I'm very puzzled!
I didn't set password!
maven-scm-plugin didn't downloaded!

When I used
scm:cvs:pserver:myuser:[EMAIL PROTECTED]:port:repository:module
it was sucessful, too.

a cup of Java, cheers!
Sha Jiang
-- 
View this message in context: 
http://www.nabble.com/Why-don%27t-need-maven-scm-plugin-and-password--tf2663461s177.html#a7428158
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Why don't need maven-scm-plugin and password?

2006-11-19 Thread jiangshachina

Although I set the fowllowing at pom.xml
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-scm-plugin/artifactId
version1.0-beta-3/version
/plugin
maven-scm-plugin wasn't downloaded.

a cup of Java, cheers!
Sha Jiang


jiangshachina wrote:
 
 Hi guys,
 I set scm(CVS) connection in pom.xml
 scm
   connection
   scm:cvs:pserver:[EMAIL PROTECTED]:port:repository:module
   /connection
 /scm
 then I run mvn scm:checkout, the files were checkout sccusessfully.
 But I'm very puzzled!
 I didn't set password!
 maven-scm-plugin didn't downloaded!
 
 When I used
 scm:cvs:pserver:myuser:[EMAIL PROTECTED]:port:repository:module
 it was sucessful, too.
 
 a cup of Java, cheers!
 Sha Jiang
 

-- 
View this message in context: 
http://www.nabble.com/Why-don%27t-need-maven-scm-plugin-and-password--tf2663461s177.html#a7428186
Sent from the Maven - Users mailing list archive at Nabble.com.


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