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 B8F93C9C2 for ; Thu, 27 Jun 2013 15:35:57 +0000 (UTC) Received: (qmail 57792 invoked by uid 500); 27 Jun 2013 15:35:55 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 57733 invoked by uid 500); 27 Jun 2013 15:35:55 -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 57725 invoked by uid 99); 27 Jun 2013 15:35:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 15:35:54 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cody.a.fyler@wellsfargo.com designates 151.151.26.138 as permitted sender) Received: from [151.151.26.138] (HELO mxdcmv02i.wellsfargo.com) (151.151.26.138) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 15:35:49 +0000 Received: from mxicmi02.wellsfargo.com (mxicmi02.wellsfargo.com [170.13.76.133]) by mxdcmv02i.wellsfargo.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r5RFZRsH012878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 27 Jun 2013 15:35:28 GMT DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wellsfargo.com; s=2011-05-wfb; t=1372347328; bh=PJZhPBrjZsC66A+6ahfYUDBG6dOHnqD9ZeTxRfH7lZ8=; h=From:To:Subject:Date:Message-ID:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:MIME-Version; b=M+Ikx2TNcWtKiDQPEiiRHilx4U5I5RYs1vGlAM/REVQ7yWtAjjhB7+AfjO5cs2O7R D7kdWp5cL0GGxUi5vArugLGB+40jmRAEbHdursoe83QrI4d8IA9jsHPnt4Z6qKj6n9 InUuNMhSd0PeRTAm78cJ52GICnt9YDQajlwF2E9k= Received: from MSGEXSV27109.ent.wfb.bank.corp (msgexsv27109.wellsfargo.com [162.101.142.117]) by mxicmi02.wellsfargo.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r5RFZQwq000975 for ; Thu, 27 Jun 2013 15:35:27 GMT Received: from MSGEXSV21110.ent.wfb.bank.corp ([169.254.2.222]) by MSGEXSV27109.ent.wfb.bank.corp ([162.101.142.117]) with mapi id 14.02.0328.009; Thu, 27 Jun 2013 10:35:26 -0500 From: To: Subject: RE: Is it necessary to learn XML in order to lear Maven? Thread-Topic: Is it necessary to learn XML in order to lear Maven? Thread-Index: AQHOc0pIjWqH0wZ75Uu3oXWsHCBFwplKA9SA//+spCA= Date: Thu, 27 Jun 2013 15:35:26 +0000 Message-ID: <55BBB074DE5248439192BCB13699A4562FC583@MSGEXSV21110.ent.wfb.bank.corp> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.91.43.146] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I would argue that to be a competent, modern computer programmer, you DO ne= ed to learn XML. There are many powerful things that can be accomplished once you have that = knowledge. Cody Fyler Lending Grid Build Team cody.a.fyler@wellsfargo.com (515)-441-0814 -----Original Message----- From: ctrueden.wisc@gmail.com [mailto:ctrueden.wisc@gmail.com] On Behalf Of= Curtis Rueden Sent: Thursday, June 27, 2013 10:31 AM To: Maven Users List Subject: Re: Is it necessary to learn XML in order to lear Maven? Hi Nayana, > Is it necessary to learn XML in order to lear Maven? No, if you use Eclipse you can configure your POM in its graphical editor. Other IDEs may have similar things. Even if you edit POMs by hand, XML is "human readable" meaning you don't re= ally need an in-depth understanding of XML in order to hack together a Mave= n POM. My definition of "learn XML" would be more like: * Understand basics: elements vs. attributes, etc. * Understand XML validation; e.g. XSD and DTD * Understand XSLT stylesheets * Understand parsing: SAX, DOM and XPath And you certainly do not need to know those things to configure a Maven POM= . Regards, Curtis On Thu, Jun 27, 2013 at 10:22 AM, Nayana ABREU wr= ote: > Is it necessary to learn XML in order to lear Maven? > > Thanks > > -- > Nayana Holanda de Abreu > holanda.nayana@gmail.com > Phone: 662-801-6349 > Skype: nayanexbourdon > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org