You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/03/26 13:02:55 UTC

flex-tourjs git commit: Remove maven-war-plugin from TourJS pom

Repository: flex-tourjs
Updated Branches:
  refs/heads/develop 2ace12ed9 -> 1fcc45dd6


Remove maven-war-plugin from TourJS pom


Project: http://git-wip-us.apache.org/repos/asf/flex-tourjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tourjs/commit/1fcc45dd
Tree: http://git-wip-us.apache.org/repos/asf/flex-tourjs/tree/1fcc45dd
Diff: http://git-wip-us.apache.org/repos/asf/flex-tourjs/diff/1fcc45dd

Branch: refs/heads/develop
Commit: 1fcc45dd6a5769c8d85dc6c74830dea2e5f1920c
Parents: 2ace12e
Author: piotrz <pi...@apache.org>
Authored: Sun Mar 26 15:02:52 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Sun Mar 26 15:02:52 2017 +0200

----------------------------------------------------------------------
 TourJS/pom.xml | 38 --------------------------------------
 1 file changed, 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tourjs/blob/1fcc45dd/TourJS/pom.xml
----------------------------------------------------------------------
diff --git a/TourJS/pom.xml b/TourJS/pom.xml
index 0f04d87..4ce1686 100644
--- a/TourJS/pom.xml
+++ b/TourJS/pom.xml
@@ -63,44 +63,6 @@
             </dependency>
           </dependencies>
         </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-war-plugin</artifactId>
-		<executions>
-          <execution>
-            <id>package-javascript</id>
-            <phase>package</phase>
-            <goals>
-              <goal>war</goal>
-            </goals>
-          </execution>
-        </executions>
-		<configuration>
-          <warSourceDirectory>${compiler.output-dir}</warSourceDirectory>
-          <failOnMissingWebXml>false</failOnMissingWebXml>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-		<executions>
-          <execution>
-            <id>attach-war</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attach-artifact</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <artifacts>
-            <artifact>
-              <file>target/tourjs-0.1.0-SNAPSHOT.war</file>
-              <type>war</type>
-            </artifact>
-          </artifacts>
-        </configuration>
-      </plugin>
 	  <plugin>
         <artifactId>maven-resources-plugin</artifactId>
         <version>3.0.2</version>