--- pom.xml.orig	2009-11-02 16:54:37.000000000 -0500
+++ pom.xml	2009-11-04 16:24:02.714197000 -0500
@@ -299,16 +299,24 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
+                        <Export-Package>org.apache.ws.scout.*</Export-Package>
+                        <Include-Resource>
+                            {maven-resources},
+                            META-INF/LICENSE=LICENSE,
+                            META-INF/NOTICE=NOTICE
+                        </Include-Resource>
                         <Import-Package>org.apache.axis.*;resolution:=optional,*</Import-Package>
                     </instructions>
                 </configuration>
             </plugin>
 
+<!--
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>ianal-maven-plugin</artifactId>
                 <version>1.0-alpha-1</version>
             </plugin>
+-->
 
         </plugins>
     </build>
