Repository: flex-asjs Updated Branches: refs/heads/develop 097532374 -> 19cd2f26d
Streamlined the root poms for flex-falcon and flex-asjs Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/27cb63a1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/27cb63a1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/27cb63a1 Branch: refs/heads/develop Commit: 27cb63a16e2fa118a20de04b5b63513f8a9cfe0d Parents: 0975323 Author: Christofer Dutz <[email protected]> Authored: Fri Jul 1 11:00:28 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Fri Jul 1 11:00:28 2016 +0200 ---------------------------------------------------------------------- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/27cb63a1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a73a44..a6fa972 100644 --- a/pom.xml +++ b/pom.xml @@ -47,27 +47,22 @@ <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> + <!-- 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> </properties> - <modules> - <module>examples</module> - <module>frameworks</module> - </modules> - <!-- 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> @@ -94,6 +89,11 @@ </mailingList> </mailingLists> + <modules> + <module>examples</module> + <module>frameworks</module> + </modules> + <repositories> <repository> <id>apache-release</id>
