Repository: flex-falcon
Updated Branches:
refs/heads/develop 70a7dc208 -> e94f6bf6f
Streamlined the root poms for flex-falcon and flex-asjs
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e94f6bf6
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e94f6bf6
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e94f6bf6
Branch: refs/heads/develop
Commit: e94f6bf6f2faf340e9ccf7c1f7db31797fcbebc3
Parents: 70a7dc2
Author: Christofer Dutz <christofer.dutz@codecentric.de>
Authored: Fri Jul 1 11:00:28 2016 +0200
Committer: Christofer Dutz <christofer.dutz@codecentric.de>
Committed: Fri Jul 1 11:00:28 2016 +0200
----------------------------------------------------------------------
pom.xml | 152 +++++++++++++++++++++++++++++------------------------------
1 file changed, 76 insertions(+), 76 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e94f6bf6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f971ee3..be14306 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,59 +35,44 @@
<name>Apache Flex - FlexJS</name>
<description>The Apache Flex FlexJS Project</description>
+ <scm>
+ <connection>scm:git://git.apache.org/flex-falcon.git</connection>
+ <developerConnection>scm:git://git.apache.org/flex-falcon.git</developerConnection>
+ <url>https://github.com/apache/flex-falcon</url>
+ </scm>
+
+ <properties>
+ <java.version>1.6</java.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
+ <maven.version>3.3.1</maven.version>
+
+ <flex.version>4.15.0</flex.version>
+ <flash.version>20.0</flash.version>
+ <air.version>20.0</air.version>
+
+ <!-- URL of the ASF SonarQube server -->
+ <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
+ <!-- Tell sonar where the coverage reports are located -->
+ <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
+ <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
+ <!-- Exclude all generated code -->
+ <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
+ </properties>
+
<!-- Only configure the site distribution as the rest is handled by the apache parent
-->
<distributionManagement>
<site>
<id>website</id>
+ <!-- TODO: Set this to the correct url -->
<url>scp://www.mycompany.com/www/docs/project/</url>
</site>
</distributionManagement>
- <repositories>
- <repository>
- <id>apache-release</id>
- <url>https://repository.apache.org/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>apache-snapshots</id>
- <url>https://repository.apache.org/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>apache-plugins-release</id>
- <url>https://repository.apache.org/content/repositories/releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>apache-plugins-snapshots</id>
- <url>https://repository.apache.org/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- </pluginRepositories>
+ <issueManagement>
+ <system>Jira</system>
+ <url>https://issues.apache.org/jira/browse/FLEX</url>
+ </issueManagement>
<mailingLists>
<mailingList>
@@ -106,37 +91,6 @@
</mailingList>
</mailingLists>
- <issueManagement>
- <system>Jira</system>
- <url>https://issues.apache.org/jira/browse/FLEX</url>
- </issueManagement>
-
- <scm>
- <connection>scm:git://git.apache.org/flex-falcon.git</connection>
- <developerConnection>scm:git://git.apache.org/flex-falcon.git</developerConnection>
- <url>https://github.com/apache/flex-falcon</url>
- </scm>
-
- <properties>
- <java.version>1.6</java.version>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
- <maven.version>3.3.1</maven.version>
-
- <!-- URL of the ASF SonarQube server -->
- <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
-
- <flex.version>4.15.0</flex.version>
- <flash.version>20.0</flash.version>
- <air.version>20.0</air.version>
-
- <!-- Tell sonar where the coverage reports are located -->
- <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath>
- <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath>
- <!-- Exclude all generated code -->
- <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
- </properties>
-
<!--
As the compiler needs artifacts that are part of this project, the build
will fail, if the utility artifacts compiler-build-tools or compiler-jburg-types
@@ -536,4 +490,50 @@
</plugins>
</reporting>
+ <repositories>
+ <repository>
+ <id>apache-release</id>
+ <url>https://repository.apache.org/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>apache-snapshots</id>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>apache-plugins-release</id>
+ <url>https://repository.apache.org/content/repositories/releases</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>apache-plugins-snapshots</id>
+ <url>https://repository.apache.org/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
</project>
\ No newline at end of file
|