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 fe...@apache.org on 2011/10/19 14:11:43 UTC

svn commit: r1186140 - /james/mailbox-integration-tester/trunk/pom.xml

Author: felixk
Date: Wed Oct 19 12:11:43 2011
New Revision: 1186140

URL: http://svn.apache.org/viewvc?rev=1186140&view=rev
Log:
Reformat (JAMES-1339)

Modified:
    james/mailbox-integration-tester/trunk/pom.xml

Modified: james/mailbox-integration-tester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1186140&r1=1186139&r2=1186140&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Wed Oct 19 12:11:43 2011
@@ -1,31 +1,37 @@
 <?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
+    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.    
+    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.
 -->
-<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">
+<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>
+
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>james-project</artifactId>
         <version>1.6</version>
         <relativePath></relativePath>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
+
     <artifactId>apache-james-mailbox-integration-tester</artifactId>
+
     <name>Apache James Mailbox Integration Tester</name>
 
     <properties>
@@ -42,18 +48,6 @@
         <version.javax.mail>1.4.1</version.javax.mail>
         <target.jdk>1.6</target.jdk>
     </properties>
-  
-
-    <profiles>
-        <profile>
-            <id>geronimo</id>
-            <properties>
-                <javax.mail.groupId>org.apache.geronimo.javamail</javax.mail.groupId>
-                <javax.mail.artifactId>geronimo-javamail_1.4_mail</javax.mail.artifactId>
-                <version.javax.mail>1.6</version.javax.mail>
-            </properties>
-        </profile>
-    </profiles>
 
     <dependencies>
         <dependency>
@@ -116,7 +110,7 @@
             <version>1.6.1</version>
             <scope>test</scope>
         </dependency>
-        
+
         <!-- Use lucene 2.4.1 for now to let jcr tests pass -->
         <dependency>
             <groupId>org.apache.lucene</groupId>
@@ -368,28 +362,39 @@
                             </configuration>
                         </plugin>
                         <!--
-                        <plugin>
-                          <groupId>org.apache.maven.plugins</groupId>
-                          <artifactId>maven-changes-plugin</artifactId>
-                          <configuration>
+                            <plugin>
+                            <groupId>org.apache.maven.plugins</groupId>
+                            <artifactId>maven-changes-plugin</artifactId>
+                            <configuration>
                             <onlyCurrentVersion>true</onlyCurrentVersion>
                             <resolutionIds>Fixed</resolutionIds>
                             <statusIds>Resolved,Closed</statusIds>
                             <columnNames>Type,Key,Summary,Status,Resolution,Fix Version</columnNames>
-                          </configuration>
-                          <reportSets>
+                            </configuration>
+                            <reportSets>
                             <reportSet>
-                              <reports>
-                                <report>jira-report</report>
-                              </reports>
+                            <reports>
+                            <report>jira-report</report>
+                            </reports>
                             </reportSet>
-                          </reportSets>
-                        </plugin>
+                            </reportSets>
+                            </plugin>
                         -->
                     </reportPlugins>
                 </configuration>
             </plugin>
         </plugins>
     </build>
+
+    <profiles>
+        <profile>
+            <id>geronimo</id>
+            <properties>
+                <javax.mail.groupId>org.apache.geronimo.javamail</javax.mail.groupId>
+                <javax.mail.artifactId>geronimo-javamail_1.4_mail</javax.mail.artifactId>
+                <version.javax.mail>1.6</version.javax.mail>
+            </properties>
+        </profile>
+    </profiles>
 </project>
 



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