You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2007/09/02 19:27:31 UTC

svn commit: r572044 - /maven/continuum/trunk/continuum-plexus-runtime/src/conf/plexus.xml

Author: wsmoak
Date: Sun Sep  2 10:27:31 2007
New Revision: 572044

URL: http://svn.apache.org/viewvc?rev=572044&view=rev
Log:
Added socket factory to the smtp config example

Modified:
    maven/continuum/trunk/continuum-plexus-runtime/src/conf/plexus.xml

Modified: maven/continuum/trunk/continuum-plexus-runtime/src/conf/plexus.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-plexus-runtime/src/conf/plexus.xml?rev=572044&r1=572043&r2=572044&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-plexus-runtime/src/conf/plexus.xml (original)
+++ maven/continuum/trunk/continuum-plexus-runtime/src/conf/plexus.xml Sun Sep  2 10:27:31 2007
@@ -75,6 +75,10 @@
                 <name>mail.smtp.starttls.enable</name>
                 <value>true</value>
               </property>
+              <property>
+                <name>mail.smtp.socketFactory.class</name>
+                <value>javax.net.ssl.SSLSocketFactory</value>
+              </property>
               -->
             </properties>
           </resource>