Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CC3D4200B95 for ; Tue, 27 Sep 2016 16:31:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CAC2B160AE8; Tue, 27 Sep 2016 14:31:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45EF5160AD2 for ; Tue, 27 Sep 2016 16:31:07 +0200 (CEST) Received: (qmail 41008 invoked by uid 500); 27 Sep 2016 14:31:06 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 41000 invoked by uid 99); 27 Sep 2016 14:31:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2016 14:31:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C102418587A for ; Tue, 27 Sep 2016 14:31:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id YA7s_h4nAGAG for ; Tue, 27 Sep 2016 14:31:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id E4EED5FC24 for ; Tue, 27 Sep 2016 14:30:59 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6E6B2E7BF7 for ; Tue, 27 Sep 2016 14:30:58 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6C8B43A18AB for ; Tue, 27 Sep 2016 14:30:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1762497 [12/15] - in /flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/flex/ apidocs/org/apache/flex/maven/ apidocs/org/apache/flex/maven/flexjs/ apidocs/o... Date: Tue, 27 Sep 2016 14:30:57 -0000 To: commits@flex.apache.org From: cdutz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160927143058.6C8B43A18AB@svn01-us-west.apache.org> archived-at: Tue, 27 Sep 2016 14:31:09 -0000 Added: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dependency-info.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dependency-info.html?rev=1762497&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dependency-info.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dependency-info.html Tue Sep 27 14:30:55 2016 @@ -0,0 +1,140 @@ + + + + + + + + + Apache Flex - FlexJS: FlexJS Maven Plugin – Dependency Information + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Dependency Information

+
+

Apache Maven

+
<dependency>
+  <groupId>org.apache.flex.flexjs.compiler</groupId>
+  <artifactId>flexjs-maven-plugin</artifactId>
+  <version>0.8.0-SNAPSHOT</version>
+  <type>maven-plugin</type>
+</dependency>
+
+

Apache Buildr

+
'org.apache.flex.flexjs.compiler:flexjs-maven-plugin:maven-plugin:0.8.0-SNAPSHOT'
+
+

Apache Ivy

+
<dependency org="org.apache.flex.flexjs.compiler" name="flexjs-maven-plugin" rev="0.8.0-SNAPSHOT">
+  <artifact name="flexjs-maven-plugin" type="maven-plugin" />
+</dependency>
+
+

Groovy Grape

+
@Grapes(
+@Grab(group='org.apache.flex.flexjs.compiler', module='flexjs-maven-plugin', version='0.8.0-SNAPSHOT')
+)
+
+

Gradle/Grails

+
compile 'org.apache.flex.flexjs.compiler:flexjs-maven-plugin:0.8.0-SNAPSHOT'
+
+

Scala SBT

+
libraryDependencies += "org.apache.flex.flexjs.compiler" % "flexjs-maven-plugin" % "0.8.0-SNAPSHOT"
+
+

Leiningen

+
[org.apache.flex.flexjs.compiler/flexjs-maven-plugin "0.8.0-SNAPSHOT"]
+
+
+
+ +
+ + + + Added: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dev-activity.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dev-activity.html?rev=1762497&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dev-activity.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/dev-activity.html Tue Sep 27 14:30:55 2016 @@ -0,0 +1,111 @@ + + + + + + + + + Apache Flex - FlexJS: FlexJS Maven Plugin – Developer Activity Report + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Developer Activity Report

+

No developers found in pom.

+
+
+
+ +
+ + + + Added: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/distribution-management.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/distribution-management.html?rev=1762497&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/distribution-management.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/distribution-management.html Tue Sep 27 14:30:55 2016 @@ -0,0 +1,118 @@ + + + + + + + + + Apache Flex - FlexJS: FlexJS Maven Plugin – Project Distribution Management + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

Overview

+

The following is the distribution management information used by this project.

+ +
+

Snapshot Repository - apache.snapshots.https

https://repository.apache.org/content/repositories/snapshots
+
+

Site - apache.website

+

scm:svn:https://svn.apache.org/repos/asf/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin

+
+
+
+ +
+ + + + Added: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/docs.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/docs.html?rev=1762497&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/docs.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/docs.html Tue Sep 27 14:30:55 2016 @@ -0,0 +1,109 @@ + + + + + + + + + Apache Flex - FlexJS: FlexJS Maven Plugin – + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ + +
+
+
+ +
+ + + + Added: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/file-activity.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/file-activity.html?rev=1762497&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/file-activity.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/file-activity.html Tue Sep 27 14:30:55 2016 @@ -0,0 +1,120 @@ + + + + + + + + + Apache Flex - FlexJS: FlexJS Maven Plugin – File Activity Report + + + + + + + + + + + + +
+ + + + + +
+
+ +
+ + +
+ +
+

File Activity Report

+
+

Changes between 2016-08-28 and 2016-09-28

+

Total commits: 3
Total number of files changed: 1

+ + + + + + +
FilenameNumber of Times Changed
flexjs-maven-plugin/pom.xml 3
+
+
+
+ +
+ + + + Added: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/fonts/glyphicons-halflings-regular.eot URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/fonts/glyphicons-halflings-regular.eot?rev=1762497&view=auto ============================================================================== Binary file - no diff available. Propchange: flex/site/trunk/content/maven/flexjs/latest-dev/flexjs-maven-plugin/fonts/glyphicons-halflings-regular.eot ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream