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 AEB29102E6 for ; Wed, 6 Nov 2013 18:43:09 +0000 (UTC) Received: (qmail 38364 invoked by uid 500); 6 Nov 2013 18:43:07 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 38272 invoked by uid 500); 6 Nov 2013 18:43:06 -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 38260 invoked by uid 99); 6 Nov 2013 18:43:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 18:43:06 +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 (nike.apache.org: domain of jasontesser@gmail.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-ie0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 18:42:54 +0000 Received: by mail-ie0-f182.google.com with SMTP id as1so18326499iec.27 for ; Wed, 06 Nov 2013 10:42:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=Ez3zssRdt9eFCBiGaC0qkKw0QE5CbyRxqTIZioT97is=; b=WfebQyGyQSPQEyNci0cretnbHX3W3ML/ODzjGEQBkfshlHXw+Ud1nkJDJYlIOYjUL4 NlDBP48yzWlx3QigM6Dvkf5VX8WtAlLH4JPegA+LUWWtPzh21aAWeLOCiUkYx89uVwGR HnoMohF1wd5GtAQj3YPs8ITPEmRibAIfnh9LqN77yc4dmxR2gSXWeD9r0b6C+e4Db5nB DV+rhkHHmqrfgbOIS8Z3/aJl+1OjkQXLqB0Km2uIKo3aTeTiQwIChq/RAz6vzE+98uFd 252Vc3hmx6jgF38SeYrXcgt0Exr8ydhDjsYYlrX4k4y4yHxg3H6EZc/5xrwrHNyENsnp JnTQ== X-Received: by 10.50.30.42 with SMTP id p10mr3473319igh.5.1383763352706; Wed, 06 Nov 2013 10:42:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.16.65 with HTTP; Wed, 6 Nov 2013 10:42:12 -0800 (PST) From: Jason Tesser Date: Wed, 6 Nov 2013 13:42:12 -0500 Message-ID: Subject: Help for Maven Migration To: users@maven.apache.org Content-Type: multipart/alternative; boundary=047d7bdc9db217b24004ea8683c0 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc9db217b24004ea8683c0 Content-Type: text/plain; charset=UTF-8 I am trying to figure out the best way to migrate over and use Maven for Dependency Management. My question is : I have about 130 Jars in the Project we are a large project. I have Artifactory set up. SOme of the JARs I don't even have versions for as they have been around for years. A few we have even modified. I want to know Should I just deploy my entire WEB-INF/lib to Artifactory? I have figured out for a single JAR I can deploy the artifact like so mvn deploy:deploy-file -e -Durl=http://repo.dotcms.com/artifactory/dotcms-DrepositoryId=dotcms -Dfile=Tidy.jar -Dversion=ukv -DgroupId=com.dotcms.lib -Dpackaging=jar -DartifactId=Tidy Deploying my entire WEB-INF/lib seems easiest to me BUT then what is the EASIEST way to generate the POM for the dependencies? Is there a single command that can do this? Is there a MVN command that will do this for me? In the end I need a POM that people will point to that will have all the libs for compile time because they will be building plugins in our system --047d7bdc9db217b24004ea8683c0--