skip deployment of Felix and Equinox testing projects
authorJaroslav Tulach <jtulach@netbeans.org>
Tue, 19 Aug 2014 20:49:57 +0200
changeset 82245f8352d05fb
parent 821 0b42a753d727
child 823 57ad1f8ee35a
skip deployment of Felix and Equinox testing projects
ko-felix-test/pom.xml
ko-osgi-test/pom.xml
pom.xml
     1.1 --- a/ko-felix-test/pom.xml	Tue Aug 19 20:17:46 2014 +0200
     1.2 +++ b/ko-felix-test/pom.xml	Tue Aug 19 20:49:57 2014 +0200
     1.3 @@ -24,6 +24,13 @@
     1.4                  <artifactId>html4j-maven-plugin</artifactId>
     1.5              </plugin>
     1.6              <plugin>
     1.7 +                <groupId>org.apache.maven.plugins</groupId>
     1.8 +                <artifactId>maven-deploy-plugin</artifactId>
     1.9 +                <configuration>
    1.10 +                    <skip>true</skip>
    1.11 +                </configuration>
    1.12 +            </plugin>
    1.13 +            <plugin>
    1.14                  <artifactId>maven-failsafe-plugin</artifactId>
    1.15                  <version>2.16</version>
    1.16                  <configuration>
     2.1 --- a/ko-osgi-test/pom.xml	Tue Aug 19 20:17:46 2014 +0200
     2.2 +++ b/ko-osgi-test/pom.xml	Tue Aug 19 20:49:57 2014 +0200
     2.3 @@ -24,6 +24,13 @@
     2.4                  <artifactId>html4j-maven-plugin</artifactId>
     2.5              </plugin>
     2.6              <plugin>
     2.7 +                <groupId>org.apache.maven.plugins</groupId>
     2.8 +                <artifactId>maven-deploy-plugin</artifactId>
     2.9 +                <configuration>
    2.10 +                    <skip>true</skip>
    2.11 +                </configuration>
    2.12 +            </plugin>
    2.13 +            <plugin>
    2.14                  <artifactId>maven-failsafe-plugin</artifactId>
    2.15                  <version>2.16</version>
    2.16                  <configuration>
     3.1 --- a/pom.xml	Tue Aug 19 20:17:46 2014 +0200
     3.2 +++ b/pom.xml	Tue Aug 19 20:49:57 2014 +0200
     3.3 @@ -163,6 +163,11 @@
     3.4                </plugin>
     3.5                <plugin>
     3.6                  <groupId>org.apache.maven.plugins</groupId>
     3.7 +                <artifactId>maven-deploy-plugin</artifactId>
     3.8 +                <version>2.8.1</version>
     3.9 +              </plugin>
    3.10 +              <plugin>
    3.11 +                <groupId>org.apache.maven.plugins</groupId>
    3.12                  <artifactId>maven-compiler-plugin</artifactId>
    3.13                  <version>3.1</version>
    3.14                  <configuration>