Author: jlaskowski
Date: Tue May 12 21:14:00 2009
New Revision: 774092

URL: http://svn.apache.org/viewvc?rev=774092&view=rev
Log:
Getting rid of the newest WARNING in Maven 2.1.0 about encoding - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding

Modified:
    openejb/trunk/openejb3/examples/component-interfaces/pom.xml
    openejb/trunk/openejb3/examples/custom-injection/pom.xml
    openejb/trunk/openejb3/examples/ear-testing/pom.xml
    openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml
    openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml
    openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml
    openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml
    openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml
    openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml
    openejb/trunk/openejb3/examples/interceptors/pom.xml
    openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml
    openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml
    openejb/trunk/openejb3/examples/pom.xml
    openejb/trunk/openejb3/examples/simple-cmp2/pom.xml
    openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml
    openejb/trunk/openejb3/examples/simple-mdb/pom.xml
    openejb/trunk/openejb3/examples/simple-singleton/pom.xml
    openejb/trunk/openejb3/examples/simple-stateful/pom.xml
    openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml
    openejb/trunk/openejb3/examples/simple-stateless/pom.xml
    openejb/trunk/openejb3/examples/simple-webservice/pom.xml
    openejb/trunk/openejb3/examples/spring-integration/pom.xml
    openejb/trunk/openejb3/examples/telephone-stateful/pom.xml
    openejb/trunk/openejb3/examples/testcase-injection/pom.xml
    openejb/trunk/openejb3/examples/testing-security-2/pom.xml
    openejb/trunk/openejb3/examples/testing-security/pom.xml
    openejb/trunk/openejb3/examples/testing-transactions/pom.xml
    openejb/trunk/openejb3/examples/webapps/pom.xml
    openejb/trunk/openejb3/examples/webservice-attachments/pom.xml
    openejb/trunk/openejb3/examples/webservice-security/pom.xml
    openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/examples/component-interfaces/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/component-interfaces/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/component-interfaces/pom.xml (original)
+++ openejb/trunk/openejb3/examples/component-interfaces/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: EJB 2.1 Component Interfaces</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/custom-injection/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/custom-injection/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/custom-injection/pom.xml (original)
+++ openejb/trunk/openejb3/examples/custom-injection/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Expanded support for Env Entries</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/ear-testing/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ear-testing/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/ear-testing/pom.xml (original)
+++ openejb/trunk/openejb3/examples/ear-testing/pom.xml Tue May 12 21:14:00 2009
@@ -27,12 +27,16 @@
   <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OpenEJB :: Examples :: Ear Testing</name>
-
   <modules>
     <module>business-model</module>
     <module>business-logic</module>
   </modules>
-
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Hello World - Weblogic</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml 
(original)
+++ openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml Tue 
May 12 21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @Resource javax.jms.ConnectionFactory</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @Resource DataSource Injection</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @EJB Injection</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml 
(original)
+++ openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml Tue May 
12 21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @PersistenceContext EntityManager 
Injection</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: @Resource env-entry Injection</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/interceptors/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/interceptors/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/interceptors/pom.xml (original)
+++ openejb/trunk/openejb3/examples/interceptors/pom.xml Tue May 12 21:14:00 
2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Interceptors</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml (original)
+++ openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml Tue May 12 21:14:00 
2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: JPA with EclipseLink</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml (original)
+++ openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml Tue May 12 21:14:00 
2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: JPA with Hibernate</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/pom.xml (original)
+++ openejb/trunk/openejb3/examples/pom.xml Tue May 12 21:14:00 2009
@@ -55,6 +55,7 @@
     <module>helloworld-weblogic</module>
     <module>jpa-hibernate</module>
     <module>jpa-eclipselink</module>
+    <module>spring-integration</module>
     <module>telephone-stateful</module>
     <module>webservice-attachments</module>
     <module>webapps</module>

Modified: openejb/trunk/openejb3/examples/simple-cmp2/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-cmp2/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-cmp2/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-cmp2/pom.xml Tue May 12 21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple CMP2 Entity</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml 
(original)
+++ openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml Tue May 
12 21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple MDB Using Deployment Descriptor 
Example</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/simple-mdb/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-mdb/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-mdb/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-mdb/pom.xml Tue May 12 21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple MDB Example</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/simple-singleton/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-singleton/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-singleton/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-singleton/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Singleton</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/simple-stateful/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateful/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateful/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateful/pom.xml Tue May 12 21:14:00 
2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Stateful Pojo</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: 
openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml 
(original)
+++ openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml 
Tue May 12 21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Stateless With Deployment 
Descriptor</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/simple-stateless/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateless/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Stateless Pojo</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/simple-webservice/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-webservice/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-webservice/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-webservice/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Simple Webservice</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/spring-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/spring-integration/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/spring-integration/pom.xml (original)
+++ openejb/trunk/openejb3/examples/spring-integration/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Spring Integration</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>
@@ -63,12 +69,12 @@
     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>openejb-core</artifactId>
