Followed gv's example on yaafi-crypto to clean up all poms, removed old deployment management profiles, removed old maven 1.x build files, fixed test case in PBE that relied on old project file, added missing licenses to poms

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi@1846008 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 836601f..1388aeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,15 +38,6 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi/</developerConnection>

     <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/</url>

   </scm>

-

-  

-  <distributionManagement>

-    <site>

-      <id>apache.website</id>

-      <name>Fulcrum Yaafi Website</name>

-      <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi/</url>

-    </site>    

-  </distributionManagement>

 	

   <developers>

     <developer>

@@ -118,12 +109,9 @@
   <build>

     <sourceDirectory>${basedir}/src/java</sourceDirectory>

     <testSourceDirectory>${basedir}/src/test</testSourceDirectory>

-	<plugins>

-	  </plugins>

   </build>

   

   <properties>

-    <!-- This bits are used for the staging directory -->

     <turbine.site.path>fulcrum/fulcrum-yaafi</turbine.site.path>

   </properties>  

 </project>
\ No newline at end of file