ide/pom.xml
changeset 1000 0a41ad006a50
parent 986 6cc579ba2472
child 1060 e3845e4f0ec8
     1.1 --- a/ide/pom.xml	Sun Apr 14 22:35:00 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>