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 14BF1C9A7 for ; Thu, 27 Jun 2013 15:31:51 +0000 (UTC) Received: (qmail 41029 invoked by uid 500); 27 Jun 2013 15:31:48 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 40522 invoked by uid 500); 27 Jun 2013 15:31:44 -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 40507 invoked by uid 99); 27 Jun 2013 15:31:43 -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:31:43 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ctrueden.wisc@gmail.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jun 2013 15:31:38 +0000 Received: by mail-vc0-f169.google.com with SMTP id ia10so331435vcb.14 for ; Thu, 27 Jun 2013 08:31:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=EtWC6Xja3biDPDvEzxQGn1nynU6RyHE3PVCNXPHrn04=; b=XCl5py0YdvpZUrhzAV+YkN23wB4TGqqPI8ojHgNrKPLiD/ThrhUnorS5oFw4J7cgn1 8COgUQQWliVE/rI4DxN1uqvWq6vNkym0BeIZpoteA7Rk9SKJDSuqAf+3PGyL2GYxzOPp Js9a3E+silo8Cq5g/QAMYIixsu2JOd64Q66wwe6826UBdLUa8YQJE8GU85RrNOQu5eRO 0x319AF6ymPP1qkV86Ly5dLbd/wKV7LzeCdfL7EhpxTwIfx3uot8pX3j4B0cBTkJ+2lv ITnBcN0mYTHzG+6dNPnD5tVRCxHDyITd2lkslSPY56WxKJJHan/bmBcpFLqxS/QbxB7V wwEg== X-Received: by 10.58.119.233 with SMTP id kx9mr3801330veb.3.1372347077424; Thu, 27 Jun 2013 08:31:17 -0700 (PDT) MIME-Version: 1.0 Sender: ctrueden.wisc@gmail.com Received: by 10.58.216.99 with HTTP; Thu, 27 Jun 2013 08:30:47 -0700 (PDT) In-Reply-To: References: From: Curtis Rueden Date: Thu, 27 Jun 2013 10:30:47 -0500 X-Google-Sender-Auth: URZ7nHhe1OeNgRLSdVXXAMWw5v8 Message-ID: Subject: Re: Is it necessary to learn XML in order to lear Maven? To: Maven Users List Content-Type: multipart/alternative; boundary=001a11c391be0efa8e04e024749d X-Virus-Checked: Checked by ClamAV on apache.org --001a11c391be0efa8e04e024749d Content-Type: text/plain; charset=ISO-8859-1 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 really need an in-depth understanding of XML in order to hack together a Maven 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 wrote: > 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 > --001a11c391be0efa8e04e024749d--