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> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-scm-plugin</artifactId> > <version>1.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]
