You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/04/14 09:30:57 UTC

svn commit: r933867 - /gump/metadata/project/james-protocols.xml

Author: bodewig
Date: Wed Apr 14 07:30:56 2010
New Revision: 933867

URL: http://svn.apache.org/viewvc?rev=933867&view=rev
Log:
fix groupId, allow protocols to use shared local repo

Modified:
    gump/metadata/project/james-protocols.xml

Modified: gump/metadata/project/james-protocols.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-protocols.xml?rev=933867&r1=933866&r2=933867&view=diff
==============================================================================
--- gump/metadata/project/james-protocols.xml (original)
+++ gump/metadata/project/james-protocols.xml Wed Apr 14 07:30:56 2010
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="james-protocols" groupId="org.apache.james">
+<module name="james-protocols" groupId="org.apache.james.protocols">
 
   <url href="http://james.apache.org/protocols"/>
   <description>
@@ -27,7 +27,7 @@
   <project name="james-protocols">
     <package>org.apache.james.protocols</package>
 
-    <mvn goal="package" separateLocalRepository="true"/>
+    <mvn goal="package"/>
 	
     <depend project="jaf"/>
     <depend project="javamail"/>