Repository: flex-asjs
Updated Branches:
  refs/heads/develop 60664b858 -> 12cad35ec


- Removed the font compilation as this is causing SSL problems and is currently 
needed nowhere.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/12cad35e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/12cad35e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/12cad35e

Branch: refs/heads/develop
Commit: 12cad35ec9f774f99c5ccd38a9bebaca628f0688
Parents: 60664b8
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Thu May 18 17:26:29 2017 -0400
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Thu May 18 17:26:29 2017 -0400

----------------------------------------------------------------------
 frameworks/fontsrc/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/12cad35e/frameworks/fontsrc/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/fontsrc/pom.xml b/frameworks/fontsrc/pom.xml
index e9f1db1..356d6fa 100644
--- a/frameworks/fontsrc/pom.xml
+++ b/frameworks/fontsrc/pom.xml
@@ -60,7 +60,7 @@
         </executions>
       </plugin>
       <!-- Have the Flat-UI Icons Font compiled to an SWF -->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
         <version>1.5.0</version>
@@ -97,7 +97,7 @@
             <version>${flex.version}</version>
           </dependency>
         </dependencies>
-      </plugin>
+      </plugin-->
       <!-- Create a stripped-down WAR archive containing the fonts -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -116,7 +116,7 @@
             Attach the generated swf as additional Maven artifact,
             So it is automatically installed and deployed.
       -->
-      <plugin>
+      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>1.11</version>
@@ -137,7 +137,7 @@
             </artifact>
           </artifacts>
         </configuration>
-      </plugin>
+      </plugin-->
     </plugins>
   </build>
 

Reply via email to