Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 905B41171C for ; Tue, 15 Jul 2014 07:09:31 +0000 (UTC) Received: (qmail 91388 invoked by uid 500); 15 Jul 2014 07:09:31 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 91352 invoked by uid 500); 15 Jul 2014 07:09:31 -0000 Mailing-List: contact dev-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 dev@flex.apache.org Received: (qmail 91341 invoked by uid 99); 15 Jul 2014 07:09:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 07:09:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christofer.dutz@c-ware.de designates 213.199.154.17 as permitted sender) Received: from [213.199.154.17] (HELO emea01-am1-obe.outbound.protection.outlook.com) (213.199.154.17) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 07:09:24 +0000 Received: from DBXPR05MB237.eurprd05.prod.outlook.com (10.242.143.147) by DBXPR05MB239.eurprd05.prod.outlook.com (10.242.143.153) with Microsoft SMTP Server (TLS) id 15.0.985.8; Tue, 15 Jul 2014 07:09:01 +0000 Received: from DBXPR05MB237.eurprd05.prod.outlook.com ([169.254.7.72]) by DBXPR05MB237.eurprd05.prod.outlook.com ([169.254.7.72]) with mapi id 15.00.0985.008; Tue, 15 Jul 2014 07:09:01 +0000 From: Christofer Dutz To: "dev@flex.apache.org" Subject: Building Falcon with Maven Thread-Topic: Building Falcon with Maven Thread-Index: AQHPn/q+oOfhL5ZzNk+U+OEyDaHH+w== Date: Tue, 15 Jul 2014 07:09:00 +0000 Message-ID: <1405408139362.11402@c-ware.de> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [193.99.42.56] x-microsoft-antispam: BCL:0;PCL:0;RULEID: x-forefront-prvs: 027367F73D x-forefront-antispam-report: SFV:NSPM;SFS:(6009001)(199002)(189002)(86362001)(107886001)(31966008)(2656002)(77982001)(107046002)(36756003)(83072002)(2351001)(87936001)(81342001)(81542001)(92726001)(85852003)(229853001)(46102001)(92566001)(101416001)(16236675004)(19625215002)(74482001)(66066001)(4396001)(99396002)(19627405001)(20776003)(50986999)(64706001)(79102001)(77096002)(110136001)(74662001)(106116001)(85306003)(19580395003)(21056001)(75402002)(83322001)(106356001)(105586002)(95666004)(54356999);DIR:OUT;SFP:;SCL:1;SRVR:DBXPR05MB239;H:DBXPR05MB237.eurprd05.prod.outlook.com;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;LANG:en; Content-Type: multipart/alternative; boundary="_000_140540813936211402cwarede_" MIME-Version: 1.0 X-OriginatorOrg: c-ware.de X-Virus-Checked: Checked by ClamAV on apache.org --_000_140540813936211402cwarede_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi (especially) Jose, I was just informed that you are working on making falcon buildable with Ma= ven. First of all that is great. But we should coordinate how the artifacts are called. I could see that your artifacts for the compiler are located in the groupId= "org.apache.flex". You would make things a lot easier if you used "org.apa= che.flex.compiler" instead. Otherwise the structure would start getting a l= ittle messy. This way all compiler related artifacts are generated to "org.= apache.flex.compiler", all framework related artifacts are generated to "or= g.apache.flex.framework". This is also somewhat the structure all maven for= ms of Flex have had and I strongly suggest to continue this. Secondly I wou= ld suggest to either generate the artifacts to "org.apache.flex.compiler.fa= lcon" groupId or call the artifact "falcon-compiler" because the normal FDK= s allready have an artifact called compiler. If you need any help with this work, I'd rather help here than implement a = Mavenizer for Falcon (Which I had allready started working on) ;-) For example I remember a plugin for downloading and locally deploying a sin= gle jar file. This might be good for the jburg dependency. Chris --_000_140540813936211402cwarede_--