[maven-release-plugin]  copy for tag jena-sdb-1.3.5

git-svn-id: https://svn.apache.org/repos/asf/jena/tags/jena-sdb-1.3.5@1396701 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/BUILD b/BUILD
index 2cb1c4d..8d1bd74 100644
--- a/BUILD
+++ b/BUILD
@@ -1,27 +1,15 @@
 Apache Jena - single module instructions
 ========================================
 
-This file contain the instructions for building this module from the
-source-release artifact.  The build instructions to create the whole of
-this Jena release are in the apache-jena-VER.zip file.
-
-The build process assumes the dependencies of this module are available in
-the local maven repository.
-
-jena-top -> jena-iri -> jena-core -> jena-arq -> apache-jena (the download).
-
-jena-sdb and jena-tdb depend on jena-arq.
-
-The instructions are the same for each jena-* module.
-
-We assume you are building "jena-zzz" in these instructions.
+This file contain the instructions for building Apache Jena SDB from the
+source-release artifact.
 
 == Download
 
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/jena/
+http://www.apache.org/dist/jena/sources/
 
 == Verify the signature
 
@@ -35,9 +23,7 @@
 
 The file with extension .asc contains the 
 
-For the zip file of the zzz module:
-
-    gpg --verify jena-zzz-VER-source-release.zip.asc
+    gpg --verify jena-sdb-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -46,16 +32,16 @@
 
 Example (linux):
 
-    md5sum jena-zzz-VER-source-release.zip
+    md5sum jena-sdb-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-source-release.zip
+   unzip -q jena-sdb-VER-source-release.zip
 
-will create a directory "jena-zzz-VER" with the files needed to
+will create a directory "jena-sdb-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER
+   cd jena-sdb-VER
 
 == Ensure the dependecies are available
 
diff --git a/dist/dist.sh b/dist/dist.sh
index 519329c..0750052 100755
--- a/dist/dist.sh
+++ b/dist/dist.sh
@@ -12,5 +12,8 @@
 mkdir dist-sdb/binaries
 mkdir dist-sdb/sources
 
-cp REPO/org/apache/jena/jena-sdb/*/jena-sdb-*-distribution.tar.gz* dist-sdb/binaries
+find REPO -name \*.asc.md5 | xargs rm
+find REPO -name \*.asc.sha1 | xargs rm
+
+cp REPO/org/apache/jena/jena-sdb/*/jena-sdb-*-distribution.* dist-sdb/binaries
 cp REPO/org/apache/jena/jena-sdb/*/jena-sdb-*-source-release.zip*  dist-sdb/sources
diff --git a/pom.xml b/pom.xml
index e3798d0..4f71ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,12 +175,6 @@
               <goal>jar</goal>
             </goals>
           </execution>
-          <execution>
-            <id>attach-sources-test</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
         </executions>
       </plugin>
 
@@ -207,20 +201,6 @@
         </configuration>
       </plugin>
 
-      <!-- see: http://maven.apache.org/guides/mini/guide-attached-tests.html -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>