You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/20 22:40:32 UTC

svn commit: r498175 - /geronimo/samples/trunk/pom.xml

Author: jdillon
Date: Sat Jan 20 13:40:31 2007
New Revision: 498175

URL: http://svn.apache.org/viewvc?view=rev&rev=498175
Log:
Fixed indent

Modified:
    geronimo/samples/trunk/pom.xml

Modified: geronimo/samples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/pom.xml?view=diff&rev=498175&r1=498174&r2=498175
==============================================================================
--- geronimo/samples/trunk/pom.xml (original)
+++ geronimo/samples/trunk/pom.xml Sat Jan 20 13:40:31 2007
@@ -16,15 +16,19 @@
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
---><!-- $Rev$ $Date$ --><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">
+-->
+
+<!-- $Rev$ $Date$ -->
+
+<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>
-    
+
     <groupId>org.apache.geronimo.samples</groupId>
     <artifactId>samples</artifactId>
     <name>Geronimo Samples</name>
     <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    
+
     <description>
         Geronimo Samples.
     </description>
@@ -32,11 +36,11 @@
     <properties>
         <version>2.0-SNAPSHOT</version>
     </properties>
-    
+
     <modules>
-      <module>geronimo-samples-archetype</module>
+        <module>geronimo-samples-archetype</module>
         <module>calculator-stateless-pojo</module>
-  </modules>
+    </modules>
 
     <dependencies>
         <dependency>
@@ -119,8 +123,8 @@
             </plugins>
         </pluginManagement>
     </build>
-    
-     <repositories>
+
+    <repositories>
         <repository>
             <id>apache-snapshots</id>
             <name>Apache Snapshots Repository</name>
@@ -156,16 +160,15 @@
 
     <reporting>
         <plugins>
-          <plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
                 <version>2.0.1</version>
                 <reportSets>
-                     <reportSet>
-                        <reports>
-                        </reports>
-                     </reportSet>
-                  </reportSets>
+                    <reportSet>
+                        <reports></reports>
+                    </reportSet>
+                </reportSets>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -200,12 +203,12 @@
                     </links>
                 </configuration>
             </plugin>
-             <plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jxr-plugin</artifactId>
                 <version>2.0</version>
                 <configuration>
-                  <aggregate>true</aggregate>
+                    <aggregate>true</aggregate>
                 </configuration>
             </plugin>
         </plugins>