Author: bago
Date: Tue Oct  6 17:32:31 2009
New Revision: 822365

URL: http://svn.apache.org/viewvc?rev=822365&view=rev
Log:
Main pom for the jDKIM project

Added:
    james/jdkim/trunk/pom.xml

Added: james/jdkim/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jdkim/trunk/pom.xml?rev=822365&view=auto
==============================================================================
--- james/jdkim/trunk/pom.xml (added)
+++ james/jdkim/trunk/pom.xml Tue Oct  6 17:32:31 2009
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+  <!--
+    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.    
+  -->
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>jdkim-project</artifactId>
+  <name>Apache JAMES DomainKey Project</name>
+  <version>0.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <description>
+    Apache JAMES jDKIM Project
+  </description>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.3</version>
+  </parent>
+  <url>http://james.apache.org/jdkim/</url>
+  <inceptionYear>2009</inceptionYear>
+  
+  <modules>
+    <module>stage</module>
+    <module>main</module>
+    <module>mailets</module>
+  </modules>
+
+  <distributionManagement>
+    <site>
+      <id>jdkim-current-website</id>
+      <url>scp://people.apache.org/www/james.apache.org/jdkim/current/</url>
+    </site>
+  </distributionManagement>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>https://issues.apache.org/jira/browse/JDKIM</url>
+  </issueManagement>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/james/jdkim/trunk
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/james/jdkim/trunk
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewcvs.cgi/james/jdkim/trunk/?root=Apache-SVN
+    </url>
+  </scm>
+
+  <mailingLists>
+    <mailingList>
+           <name>Apache JAMES Server List</name>
+           <subscribe>server-dev-subscr...@james.apache.org</subscribe>
+           <unsubscribe>server-dev-unsubscr...@james.apache.org</unsubscribe>
+           <post>server-dev@james.apache.org</post>
+           
<archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+</project>
\ No newline at end of file



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

Reply via email to