From 621cc043c997310588a28e2f0b63d4941646db3a Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Wed, 4 Jan 2012 12:29:24 +0000 Subject: [PATCH] [NPANDAY-429] only produce a ZIP source release, and move to a standard Apache configuration git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/trunk@1227134 13f79535-47bb-0310-9956-ffa450edef68 --- DISCLAIMER.txt => DISCLAIMER | 0 LICENSE.txt => LICENSE | 0 NOTICE.txt => NOTICE | 0 README.txt => README | 0 pom.xml | 80 +----------------------------------- 5 files changed, 1 insertion(+), 79 deletions(-) rename DISCLAIMER.txt => DISCLAIMER (100%) rename LICENSE.txt => LICENSE (100%) rename NOTICE.txt => NOTICE (100%) rename README.txt => README (100%) diff --git a/DISCLAIMER.txt b/DISCLAIMER similarity index 100% rename from DISCLAIMER.txt rename to DISCLAIMER diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/NOTICE.txt b/NOTICE similarity index 100% rename from NOTICE.txt rename to NOTICE diff --git a/README.txt b/README similarity index 100% rename from README.txt rename to README diff --git a/pom.xml b/pom.xml index 728f7fbd..b8f0796b 100644 --- a/pom.xml +++ b/pom.xml @@ -301,7 +301,7 @@ under the License. https://svn.apache.org/repos/asf/incubator/npanday/branches false deploy - -Pnpanday-release,dist + -Papache-release,dist clean install true forked-path @@ -620,84 +620,6 @@ under the License. dist - - npanday-release - - - - - - - maven-assembly-plugin - false - - src/assembly/src.xml - target - npanday-${project.version} - - - - make-assembly - package - - single - - - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - ${gpg.passphrase} - - - - - sign - - - - - - - branch