Fix Maven archetypes - add missing classifier for Language in flexjs-simple-application-archetype
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/51b2834f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/51b2834f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/51b2834f Branch: refs/heads/tlf Commit: 51b2834fac73a9469cb805ab5b4f8aa15bc5dd22 Parents: 73ea168 Author: piotrz <[email protected]> Authored: Tue May 30 22:01:58 2017 +0200 Committer: piotrz <[email protected]> Committed: Tue May 30 22:01:58 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/51b2834f/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml b/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml index fc47d37..82cb6d8 100644 --- a/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/flexjs-simple-application-archetype/src/main/resources/archetype-resources/pom.xml @@ -83,6 +83,7 @@ <artifactId>Language</artifactId> <version>0.8.0-SNAPSHOT</version> <type>swc</type> + <classifier>js</classifier> </dependency> </dependencies>
