Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62FD5118D5 for ; Thu, 19 Jun 2014 15:08:15 +0000 (UTC) Received: (qmail 70567 invoked by uid 500); 19 Jun 2014 15:08:15 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 70526 invoked by uid 500); 19 Jun 2014 15:08:15 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 70516 invoked by uid 99); 19 Jun 2014 15:08:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 15:08:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 15:08:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A349E2388980; Thu, 19 Jun 2014 15:07:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1603913 - /struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml Date: Thu, 19 Jun 2014 15:07:51 -0000 To: commits@struts.apache.org From: pbenedict@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140619150751.A349E2388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pbenedict Date: Thu Jun 19 15:07:51 2014 New Revision: 1603913 URL: http://svn.apache.org/r1603913 Log: Generate sources and javadocs Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml Modified: struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml?rev=1603913&r1=1603912&r2=1603913&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml (original) +++ struts/struts1/branches/STRUTS_1_2_BRANCH/pom.xml Thu Jun 19 15:07:51 2014 @@ -184,6 +184,22 @@ + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + 1.5 + + + + + maven-surefire-plugin 2.17 @@ -196,6 +212,19 @@ + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + +