Repository: flex-falcon Updated Branches: refs/heads/develop 64150ba7a -> 8c5eb3b1f
- Removed the "externs" profile - Made the "compiler" profile active per default Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/8c5eb3b1 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/8c5eb3b1 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/8c5eb3b1 Branch: refs/heads/develop Commit: 8c5eb3b1ffeccd34ef67dafa2268bdaac45c88ef Parents: 64150ba Author: Christofer Dutz <[email protected]> Authored: Mon Jul 18 08:58:43 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Mon Jul 18 08:58:43 2016 +0200 ---------------------------------------------------------------------- pom.xml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/8c5eb3b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c7078e8..2b1a195 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <version>0.7.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>Apache Flex - FlexJS</name> + <name>Apache Flex - FlexJS: Compiler</name> <description>The Apache Flex FlexJS Project</description> <scm> @@ -115,6 +115,9 @@ <profile> <id>compiler</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> <properties> <active-profile>compiler</active-profile> </properties> @@ -128,16 +131,6 @@ <module>flexjs-maven-plugin</module> </modules> </profile> - - <profile> - <id>externs</id> - <properties> - <active-profile>externs</active-profile> - </properties> - <modules> - <module>externs</module> - </modules> - </profile> </profiles> <build> @@ -460,7 +453,7 @@ <artifactId>maven-changelog-plugin</artifactId> <version>2.3</version> <configuration> - <!-- Automatically link Jire issues --> + <!-- Automatically link Jira issues --> <issueLinkUrl>https://issues.apache.org/jira/browse/%ISSUE%</issueLinkUrl> </configuration> </plugin>
