Skip deployment of these test related modules
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sat, 27 Dec 2014 20:38:32 +0100
changeset 17609361d778afe4
parent 1759 e98ac4385490
child 1761 d2a5a7a0e167
Skip deployment of these test related modules
rt/aot-nb-test/pom.xml
rt/emul/compacttest/pom.xml
     1.1 --- a/rt/aot-nb-test/pom.xml	Fri Dec 26 21:00:36 2014 +0100
     1.2 +++ b/rt/aot-nb-test/pom.xml	Sat Dec 27 20:38:32 2014 +0100
     1.3 @@ -61,6 +61,14 @@
     1.4              </plugin>
     1.5              <plugin>
     1.6                  <groupId>org.apache.maven.plugins</groupId>
     1.7 +                <artifactId>maven-deploy-plugin</artifactId>
     1.8 +                <version>2.8.2</version>
     1.9 +                <configuration>
    1.10 +                    <skip>true</skip>
    1.11 +                </configuration>
    1.12 +            </plugin>
    1.13 +            <plugin>
    1.14 +                <groupId>org.apache.maven.plugins</groupId>
    1.15                  <artifactId>maven-surefire-plugin</artifactId>
    1.16                  <configuration>
    1.17                      <systemProperties>
     2.1 --- a/rt/emul/compacttest/pom.xml	Fri Dec 26 21:00:36 2014 +0100
     2.2 +++ b/rt/emul/compacttest/pom.xml	Sat Dec 27 20:38:32 2014 +0100
     2.3 @@ -53,6 +53,14 @@
     2.4              </plugin>
     2.5              <plugin>
     2.6                  <groupId>org.apache.maven.plugins</groupId>
     2.7 +                <artifactId>maven-deploy-plugin</artifactId>
     2.8 +                <version>2.8.2</version>
     2.9 +                <configuration>
    2.10 +                    <skip>true</skip>
    2.11 +                </configuration>
    2.12 +            </plugin>
    2.13 +            <plugin>
    2.14 +                <groupId>org.apache.maven.plugins</groupId>
    2.15                  <artifactId>maven-surefire-plugin</artifactId>
    2.16                  <executions>
    2.17                      <execution>