No longer upload boot scripts to raw repo
[demo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cafebb5..a87511e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>exec-maven-plugin</artifactId>
-        <version>1.1.1</version>
-        <executions>
-          <execution>
-            <id>upload-boot-scripts</id>
-            <phase>deploy</phase>
-            <goals>
-              <goal>exec</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <executable>scripts/deploy.sh</executable>
-        </configuration>
-      </plugin>
-
       <plugin>
         <groupId>org.sonatype.plugins</groupId>
         <artifactId>nexus-staging-maven-plugin</artifactId>