Merge "Use same memory settings for surefire and failsafe plugins"
authorAlessandro Boch <aboch@cisco.com>
Thu, 27 Feb 2014 23:01:42 +0000 (23:01 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 27 Feb 2014 23:01:42 +0000 (23:01 +0000)
1  2 
opendaylight/commons/opendaylight/pom.xml

index d42f1fd83d9a45fa4b24a97bf2445f9519206740,425696b4a7752988a7c32ae6578922cdc3a88abc..c0e857c79cd72105ace300d589d2abd66d9eb0b4
          <artifactId>maven-surefire-plugin</artifactId>
          <version>${surefire.version}</version>
          <configuration>
+           <argLine>${testvm.argLine}</argLine>
            <systemProperties>
              <property>
                <name>logback.configurationFile</name>
            <artifactId>maven-release-plugin</artifactId>
            <version>${releaseplugin.version}</version>
          </plugin>
 +        <plugin>
 +            <groupId>org.opendaylight.yangtools</groupId>
 +            <artifactId>yang-maven-plugin</artifactId>
 +            <version>${yangtools.version}</version>
 +        </plugin>
          <!-- Ignore/Execute plugin execution -->
          <plugin>
            <groupId>org.eclipse.m2e</groupId>