Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 13745 invoked from network); 6 Nov 2005 22:13:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Nov 2005 22:13:26 -0000 Received: (qmail 16099 invoked by uid 500); 6 Nov 2005 22:13:25 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 16070 invoked by uid 500); 6 Nov 2005 22:13:25 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 16059 invoked by uid 99); 6 Nov 2005 22:13:25 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [207.7.158.203] (HELO cocoon.zones.apache.org) (207.7.158.203) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 14:13:24 -0800 Message-ID: <17125075.1131314932882.JavaMail.daisy@cocoon.zones.apache.org> Date: Sun, 6 Nov 2005 22:08:52 +0000 (GMT+00:00) From: daisy@cocoon.zones.apache.org To: docs@cocoon.apache.org Subject: [DAISY] Updated: Cocoon's Mavenization Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/756.html Document ID: 756 Branch: main Language: default Name: Cocoon's Mavenization (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 11/6/05 10:08:35 PM Updated by: Jorg Heymans A new version has been created, state: publish Parts =3D=3D=3D=3D=3D Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 4518 bytes (previous version: 4011 bytes) Content diff: (100 equal lines skipped)
  • create a subdirectory "jars"
  • copy the jar into this subdirectory, making sure it's named like <libraryname>-<version>.jar so maven can reference it.
  • +++
  • create a subdirectory poms, peer of "jars"
  • +++
  • create the pom for this jar, name it +++ <libraryname>-<version>.pom. For now just put the most basi= c +++ necessities in there eg
    +++
    +++ <?xml version=3D"1.0" encoding=3D"UTF-8"?>
    +++ <project>
    +++ =C2=A0 <modelVersion>4.0.0</modelVersion>
    +++ =C2=A0 <groupId>jdbi</groupId>
    +++ =C2=A0 <artifactId>jdbi</artifactId>
    +++ =C2=A0 <version>3.01beta</version>
    +++ </project>
    +++
  • chmod -R 0775 jdbi , so others can make changes later as well.
  • =20 (16 equal lines skipped) Fields =3D=3D=3D=3D=3D=3D no changes Links =3D=3D=3D=3D=3D no changes Custom Fields =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D no changes Collections =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D no changes