Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 4786 invoked from network); 28 Nov 2008 22:53:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2008 22:53:43 -0000 Received: (qmail 9454 invoked by uid 500); 28 Nov 2008 22:53:48 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 9289 invoked by uid 500); 28 Nov 2008 22:53:48 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 9270 invoked by uid 99); 28 Nov 2008 22:53:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 14:53:48 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Nov 2008 22:52:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 54FFA234C296 for ; Fri, 28 Nov 2008 14:52:46 -0800 (PST) Message-ID: <1690438813.1227912766333.JavaMail.jira@brutus> Date: Fri, 28 Nov 2008 14:52:46 -0800 (PST) From: "Fernando (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-796) publish sources along with jar files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org publish sources along with jar files ------------------------------------ Key: OPENJPA-796 URL: https://issues.apache.org/jira/browse/OPENJPA-796 Project: OpenJPA Issue Type: Improvement Components: build / infrastructure Affects Versions: 2.0.0 Reporter: Fernando very simple, just need to add this to the pom.xml file at the top level, then all builds will publish sources too. Very useful! Index: pom.xml =================================================================== --- pom.xml (revision 721538) +++ pom.xml (working copy) @@ -481,6 +481,27 @@ META-INF + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-source-plugin + + + + jar + + + + + -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.