<html>
<head>
<style><!--
  body {background-color:#ffffff;}
  .file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
  .pathname {font-family:monospace; float:right;}
  .fileheader {margin-bottom:.5em;}
  .diff {margin:0;}
  .tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
  .tasklist ul {margin-top:0;margin-bottom:0;}
  tr.alt {background-color:#eeeeee}
  #added {background-color:#ddffdd;}
  #addedchars {background-color:#99ff99;font-weight:bolder;}
  tr.alt #added {background-color:#ccf7cc;}
  #removed {background-color:#ffdddd;}
  #removedchars {background-color:#ff9999;font-weight:bolder;}
  tr.alt #removed {background-color:#f7cccc;}
  #copied {background-color:#ccccff;}
  tr.alt #copied {background-color:#bbbbf7;}
  #info {color:#888888;}
  #context {background-color:#eeeeee;}
  td {padding-left:.3em;padding-right:.3em;}
  tr.head {border-bottom-width:1px;border-bottom-style:solid;}
  tr.head td {padding:0;padding-top:.2em;}
  .task {background-color:#ffff00;}
  .comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
  .error {color:red;}
  hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="5">Commit in <b><tt>metaas/tags</tt></b></td></tr>
<tr><td><tt><a href="#file1"><span id="copied">metaas-0.8-b1</span></a></tt> </td><td colspan="3" align="center"><small id="info">[copied]</small></td><td nowrap="nowrap" align="center">metaas/trunk:546 -&gt; 547</td></tr>
<tr class="alt"><td><tt>metaas-0.8-b1/<a href="#file2"><span id="removed">pom.xml</span></a></tt> </td><td></td><td></td><td align="right" id="removed">-276</td><td nowrap="nowrap">539 removed</td></tr>
<tr><td><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;/<a href="#file3"><span id="copied">pom.xml</span></a></tt> </td><td colspan="3" align="center"><small id="info">[copied]</small></td><td nowrap="nowrap" align="center">metaas/trunk/pom.xml:546 -&gt; 547</td></tr>
<tr><td></td><td></td><td></td><td align="right" id="removed">-276</td><td></td></tr>
</table>
<small id="info">1 removed + 2 copied, total 3 files</small><br />
<div class="tasklist"><ul>
<li><a href="#task1">TODO: raise coverage so that we can enforce per-packge rates too --&gt;</a></li>
</ul></div>
<pre class="comment">
[maven-scm] copy for tag metaas-0.8-b1
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname" id="copied">metaas/tags</span><br />
<div class="fileheader" id="copied"><big><b>metaas-0.8-b1</b></big> <small id="info">copied from metaas/trunk:546</small></div>
<pre class="diff"><small id="info">
Copied from metaas/trunk:539

</small></pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname" id="removed">metaas/tags/metaas-0.8-b1</span><br />
<div class="fileheader" id="removed"><big><b>pom.xml</b></big> <small id="info">removed after 539</small></div>
<pre class="diff"><small id="info">--- trunk/pom.xml        2007-10-27 15:25:51 UTC (rev 539)
+++ tags/metaas-0.8-b1/pom.xml        2007-11-21 11:20:48 UTC (rev 547)
@@ -1,276 +0,0 @@
</small></pre><pre class="diff" id="removed">-&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
-  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
-  &lt;groupId&gt;uk.co.badgersinfoil.metaas&lt;/groupId&gt;
-  &lt;artifactId&gt;metaas&lt;/artifactId&gt;
-  &lt;packaging&gt;jar&lt;/packaging&gt;
-  &lt;version&gt;0.8-SNAPSHOT&lt;/version&gt;
-  &lt;name&gt;metaas&lt;/name&gt;
-  &lt;description&gt;Java library for generating and manipulating ActionScript 3 source code&lt;/description&gt;
-  &lt;url&gt;http://www.badgers-in-foil.co.uk/projects/metaas/&lt;/url&gt;
-  &lt;inceptionYear&gt;2006&lt;/inceptionYear&gt;
-  &lt;organization&gt;
-    &lt;name&gt;David Holroyd&lt;/name&gt;
-    &lt;url&gt;http://david.holroyd.me.uk/&lt;/url&gt;
-  &lt;/organization&gt;
-
-  &lt;mailingLists&gt;
-    &lt;mailingList&gt;
-      &lt;name&gt;metaas-dev&lt;/name&gt;
-      &lt;subscribe&gt;http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev&lt;/subscribe&gt;
-      &lt;unsubscribe&gt;http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev&lt;/unsubscribe&gt;
-      &lt;archive&gt;http://lists.badgers-in-foil.co.uk/pipermail/metaas-dev/&lt;/archive&gt;
-    &lt;/mailingList&gt;
-  &lt;/mailingLists&gt;
-
-  &lt;licenses&gt;
-    &lt;license&gt;
-      &lt;distribution&gt;repo&lt;/distribution&gt;
-      &lt;name&gt;GNU Lesser General Public License&lt;/name&gt;
-      &lt;url&gt;COPYING&lt;/url&gt;
-    &lt;/license&gt;
-  &lt;/licenses&gt;
-
-  &lt;developers&gt;
-    &lt;developer&gt;
-      &lt;id&gt;dave&lt;/id&gt;
-      &lt;name&gt;David Holroyd&lt;/name&gt;
-      &lt;url&gt;http://david.holroyd.me.uk/&lt;/url&gt;
-      &lt;timezone&gt;0&lt;/timezone&gt;
-    &lt;/developer&gt;
-  &lt;/developers&gt;
-
-  &lt;scm&gt;
-    &lt;connection&gt;scm:svn:http://svn.badgers-in-foil.co.uk/metaas/trunk&lt;/connection&gt;
-    &lt;developerConnection&gt;scm:svn:http://svn.badgers-in-foil.co.uk/metaas/trunk&lt;/developerConnection&gt;
-  &lt;/scm&gt;
-
-  &lt;build&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;artifactId&gt;maven-assembly-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;descriptor&gt;assembly.xml&lt;/descriptor&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;includes&gt;
-            &lt;include&gt;**/*Tests.java&lt;/include&gt;
-            &lt;include&gt;**/*Test.java&lt;/include&gt;
-          &lt;/includes&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
-        &lt;artifactId&gt;cobertura-maven-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;instrumentation&gt;
-            &lt;includes&gt;
-              &lt;include&gt;uk/co/badgersinfoil/metaas/**/*.class&lt;/include&gt;
-            &lt;/includes&gt;
-            &lt;excludes&gt;
-              &lt;exclude&gt;org/asdt/core/internal/antlr/*.class&lt;/exclude&gt;
-            &lt;/excludes&gt;
-            &lt;excludes&gt;
-              &lt;exclude&gt;uk/co/badgersinfoil/metaas/impl/parser/**/*.class&lt;/exclude&gt;
-            &lt;/excludes&gt;
-          &lt;/instrumentation&gt;
-          &lt;check&gt;
-            &lt;!-- TODO: raise coverage so that we can enforce per-packge rates too --&gt;
-            &lt;totalBranchRate&gt;92&lt;/totalBranchRate&gt;
-            &lt;totalLineRate&gt;86&lt;/totalLineRate&gt;
-            &lt;haltOnFailure&gt;true&lt;/haltOnFailure&gt;
-          &lt;/check&gt;
-        &lt;/configuration&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;clean&lt;/goal&gt;
-              &lt;goal&gt;check&lt;/goal&gt;
-            &lt;/goals&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-surefire-report-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;uk.co.badgersinfoil.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-antlr3-plugin&lt;/artifactId&gt;
-        &lt;executions&gt;
-          &lt;execution&gt;
-            &lt;goals&gt;
-              &lt;goal&gt;antlr&lt;/goal&gt;
-            &lt;/goals&gt;
-          &lt;/execution&gt;
-        &lt;/executions&gt;
-        &lt;configuration&gt;
-          &lt;includes&gt;
-            &lt;include&gt;**/*.g&lt;/include&gt;
-            &lt;include&gt;**/*.g3&lt;/include&gt;
-          &lt;/includes&gt;
-          &lt;excludes&gt;
-            &lt;!-- unfinished grammar --&gt;
-            &lt;exclude&gt;**/Regex.g&lt;/exclude&gt;
-          &lt;/excludes&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-              &lt;artifactId&gt;maven-release-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-    &lt;/plugins&gt;
-  &lt;/build&gt;
-
-  &lt;profiles&gt;
-    &lt;profile&gt;
-      &lt;id&gt;dist&lt;/id&gt;
-      &lt;activation&gt;
-        &lt;property&gt;&lt;name&gt;dist&lt;/name&gt;&lt;/property&gt;
-      &lt;/activation&gt;
-      &lt;build&gt;
-        &lt;defaultGoal&gt;install&lt;/defaultGoal&gt;
-        &lt;plugins&gt;
-          &lt;plugin&gt;
-            &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-            &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-            &lt;executions&gt;
-              &lt;execution&gt;
-                &lt;configuration&gt;
-                  &lt;excludePackageNames&gt;uk.co.badgersinfoil.metaas.impl,org.asdt.core.internal.antlr&lt;/excludePackageNames&gt;
-                  &lt;overview&gt;${basedir}/src/main/java/overview.html&lt;/overview&gt;
-                  &lt;stylesheetfile&gt;${basedir}/src/main/javadoc/stylesheet.css&lt;/stylesheetfile&gt;
-                &lt;/configuration&gt;
-                &lt;goals&gt;
-                  &lt;goal&gt;javadoc&lt;/goal&gt;
-                &lt;/goals&gt;
-              &lt;/execution&gt;
-            &lt;/executions&gt;
-          &lt;/plugin&gt;
-          &lt;plugin&gt;
-            &lt;artifactId&gt;maven-assembly-plugin&lt;/artifactId&gt;
-            &lt;executions&gt;
-              &lt;execution&gt;
-                &lt;phase&gt;install&lt;/phase&gt;
-                &lt;configuration&gt;
-                  &lt;descriptor&gt;assembly.xml&lt;/descriptor&gt;
-                &lt;/configuration&gt;
-                &lt;goals&gt;
-                  &lt;goal&gt;assembly&lt;/goal&gt;
-                &lt;/goals&gt;
-              &lt;/execution&gt;
-            &lt;/executions&gt;
-          &lt;/plugin&gt;
-        &lt;/plugins&gt;
-      &lt;/build&gt;
-    &lt;/profile&gt;
-  &lt;/profiles&gt;
-
-  &lt;dependencies&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.antlr&lt;/groupId&gt;
-      &lt;artifactId&gt;antlr&lt;/artifactId&gt;
-      &lt;version&gt;05-05-2007.13&lt;/version&gt;
-      &lt;scope&gt;compile&lt;/scope&gt;
-    &lt;/dependency&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;junit&lt;/groupId&gt;
-      &lt;artifactId&gt;junit&lt;/artifactId&gt;
-      &lt;version&gt;3.8.1&lt;/version&gt;
-      &lt;scope&gt;test&lt;/scope&gt;
-    &lt;/dependency&gt;
-  &lt;/dependencies&gt;
-
-  &lt;reporting&gt;
-    &lt;plugins&gt;
-      &lt;plugin&gt;
-        &lt;!-- override the default report set; just reports with useful info --&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
-        &lt;reportSets&gt;
-          &lt;reportSet&gt;
-            &lt;reports&gt;
-              &lt;report&gt;dependencies&lt;/report&gt;
-              &lt;report&gt;project-team&lt;/report&gt;
-              &lt;report&gt;license&lt;/report&gt;
-              &lt;report&gt;scm&lt;/report&gt;
-              &lt;report&gt;mailing-list&lt;/report&gt;
-            &lt;/reports&gt;
-          &lt;/reportSet&gt;
-        &lt;/reportSets&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
-        &lt;configuration&gt;
-          &lt;excludePackageNames&gt;uk.co.badgersinfoil.metaas.impl,org.asdt.core.internal.antlr&lt;/excludePackageNames&gt;
-          &lt;overview&gt;${basedir}/src/main/java/overview.html&lt;/overview&gt;
-          &lt;stylesheetfile&gt;${basedir}/src/main/javadoc/stylesheet.css&lt;/stylesheetfile&gt;
-        &lt;/configuration&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-surefire-report-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
-        &lt;artifactId&gt;cobertura-maven-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-
-      &lt;plugin&gt;
-        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
-        &lt;artifactId&gt;maven-jxr-plugin&lt;/artifactId&gt;
-      &lt;/plugin&gt;
-      
-      &lt;!--plugin&gt;
-              &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
-              &lt;artifactId&gt;jdiff-maven-plugin&lt;/artifactId&gt;
-        &lt;!- - must be aquired and built from src; no release yet - -&gt;
-              &lt;version&gt;0.1-SNAPSHOT&lt;/version&gt;
-              &lt;configuration&gt;
-                &lt;packages&gt;uk.co.badgersinfoil.metaas&lt;/packages&gt;
-                &lt;packages&gt;uk.co.badgersinfoil.metaas.dom&lt;/packages&gt;
-                &lt;oldTag&gt;metaas-0.5&lt;/oldTag&gt;
-              &lt;/configuration&gt;
-      &lt;/plugin--&gt;
-    &lt;/plugins&gt;
-  &lt;/reporting&gt;
-
-  &lt;distributionManagement&gt;
-    &lt;repository&gt;
-      &lt;id&gt;bif-repository&lt;/id&gt;
-      &lt;url&gt;scp://maven.badgers-in-foil.co.uk/home/maven/www/maven2&lt;/url&gt;
-    &lt;/repository&gt;
-    &lt;site&gt;
-      &lt;id&gt;metaas-site&lt;/id&gt;
-      &lt;url&gt;scp://maven.badgers-in-foil.co.uk/home/maven/www/sites/metaas&lt;/url&gt;
-    &lt;/site&gt;
-  &lt;/distributionManagement&gt;
-
-  &lt;pluginRepositories&gt;
-    &lt;pluginRepository&gt;
-      &lt;id&gt;bif-repository&lt;/id&gt;
-      &lt;url&gt;http://maven.badgers-in-foil.co.uk/maven2/&lt;/url&gt;
-    &lt;/pluginRepository&gt;
-  &lt;/pluginRepositories&gt;
-&lt;/project&gt;
</pre></div>
<hr /><a name="file3" /><div class="file">
<span class="pathname" id="copied">metaas/tags/metaas-0.8-b1</span><br />
<div class="fileheader" id="copied"><big><b>pom.xml</b></big> <small id="info">copied from metaas/trunk/pom.xml:546</small></div>
<pre class="diff"><small id="info">--- tags/metaas-0.8-b1/pom.xml                                (rev 0)
+++ tags/metaas-0.8-b1/pom.xml        2007-11-21 11:20:48 UTC (rev 547)
@@ -0,0 +1,277 @@
</small></pre><pre class="diff" id="added">+&lt;project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"&gt;
+  &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
+  &lt;groupId&gt;uk.co.badgersinfoil.metaas&lt;/groupId&gt;
+  &lt;artifactId&gt;metaas&lt;/artifactId&gt;
+  &lt;packaging&gt;jar&lt;/packaging&gt;
+  &lt;version&gt;0.8-b1&lt;/version&gt;
+  &lt;name&gt;metaas&lt;/name&gt;
+  &lt;description&gt;Java library for generating and manipulating ActionScript 3 source code&lt;/description&gt;
+  &lt;url&gt;http://www.badgers-in-foil.co.uk/projects/metaas/&lt;/url&gt;
+  &lt;inceptionYear&gt;2006&lt;/inceptionYear&gt;
+  &lt;organization&gt;
+    &lt;name&gt;David Holroyd&lt;/name&gt;
+    &lt;url&gt;http://david.holroyd.me.uk/&lt;/url&gt;
+  &lt;/organization&gt;
+
+  &lt;mailingLists&gt;
+    &lt;mailingList&gt;
+      &lt;name&gt;metaas-dev&lt;/name&gt;
+      &lt;subscribe&gt;http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev&lt;/subscribe&gt;
+      &lt;unsubscribe&gt;http://lists.badgers-in-foil.co.uk/mailman/listinfo/metaas-dev&lt;/unsubscribe&gt;
+      &lt;archive&gt;http://lists.badgers-in-foil.co.uk/pipermail/metaas-dev/&lt;/archive&gt;
+    &lt;/mailingList&gt;
+  &lt;/mailingLists&gt;
+
+  &lt;licenses&gt;
+    &lt;license&gt;
+      &lt;distribution&gt;repo&lt;/distribution&gt;
+      &lt;name&gt;GNU Lesser General Public License&lt;/name&gt;
+      &lt;url&gt;COPYING&lt;/url&gt;
+    &lt;/license&gt;
+  &lt;/licenses&gt;
+
+  &lt;developers&gt;
+    &lt;developer&gt;
+      &lt;id&gt;dave&lt;/id&gt;
+      &lt;name&gt;David Holroyd&lt;/name&gt;
+      &lt;url&gt;http://david.holroyd.me.uk/&lt;/url&gt;
+      &lt;timezone&gt;0&lt;/timezone&gt;
+    &lt;/developer&gt;
+  &lt;/developers&gt;
+
+  &lt;scm&gt;
+    &lt;connection&gt;scm:svn:http://svn.badgers-in-foil.co.uk/metaas/tags/metaas-0.8-b1&lt;/connection&gt;
+    &lt;developerConnection&gt;scm:svn:http://svn.badgers-in-foil.co.uk/metaas/tags/metaas-0.8-b1&lt;/developerConnection&gt;
+  &lt;/scm&gt;
+
+  &lt;build&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;artifactId&gt;maven-assembly-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;descriptor&gt;assembly.xml&lt;/descriptor&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;includes&gt;
+            &lt;include&gt;**/*Tests.java&lt;/include&gt;
+            &lt;include&gt;**/*Test.java&lt;/include&gt;
+          &lt;/includes&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
+        &lt;artifactId&gt;cobertura-maven-plugin&lt;/artifactId&gt;
+        &lt;version&gt;2.0&lt;/version&gt;
+        &lt;configuration&gt;
+          &lt;instrumentation&gt;
+            &lt;includes&gt;
+              &lt;include&gt;uk/co/badgersinfoil/metaas/**/*.class&lt;/include&gt;
+            &lt;/includes&gt;
+            &lt;excludes&gt;
+              &lt;exclude&gt;org/asdt/core/internal/antlr/*.class&lt;/exclude&gt;
+            &lt;/excludes&gt;
+            &lt;excludes&gt;
+              &lt;exclude&gt;uk/co/badgersinfoil/metaas/impl/parser/**/*.class&lt;/exclude&gt;
+            &lt;/excludes&gt;
+          &lt;/instrumentation&gt;
+          &lt;check&gt;
<a name="task1" />+            &lt;!-- <span class="task">TODO</span>: raise coverage so that we can enforce per-packge rates too --&gt;
+            &lt;totalBranchRate&gt;92&lt;/totalBranchRate&gt;
+            &lt;totalLineRate&gt;85&lt;/totalLineRate&gt;
+            &lt;haltOnFailure&gt;true&lt;/haltOnFailure&gt;
+          &lt;/check&gt;
+        &lt;/configuration&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;clean&lt;/goal&gt;
+              &lt;goal&gt;check&lt;/goal&gt;
+            &lt;/goals&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-surefire-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-surefire-report-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;uk.co.badgersinfoil.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-antlr3-plugin&lt;/artifactId&gt;
+        &lt;executions&gt;
+          &lt;execution&gt;
+            &lt;goals&gt;
+              &lt;goal&gt;antlr&lt;/goal&gt;
+            &lt;/goals&gt;
+          &lt;/execution&gt;
+        &lt;/executions&gt;
+        &lt;configuration&gt;
+          &lt;includes&gt;
+            &lt;include&gt;**/*.g&lt;/include&gt;
+            &lt;include&gt;**/*.g3&lt;/include&gt;
+          &lt;/includes&gt;
+          &lt;excludes&gt;
+            &lt;!-- unfinished grammar --&gt;
+            &lt;exclude&gt;**/Regex.g&lt;/exclude&gt;
+          &lt;/excludes&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+              &lt;artifactId&gt;maven-release-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+    &lt;/plugins&gt;
+  &lt;/build&gt;
+
+  &lt;profiles&gt;
+    &lt;profile&gt;
+      &lt;id&gt;dist&lt;/id&gt;
+      &lt;activation&gt;
+        &lt;property&gt;&lt;name&gt;dist&lt;/name&gt;&lt;/property&gt;
+      &lt;/activation&gt;
+      &lt;build&gt;
+        &lt;defaultGoal&gt;install&lt;/defaultGoal&gt;
+        &lt;plugins&gt;
+          &lt;plugin&gt;
+            &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+            &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+            &lt;executions&gt;
+              &lt;execution&gt;
+                &lt;configuration&gt;
+                  &lt;excludePackageNames&gt;uk.co.badgersinfoil.metaas.impl,org.asdt.core.internal.antlr&lt;/excludePackageNames&gt;
+                  &lt;overview&gt;${basedir}/src/main/java/overview.html&lt;/overview&gt;
+                  &lt;stylesheetfile&gt;${basedir}/src/main/javadoc/stylesheet.css&lt;/stylesheetfile&gt;
+                &lt;/configuration&gt;
+                &lt;goals&gt;
+                  &lt;goal&gt;javadoc&lt;/goal&gt;
+                &lt;/goals&gt;
+              &lt;/execution&gt;
+            &lt;/executions&gt;
+          &lt;/plugin&gt;
+          &lt;plugin&gt;
+            &lt;artifactId&gt;maven-assembly-plugin&lt;/artifactId&gt;
+            &lt;executions&gt;
+              &lt;execution&gt;
+                &lt;phase&gt;install&lt;/phase&gt;
+                &lt;configuration&gt;
+                  &lt;descriptor&gt;assembly.xml&lt;/descriptor&gt;
+                &lt;/configuration&gt;
+                &lt;goals&gt;
+                  &lt;goal&gt;assembly&lt;/goal&gt;
+                &lt;/goals&gt;
+              &lt;/execution&gt;
+            &lt;/executions&gt;
+          &lt;/plugin&gt;
+        &lt;/plugins&gt;
+      &lt;/build&gt;
+    &lt;/profile&gt;
+  &lt;/profiles&gt;
+
+  &lt;dependencies&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;org.antlr&lt;/groupId&gt;
+      &lt;artifactId&gt;antlr&lt;/artifactId&gt;
+      &lt;version&gt;05-05-2007.13&lt;/version&gt;
+      &lt;scope&gt;compile&lt;/scope&gt;
+    &lt;/dependency&gt;
+    &lt;dependency&gt;
+      &lt;groupId&gt;junit&lt;/groupId&gt;
+      &lt;artifactId&gt;junit&lt;/artifactId&gt;
+      &lt;version&gt;3.8.1&lt;/version&gt;
+      &lt;scope&gt;test&lt;/scope&gt;
+    &lt;/dependency&gt;
+  &lt;/dependencies&gt;
+
+  &lt;reporting&gt;
+    &lt;plugins&gt;
+      &lt;plugin&gt;
+        &lt;!-- override the default report set; just reports with useful info --&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-project-info-reports-plugin&lt;/artifactId&gt;
+        &lt;reportSets&gt;
+          &lt;reportSet&gt;
+            &lt;reports&gt;
+              &lt;report&gt;dependencies&lt;/report&gt;
+              &lt;report&gt;project-team&lt;/report&gt;
+              &lt;report&gt;license&lt;/report&gt;
+              &lt;report&gt;scm&lt;/report&gt;
+              &lt;report&gt;mailing-list&lt;/report&gt;
+            &lt;/reports&gt;
+          &lt;/reportSet&gt;
+        &lt;/reportSets&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-javadoc-plugin&lt;/artifactId&gt;
+        &lt;configuration&gt;
+          &lt;excludePackageNames&gt;uk.co.badgersinfoil.metaas.impl,org.asdt.core.internal.antlr&lt;/excludePackageNames&gt;
+          &lt;overview&gt;${basedir}/src/main/java/overview.html&lt;/overview&gt;
+          &lt;stylesheetfile&gt;${basedir}/src/main/javadoc/stylesheet.css&lt;/stylesheetfile&gt;
+        &lt;/configuration&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-surefire-report-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
+        &lt;artifactId&gt;cobertura-maven-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-pmd-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+
+      &lt;plugin&gt;
+        &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
+        &lt;artifactId&gt;maven-jxr-plugin&lt;/artifactId&gt;
+      &lt;/plugin&gt;
+      
+      &lt;!--plugin&gt;
+              &lt;groupId&gt;org.codehaus.mojo&lt;/groupId&gt;
+              &lt;artifactId&gt;jdiff-maven-plugin&lt;/artifactId&gt;
+        &lt;!- - must be aquired and built from src; no release yet - -&gt;
+              &lt;version&gt;0.1-SNAPSHOT&lt;/version&gt;
+              &lt;configuration&gt;
+                &lt;packages&gt;uk.co.badgersinfoil.metaas&lt;/packages&gt;
+                &lt;packages&gt;uk.co.badgersinfoil.metaas.dom&lt;/packages&gt;
+                &lt;oldTag&gt;metaas-0.5&lt;/oldTag&gt;
+              &lt;/configuration&gt;
+      &lt;/plugin--&gt;
+    &lt;/plugins&gt;
+  &lt;/reporting&gt;
+
+  &lt;distributionManagement&gt;
+    &lt;repository&gt;
+      &lt;id&gt;bif-repository&lt;/id&gt;
+      &lt;url&gt;scp://maven.badgers-in-foil.co.uk/home/maven/www/maven2&lt;/url&gt;
+    &lt;/repository&gt;
+    &lt;site&gt;
+      &lt;id&gt;metaas-site&lt;/id&gt;
+      &lt;url&gt;scp://maven.badgers-in-foil.co.uk/home/maven/www/sites/metaas&lt;/url&gt;
+    &lt;/site&gt;
+  &lt;/distributionManagement&gt;
+
+  &lt;pluginRepositories&gt;
+    &lt;pluginRepository&gt;
+      &lt;id&gt;bif-repository&lt;/id&gt;
+      &lt;url&gt;http://maven.badgers-in-foil.co.uk/maven2/&lt;/url&gt;
+    &lt;/pluginRepository&gt;
+  &lt;/pluginRepositories&gt;
+&lt;/project&gt;
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -&gt; email">CVSspam</a> 0.2.12</small></center>
</body></html>