Return-Path: X-Original-To: apmail-chemistry-commits-archive@www.apache.org Delivered-To: apmail-chemistry-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6FF0E28E for ; Fri, 11 Jan 2013 10:16:49 +0000 (UTC) Received: (qmail 59613 invoked by uid 500); 11 Jan 2013 10:16:49 -0000 Delivered-To: apmail-chemistry-commits-archive@chemistry.apache.org Received: (qmail 59534 invoked by uid 500); 11 Jan 2013 10:16:47 -0000 Mailing-List: contact commits-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list commits@chemistry.apache.org Received: (qmail 59504 invoked by uid 99); 11 Jan 2013 10:16:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2013 10:16:46 +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; Fri, 11 Jan 2013 10:16:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 68E002388980; Fri, 11 Jan 2013 10:16:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1431968 - /chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml Date: Fri, 11 Jan 2013 10:16:26 -0000 To: commits@chemistry.apache.org From: fmui@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130111101626.68E002388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fmui Date: Fri Jan 11 10:16:26 2013 New Revision: 1431968 URL: http://svn.apache.org/viewvc?rev=1431968&view=rev Log: Server: archetype improvements Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml Modified: chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml?rev=1431968&r1=1431967&r2=1431968&view=diff ============================================================================== --- chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml (original) +++ chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-archetype/src/main/resources/archetype-resources/pom.xml Fri Jan 11 10:16:26 2013 @@ -17,6 +17,15 @@ + true + maven-compiler-plugin + + 1.6 + 1.6 + UTF-8 + + + org.apache.maven.plugins maven-war-plugin 2.3 @@ -47,6 +56,25 @@ 2.0 \${artifactId} + true + true + + + src/main/webapp/WEB-INF/sun-jaxws.xml + 1 + PROJECT_LOC/target/\${project.build.finalName}/WEB-INF/sun-jaxws.xml + + + src/main/webapp/WEB-INF/web.xml + 1 + PROJECT_LOC/target/\${project.build.finalName}/WEB-INF/web.xml + + + src/main/webapp/WEB-INF/wsdl + 2 + PROJECT_LOC/target/\${project.build.finalName}/WEB-INF/wsdl + +