-      <version>3.1</version>
+      <version>3.1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.openejb</groupId>
       <artifactId>openejb-spring</artifactId>
-      <version>3.1</version>
+      <version>3.1.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>

Modified: openejb/trunk/openejb3/examples/telephone-stateful/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/telephone-stateful/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/telephone-stateful/pom.xml (original)
+++ openejb/trunk/openejb3/examples/telephone-stateful/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Telephone Stateful Pojo</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/testcase-injection/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testcase-injection/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testcase-injection/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testcase-injection/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: TestCase Injection</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/testing-security-2/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-security-2/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-security-2/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testing-security-2/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Testing Security</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/testing-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-security/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-security/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testing-security/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Testing Security</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/testing-transactions/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-transactions/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-transactions/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testing-transactions/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Testing Transactions</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/webapps/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/pom.xml Tue May 12 21:14:00 2009
@@ -15,7 +15,11 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
---><!-- $Rev$ $Date$ --><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";>
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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";>
   <parent>
     <artifactId>openejb</artifactId>
     <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb3/examples/webservice-attachments/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-attachments/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-attachments/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-attachments/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Webservice Attachments</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <defaultGoal>install</defaultGoal>
     <plugins>

Modified: openejb/trunk/openejb3/examples/webservice-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-security/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-security/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-security/pom.xml Tue May 12 
21:14:00 2009
@@ -26,6 +26,12 @@
   <packaging>jar</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>OpenEJB :: Web Examples :: EJB WebService with Security</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <dependencies>
     <dependency>
       <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml Tue May 12 
21:14:00 2009
@@ -1,213 +1,219 @@
 <?xml version="1.0" encoding="UTF-8"?>
