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 202739610 for ; Fri, 2 Mar 2012 18:01:40 +0000 (UTC) Received: (qmail 27220 invoked by uid 500); 2 Mar 2012 18:01:37 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 27151 invoked by uid 500); 2 Mar 2012 18:01:37 -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 27142 invoked by uid 99); 2 Mar 2012 18:01:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 18:01:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dantran@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Mar 2012 18:01:31 +0000 Received: by vbbfq11 with SMTP id fq11so2051868vbb.30 for ; Fri, 02 Mar 2012 10:01:11 -0800 (PST) Received-SPF: pass (google.com: domain of dantran@gmail.com designates 10.52.94.20 as permitted sender) client-ip=10.52.94.20; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dantran@gmail.com designates 10.52.94.20 as permitted sender) smtp.mail=dantran@gmail.com; dkim=pass header.i=dantran@gmail.com Received: from mr.google.com ([10.52.94.20]) by 10.52.94.20 with SMTP id cy20mr17798351vdb.117.1330711271024 (num_hops = 1); Fri, 02 Mar 2012 10:01:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=32uucNs8XFzfRk+T8viieol7pVmQ5LwbYykrP4ZFe+0=; b=BqIazYUuYnmvUjAEHtir8ps26vUTLdUa6Z/pQW+KdZtv0S3qgaz4W6CsMsZK/VIs3h 5YNxJTBz/gejYSg8E53Vf+qwLAy82De02ScUDjors7cqzoAx0qx5nYyotRuPZNVz2jHx 7ngTUO7oRinhEB8YGmMMwWkBkXFatMtm4m5m+X871bDfS6mVTZZTX1GBdpAqfy0YvoAC WoDN7ghGBk4iWtJr4t40aMi/yLlhyt0WdHVd/qkOcu4owI0Uk9JAlJ+42q3jqoQQiP7i HwvLZ9Dxako/zcwNzgYXRhMQeMWHl+ZgB4uEHcqN6KqqtHV0Fh8L6XalWUf1oCkcfj7I gPyw== MIME-Version: 1.0 Received: by 10.52.94.20 with SMTP id cy20mr15181708vdb.117.1330711270967; Fri, 02 Mar 2012 10:01:10 -0800 (PST) Received: by 10.220.188.129 with HTTP; Fri, 2 Mar 2012 10:01:10 -0800 (PST) In-Reply-To: References: <4F503F66.8060001@gmail.com> Date: Fri, 2 Mar 2012 10:01:10 -0800 Message-ID: Subject: Re: Maven as an installation tool From: Dan Tran To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Please discard my last comment, wrong topic. -D On Fri, Mar 2, 2012 at 12:17 AM, Dan Tran wrote: > If i have to repeatedly doing the same thing every day.... maven > plugin is a way to go since I can run it any where i like as long as > maven installed and point to our central maven repo. > > > -D > > On Thu, Mar 1, 2012 at 11:57 PM, Anders Hammar wrote: >>> Sonatype do some black magic for provision developer desktops, check >>> their website. >>> There was a demo I saw that pulled down your Eclipse binaries and >>> installing plugins and did some configuration stuff. >>> I believe that the bundling of the artifacts for provisioning live in >>> Nexus - not sure if its a p2 or maven repository. >> >> You're referring to their Onboarding solution that they've turned open source: >> https://github.com/sonatype/onboarding >> >> This is for materializing (and update) an Eclipse IDE installation. It >> pulls artifacts from a P2 repository in Nexus. >> >> /Anders >> >>> >>> As the other thread "Is Maven the Answer" says you may be better off >>> with a pure scripting language or Ant if you want to do non >>> build-lifecycle event handling. >>> >>> Getting Maven to do what you are suggesting is not going to be simply >>> a matter of hooking assembly plugin together with some dependencies. >>> You are probably going to have to develop a plugin - at which point >>> you have to wonder whether it fits into the idea of Maven's lifecycle >>> (and I suggest not). >>> >>> If you are running on Windows tools like SCCM do the installation >>> management for you. >>> Is it worth rolling your own? >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >>> For additional commands, e-mail: users-help@maven.apache.org >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org