You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/01/07 22:25:56 UTC

svn commit: r897019 - in /james/server/trunk: spring-deployment/pom.xml stage/org.apache.james/jars/apache-james-mpt-mavenplugin-0.2-SNAPSHOT.jar stage/org.apache.james/poms/apache-james-mpt-mavenplugin-0.2-SNAPSHOT.pom stage/pom.xml

Author: norman
Date: Thu Jan  7 21:25:03 2010
New Revision: 897019

URL: http://svn.apache.org/viewvc?rev=897019&view=rev
Log:
first version of working  mpt plugin included

Removed:
    james/server/trunk/stage/org.apache.james/jars/apache-james-mpt-mavenplugin-0.2-SNAPSHOT.jar
    james/server/trunk/stage/org.apache.james/poms/apache-james-mpt-mavenplugin-0.2-SNAPSHOT.pom
Modified:
    james/server/trunk/spring-deployment/pom.xml
    james/server/trunk/stage/pom.xml

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=897019&r1=897018&r2=897019&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Thu Jan  7 21:25:03 2010
@@ -124,11 +124,74 @@
           </execution>
         </executions>
       </plugin>
+      <!--  be sure to start up james before run it -->
        <plugin>
         <groupId>org.apache.james</groupId>
-        <artifactId>apache-james-mpt-mavenplugin</artifactId>
+        <artifactId>maven-mpt-plugin</artifactId>
         <version>0.2-SNAPSHOT</version>
+         <configuration>
+          <mailProtocolTests>
+            <mailProtocolTest>
+              <host>127.0.0.1</host>
+              <port>110</port>
+              <scriptFile>src/mpt/pop3.mpt</scriptFile>
+              <addUsers>
+                <addUser>
+                  <host>127.0.0.1</host>
+                  <port>4555</port>
+                  <scriptFile>src/mpt/adduser.mpt</scriptFile>
+                  <user>root</user>
+                  <passwd>root</passwd>
+                </addUser>
+              </addUsers>
+            </mailProtocolTest>
+            <mailProtocolTest>
+              <host>127.0.0.1</host>
+              <port>143</port>
+              <scriptFile>src/mpt/imap.mpt</scriptFile>
+              <addUsers>
+                <addUser>
+                  <host>127.0.0.1</host>
+                  <port>4555</port>
+                  <scriptFile>src/mpt/adduser.mpt</scriptFile>
+                  <user>root</user>
+                  <passwd>root</passwd>
+                </addUser>
+              </addUsers>
+            </mailProtocolTest>
+            <mailProtocolTest>
+              <host>127.0.0.1</host>
+              <port>25</port>
+              <scriptFile>src/mpt/smtp.mpt</scriptFile>
+              <addUsers>
+                <addUser>
+                  <host>127.0.0.1</host>
+                  <port>4555</port>
+                  <scriptFile>src/mpt/adduser.mpt</scriptFile>
+                  <user>root</user>
+                  <passwd>root</passwd>
+                </addUser>
+              </addUsers>
+            </mailProtocolTest>
+            <mailProtocolTest>
+              <host>127.0.0.1</host>
+              <port>119</port>
+              <scriptFile>src/mpt/nntp.mpt</scriptFile>
+              <addUsers>
+                <addUser>
+                  <host>127.0.0.1</host>
+                  <port>4555</port>
+                  <scriptFile>src/mpt/adduser.mpt</scriptFile>
+                  <user>root</user>
+                  <passwd>root</passwd>
+                </addUser>
+              </addUsers>
+            </mailProtocolTest>
+          </mailProtocolTests>
+         
+        </configuration>
       </plugin>
+      -->
     </plugins>
   </build>
   

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=897019&r1=897018&r2=897019&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Thu Jan  7 21:25:03 2010
@@ -127,7 +127,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mpt-mavenplugin</artifactId>
+      <artifactId>maven-mpt-plugin</artifactId>
       <version>0.2-SNAPSHOT</version>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org