I do "mvn scm:bootstrap". Here is the pom.xml :

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ml.elt</groupId>
  <artifactId>pke</artifactId>
  <packaging>jar</packaging>
  <version>1.1.2</version>
  <name>PKE</name>
  <url>http://www.ml.com</url>
  <scm>
   
<connection>scm:svn:svn://eltdev-svn.dev.etsd.ml.com/risk/riskpk/trunk/pke</connection>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-scm-plugin</artifactId>
        <version>1.0</version>
        <configuration>
          <goals>install</goals>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>


Emmanuel Venisse wrote:
> 
> How do you use it?
> 
> Emmanuel
> 
> Ilyevsky, Leonid (Equity Trading) a écrit :
>> I am using the maven-scm-plugin, the scm:bootstrap goal.
>> Everything works OK, except that it does the checkout from svn twice: it
>> cleans the ".../target/checkout" directory, performs the checkout, and
>> then cleans again and checks out again. Only after that it does the
>> specified goals.
>> This is annoying because the checkout may take essential time.
>> 
>> What is the problem? Is anybody else experiencing the same ?
>> --------------------------------------------------------
>> 
>> This message w/attachments (message) may be privileged, confidential or
>> proprietary, and if you are not an intended recipient, please notify the
>> sender, do not use or share it and delete it. Unless specifically
>> indicated, this message is not an offer to sell or a solicitation of any
>> investment products or other financial product or service, an official
>> confirmation of any transaction, or an official statement of Merrill
>> Lynch. Subject to applicable law, Merrill Lynch may monitor, review and
>> retain e-communications (EC) traveling through its networks/systems. The
>> laws of the country of each sender/recipient may impact the handling of
>> EC, and EC may be archived, supervised and produced in countries other
>> than the country in which you are located. This message cannot be
>> guaranteed to be secure or error-free. This message is subject to terms
>> available at the following link:
>> http://www.ml.com/e-communications_terms/. By messaging with Merrill
>> Lynch you consent to the foregoing.
> 
>> --------------------------------------------------------
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/scm%3Abootstrap-checks-out-twice-tf4793028s177.html#a13727493
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to