Repository: flex-asjs
Updated Branches:
  refs/heads/develop 643a8cc11 -> 7a3c0e875


- Added the ".mvn/extensions.xml" to the archetypes for applications.


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

Branch: refs/heads/develop
Commit: 7a3c0e875d93e7663cfde041180cf7edb290624e
Parents: 643a8cc
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Thu May 18 11:52:06 2017 -0400
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Thu May 18 11:52:06 2017 -0400

----------------------------------------------------------------------
 .../src/main/resources/META-INF/maven/archetype.xml                 | 1 +
 .../src/main/resources/META-INF/maven/archetype.xml                 | 1 +
 .../src/main/resources/META-INF/maven/archetype.xml                 | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7a3c0e87/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml
----------------------------------------------------------------------
diff --git 
a/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml
 
b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml
index e765a36..7c92985 100644
--- 
a/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ 
b/archetypes/flexjs-simple-application-archetype/src/main/resources/META-INF/maven/archetype.xml
@@ -22,6 +22,7 @@
            
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0
 http://maven.apache.org/xsd/archetype-1.0.0.xsd";>
   <id>flexjs-simple-application-archetype</id>
   <resources>
+    <resource>.mvn/extensions.xml</resource>
     <resource>src/main/flex/App.mxml</resource>
   </resources>
 </archetype>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7a3c0e87/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
----------------------------------------------------------------------
diff --git 
a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
 
b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
index e765a36..7c92985 100644
--- 
a/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ 
b/archetypes/flexjs-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
@@ -22,6 +22,7 @@
            
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0
 http://maven.apache.org/xsd/archetype-1.0.0.xsd";>
   <id>flexjs-simple-application-archetype</id>
   <resources>
+    <resource>.mvn/extensions.xml</resource>
     <resource>src/main/flex/App.mxml</resource>
   </resources>
 </archetype>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7a3c0e87/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
----------------------------------------------------------------------
diff --git 
a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
 
b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
index e765a36..7c92985 100644
--- 
a/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ 
b/archetypes/flexjs-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
@@ -22,6 +22,7 @@
            
xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0
 http://maven.apache.org/xsd/archetype-1.0.0.xsd";>
   <id>flexjs-simple-application-archetype</id>
   <resources>
+    <resource>.mvn/extensions.xml</resource>
     <resource>src/main/flex/App.mxml</resource>
   </resources>
 </archetype>

Reply via email to