Cleanup / adjust pom.xml file to get ready for next release

git-svn-id: https://svn.apache.org/repos/asf/james/jspf/trunk@953387 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assemble/pom.xml b/assemble/pom.xml
index 5849982..5db8e80 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -25,7 +25,6 @@
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
     <version>0.9.8-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Apache JAMES jSPF Assembly</name>
   <description>
@@ -64,6 +63,7 @@
         <version>2.2-beta-2</version>
         <configuration>
           <descriptorSourceDirectory>src/assemble/</descriptorSourceDirectory>
+          <tarLongFileMode>gnu</tarLongFileMode>        
         </configuration>
         <executions>
           <execution>
diff --git a/pom.xml b/pom.xml
index 441a8aa..8b6f120 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,8 @@
   <properties>
     <project.build.sourceEncoding>iso-8859-15</project.build.sourceEncoding>
     <target.jdk>1.5</target.jdk>
+    <!-- Override the source descriptor -->
+    <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
   </properties>
 
 </project>
diff --git a/resolver/pom.xml b/resolver/pom.xml
index 9e4eee2..0415e93 100644
--- a/resolver/pom.xml
+++ b/resolver/pom.xml
@@ -25,7 +25,6 @@
     <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
     <version>0.9.8-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
   </parent>
   <name>Apache JAMES jSPF Resolver</name>
   <description>
diff --git a/tester/pom.xml b/tester/pom.xml
index da4910e..4cffd37 100644
--- a/tester/pom.xml
+++ b/tester/pom.xml
@@ -137,10 +137,7 @@
             </manifestEntries>
           </archive>
         </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>      
+      </plugin>   
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <executions>