Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 307F4109A9 for ; Fri, 20 Dec 2013 23:44:26 +0000 (UTC) Received: (qmail 54915 invoked by uid 500); 20 Dec 2013 23:44:24 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 54841 invoked by uid 500); 20 Dec 2013 23:44:24 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 54833 invoked by uid 99); 20 Dec 2013 23:44:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 23:44:24 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mgainty@hotmail.com designates 65.55.116.24 as permitted sender) Received: from [65.55.116.24] (HELO blu0-omc1-s13.blu0.hotmail.com) (65.55.116.24) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 23:44:19 +0000 Received: from BLU172-W7 ([65.55.116.9]) by blu0-omc1-s13.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 20 Dec 2013 15:43:59 -0800 X-TMN: [edeLkHMnPgdrFrbNSFsvgpwlHcXcTzYk] X-Originating-Email: [mgainty@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_13ab8ccc-a05f-4e9b-b392-c96158ba1736_" From: Martin Gainty To: "users@maven.apache.org" Subject: RE: Maven for C/C++ development usable as well? Hudson server? Date: Fri, 20 Dec 2013 18:43:58 -0500 Importance: Normal In-Reply-To: <1387554297241-5779170.post@n5.nabble.com> References: <1327496505.85675.YahooMailNeo@web24611.mail.ird.yahoo.com> <1387430799251-5778955.post@n5.nabble.com> <1387518258772-5779091.post@n5.nabble.com> ,<1387554297241-5779170.post@n5.nabble.com> MIME-Version: 1.0 X-OriginalArrivalTime: 20 Dec 2013 23:43:59.0284 (UTC) FILETIME=[5AC5DF40:01CEFDDD] X-Virus-Checked: Checked by ClamAV on apache.org --_13ab8ccc-a05f-4e9b-b392-c96158ba1736_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable =20 > Date: Fri=2C 20 Dec 2013 07:44:57 -0800 > From: poubelle2013@limule.com > To: users@maven.apache.org > Subject: RE: Maven for C/C++ development usable as well? Hudson server? >=20 > That's done=2C after 2 hours of fight against svn (install svn=2C read > documentation=2C apply diff=2C generate patch=2C remember login access in= jira=2C > etc...) > It's exactly as Dan Tran expects it: > http://jira.codehaus.org/browse/MOJO-1647 >=20 > I must admit that even with this patch=2C I did not success to convince m= y > colleagues (who were using Borland C++ under MS smopuiM) to use maven. Th= ey > use svn cross references to mix sources files.=20 MG>maven-jxr-plugin The JXR plugin has 2 goals: - * {{{plugin-info.html}jxr:jxr}} is used to generate a cross-reference pa= ge of the project's main sources. The generated JXR + * {{{jxr-mojo.html}jxr:jxr}} is used to generate a cross-reference page = of the project's main sources. The generated JXR files can be linked to the javadocs of the project. =20 - * {{{plugin-info.html}jxr:test-jxr}} on the other hand=2C is used to gen= erate a cross-reference page of the project's test sources. + * {{{test-jxr-mojo.html}jxr:test-jxr}} on the other hand=2C is used to g= enerate a cross-reference page of the project's test sources. MG>http://maven.apache.org/plugins/maven-jxr-plugin/ =20 It was a real nightmare to > try to clarify dependencies between projects... MG>mvn dependency:tree -Dverbose MG>http://maven.apache.org/plugins/maven-dependency-plugin/examples/resolvi= ng-conflicts-using-the-dependency-tree.html MG>maven is a build management system which handles all artifacts under a k= nown universal configurator MG>an example is Window DLLs can be built by Borland MG>Apple Ios Distros can be handled by Cocoa MG>all of the Entity Beans and Framework classes for your WebServer can be= handled by Classic Java MG>There is no other build management system which instruments all artifact= s for All Languages for All MG>Device/Platform combinations.. =20 >=20 >=20 > -- > View this message in context: http://maven.40175.n5.nabble.com/Maven-for-= C-C-development-usable-as-well-Hudson-server-tp5430131p5779170.html > Sent from the Maven - Users mailing list archive at Nabble.com. >=20 > --------------------------------------------------------------------- > To unsubscribe=2C e-mail: users-unsubscribe@maven.apache.org > For additional commands=2C e-mail: users-help@maven.apache.org >=20 = --_13ab8ccc-a05f-4e9b-b392-c96158ba1736_--