Don't deploy anything related to IDE
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 14 Apr 2013 23:07:21 +0200
changeset 10000a41ad006a50
parent 999 0afc7acad9dd
child 1002 f26837592744
Don't deploy anything related to IDE
ide/pom.xml
     1.1 --- a/ide/pom.xml	Sun Apr 14 22:37:23 2013 +0200
     1.2 +++ b/ide/pom.xml	Sun Apr 14 23:07:21 2013 +0200
     1.3 @@ -14,4 +14,16 @@
     1.4    <modules>
     1.5      <module>editor</module>
     1.6    </modules>
     1.7 +  <build>
     1.8 +      <plugins>
     1.9 +          <plugin>
    1.10 +              <groupId>org.apache.maven.plugins</groupId>
    1.11 +              <artifactId>maven-deploy-plugin</artifactId>
    1.12 +              <version>2.7</version>
    1.13 +              <configuration>
    1.14 +                  <skip>true</skip>
    1.15 +              </configuration>
    1.16 +          </plugin>      
    1.17 +      </plugins>
    1.18 +  </build>
    1.19  </project>