-    <!--
+<!--
 
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements. See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership. The
-        ASF licenses this file to You under the Apache License, Version 2.0 
(the
-        "License"); you may not use this file except in compliance with the
-        License. You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0 Unless required by 
applicable
-        law or agreed to in writing, software distributed under the License is
-        distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-        KIND, either express or implied. See the License for the specific
-        language governing permissions and limitations under the License.
-    -->
-
-    <!-- $Rev: 684173 $ $Date: 2008-08-08 20:13:24 -0700 (Fri, 08 Aug 2008) $ 
-->
-
-<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";>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.superbiz</groupId>
-    <artifactId>webservice-ws-security</artifactId>
-    <packaging>jar</packaging>
-    <version>1.1-SNAPSHOT</version>
-    <name>OpenEJB :: Web Examples :: EJB WebService with WS-Security</name>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.openejb</groupId>
-            <artifactId>javaee-api</artifactId>
-            <version>5.0-1</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.openejb</groupId>
-            <artifactId>openejb-client</artifactId>
-            <version>3.1.1-SNAPSHOT</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.openejb</groupId>
-            <artifactId>openejb-core</artifactId>
-            <version>3.1.1-SNAPSHOT</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.openejb</groupId>
-            <artifactId>openejb-cxf</artifactId>
-            <version>3.1.1-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.4</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-            <version>2.6.0</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-    <build>
-        <defaultGoal>install</defaultGoal>
-
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-clover-plugin</artifactId>
-                <configuration>
-                    <jdk>1.5</jdk>
-                    <excludes>
-                        <exclude>**/package-info.java</exclude>
-                    </excludes>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>site</id>
-                        <phase>pre-site</phase>
-                        <goals>
-                            <goal>instrument</goal>
-                            <goal>aggregate</goal>
-                            <goal>save-history</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.3</version>
-                <executions>
-                    <execution>
-                        <id>generate-keys</id>
-                        <phase>process-test-resources</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks name="generate keys">
-                                <property name="server.alias" 
value="serveralias"/>
-                                <property name="server.keypass" 
value="serverPassword"/>
-                                <property name="server.keystore" 
value="${basedir}/target/classes/META-INF/serverStore.jks"/>
-                                <property name="server.storepass" 
value="keystorePass"/>
-                                <property name="server.dname" 
value="'cn=serveralias'"/>
-                                <property name="server.file" 
value="${basedir}/target/classes/META-INF/serverKey.rsa"/>
-                                
-                                <property name="client.alias" 
value="clientalias"/>
-                                <property name="client.keypass" 
value="clientPassword"/>
-                                <property name="client.keystore" 
value="${basedir}/target/test-classes/META-INF/clientStore.jks"/>
-                                <property name="client.storepass" 
value="keystorePass"/>
-                                <property name="client.dname" 
value="'cn=clientalias'"/>
-                                <property name="client.file" 
value="${basedir}/target/test-classes/META-INF/clientKey.rsa"/>
-                                
-                                <property name="keyalg" value="RSA"/>
-                            
-                                <echo message="generate server keys"/>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-genkey" />
-                                    <arg line="-alias ${server.alias}" />
-                                    <arg line="-keypass ${server.keypass}" />
-                                    <arg line="-keystore ${server.keystore}" />
-                                    <arg line="-storepass ${server.storepass}" 
/>
-                                    <arg line="-dname ${server.dname}" />
-                                    <arg line="-keyalg ${keyalg}" />
-                                </java>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-selfcert" />
-                                    <arg line="-alias ${server.alias}" />
-                                    <arg line="-keystore ${server.keystore}" />
-                                    <arg line="-storepass ${server.storepass}" 
/>
-                                    <arg line="-keypass ${server.keypass}" />
-                                </java>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-export" />
-                                    <arg line="-alias ${server.alias}" />
-                                    <arg line="-file ${server.file}" />
-                                    <arg line="-keystore ${server.keystore}" />
-                                    <arg line="-storepass ${server.storepass}" 
/>
-                                </java>
-                               
-                               <echo message="generate client keys"/>
-                                
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-genkey" />
-                                    <arg line="-alias ${client.alias}" />
-                                    <arg line="-keypass ${client.keypass}" />
-                                    <arg line="-keystore ${client.keystore}" />
-                                    <arg line="-storepass ${client.storepass}" 
/>
-                                    <arg line="-dname ${client.dname}" />
-                                    <arg line="-keyalg ${keyalg}" />
-                                </java>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-selfcert" />
-                                    <arg line="-alias ${client.alias}" />
-                                    <arg line="-keystore ${client.keystore}" />
-                                    <arg line="-storepass ${client.storepass}" 
/>
-                                    <arg line="-keypass ${client.keypass}" />
-                                </java>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-export" />
-                                    <arg line="-alias ${client.alias}" />
-                                    <arg line="-file ${client.file}" />
-                                    <arg line="-keystore ${client.keystore}" />
-                                    <arg line="-storepass ${client.storepass}" 
/>
-                                </java>
-                                
-                                <echo message="import client/server public 
keys in client/server keystores"/>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-import" />
-                                    <arg line="-alias ${server.alias}" />
-                                    <arg line="-file ${server.file}" />
-                                    <arg line="-keystore ${client.keystore}" />
-                                    <arg line="-storepass ${client.storepass}" 
/>
-                                    <arg line="-noprompt" />
-                                </java>
-                                <java classname="sun.security.tools.KeyTool" 
fork="true">
-                                    <arg line="-import" />
-                                    <arg line="-alias ${client.alias}" />
-                                    <arg line="-file ${client.file}" />
-                                    <arg line="-keystore ${server.keystore}" />
-                                    <arg line="-storepass ${server.storepass}" 
/>
-                                    <arg line="-noprompt" />
-                                </java>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements. See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership. The
+    ASF licenses this file to You under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance with the
+    License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable
+    law or agreed to in writing, software distributed under the License is
+    distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the specific
+    language governing permissions and limitations under the License.
+-->
+
+<!-- $Rev: 684173 $ $Date: 2008-08-08 20:13:24 -0700 (Fri, 08 Aug 2008) $ -->
+
+<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";>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.superbiz</groupId>
+  <artifactId>webservice-ws-security</artifactId>
+  <packaging>jar</packaging>
+  <version>1.1-SNAPSHOT</version>
+  <name>OpenEJB :: Web Examples :: EJB WebService with WS-Security</name>
+  <properties>
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>javaee-api</artifactId>
+      <version>5.0-1</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>openejb-client</artifactId>
+      <version>3.1.1-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>openejb-core</artifactId>
+      <version>3.1.1-SNAPSHOT</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.openejb</groupId>
+      <artifactId>openejb-cxf</artifactId>
+      <version>3.1.1-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
+      <version>2.6.0</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <defaultGoal>install</defaultGoal>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clover-plugin</artifactId>
+        <configuration>
+          <jdk>1.5</jdk>
+          <excludes>
+            <exclude>**/package-info.java</exclude>
+          </excludes>
+        </configuration>
+        <executions>
+          <execution>
+            <id>site</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>instrument</goal>
+              <goal>aggregate</goal>
+              <goal>save-history</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>generate-keys</id>
+            <phase>process-test-resources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks name="generate keys">
+                <property name="server.alias" value="serveralias"/>
+                <property name="server.keypass" value="serverPassword"/>
+                <property name="server.keystore" 
value="${basedir}/target/classes/META-INF/serverStore.jks"/>
+                <property name="server.storepass" value="keystorePass"/>
+                <property name="server.dname" value="'cn=serveralias'"/>
+                <property name="server.file" 
value="${basedir}/target/classes/META-INF/serverKey.rsa"/>
+
+                <property name="client.alias" value="clientalias"/>
+                <property name="client.keypass" value="clientPassword"/>
+                <property name="client.keystore" 
value="${basedir}/target/test-classes/META-INF/clientStore.jks"/>
+                <property name="client.storepass" value="keystorePass"/>
+                <property name="client.dname" value="'cn=clientalias'"/>
+                <property name="client.file" 
value="${basedir}/target/test-classes/META-INF/clientKey.rsa"/>
+
+                <property name="keyalg" value="RSA"/>
+
+                <echo message="generate server keys"/>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-genkey"/>
+                  <arg line="-alias ${server.alias}"/>
+                  <arg line="-keypass ${server.keypass}"/>
+                  <arg line="-keystore ${server.keystore}"/>
+                  <arg line="-storepass ${server.storepass}"/>
+                  <arg line="-dname ${server.dname}"/>
+                  <arg line="-keyalg ${keyalg}"/>
+                </java>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-selfcert"/>
+                  <arg line="-alias ${server.alias}"/>
+                  <arg line="-keystore ${server.keystore}"/>
+                  <arg line="-storepass ${server.storepass}"/>
+                  <arg line="-keypass ${server.keypass}"/>
+                </java>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-export"/>
+                  <arg line="-alias ${server.alias}"/>
+                  <arg line="-file ${server.file}"/>
+                  <arg line="-keystore ${server.keystore}"/>
+                  <arg line="-storepass ${server.storepass}"/>
+                </java>
+
+                <echo message="generate client keys"/>
+
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-genkey"/>
+                  <arg line="-alias ${client.alias}"/>
+                  <arg line="-keypass ${client.keypass}"/>
+                  <arg line="-keystore ${client.keystore}"/>
+                  <arg line="-storepass ${client.storepass}"/>
+                  <arg line="-dname ${client.dname}"/>
+                  <arg line="-keyalg ${keyalg}"/>
+                </java>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-selfcert"/>
+                  <arg line="-alias ${client.alias}"/>
+                  <arg line="-keystore ${client.keystore}"/>
+                  <arg line="-storepass ${client.storepass}"/>
+                  <arg line="-keypass ${client.keypass}"/>
+                </java>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-export"/>
+                  <arg line="-alias ${client.alias}"/>
+                  <arg line="-file ${client.file}"/>
+                  <arg line="-keystore ${client.keystore}"/>
+                  <arg line="-storepass ${client.storepass}"/>
+                </java>
+
+                <echo message="import client/server public keys in 
client/server keystores"/>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-import"/>
+                  <arg line="-alias ${server.alias}"/>
+                  <arg line="-file ${server.file}"/>
+                  <arg line="-keystore ${client.keystore}"/>
+                  <arg line="-storepass ${client.storepass}"/>
+                  <arg line="-noprompt"/>
+                </java>
+                <java classname="sun.security.tools.KeyTool" fork="true">
+                  <arg line="-import"/>
+                  <arg line="-alias ${client.alias}"/>
+                  <arg line="-file ${client.file}"/>
+                  <arg line="-keystore ${server.keystore}"/>
+                  <arg line="-storepass ${server.storepass}"/>
+                  <arg line="-noprompt"/>
+                </java>
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
   <!--
   This section allows you to configure where to publish libraries for sharing.
   It is not required and may be deleted.  For more information see:

Modified: openejb/trunk/openejb3/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=774092&r1=774091&r2=774092&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Tue May 12 21:14:00 2009
@@ -106,6 +106,11 @@
     
     <!-- Used in assembly/openejb-tomcat* projects  -->
     <tomcatVersion>6.0.16</tomcatVersion>
+
+    <!--
+       - 
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
+       -->
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
   <build>


Reply via email to