You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/09 23:41:10 UTC

svn commit: r733181 - /incubator/openwebbeans/trunk/webbeans-impl/pom.xml

Author: gerdogdu
Date: Fri Jan  9 14:41:10 2009
New Revision: 733181

URL: http://svn.apache.org/viewvc?rev=733181&view=rev
Log:
Formatting POM xml.

Modified:
    incubator/openwebbeans/trunk/webbeans-impl/pom.xml

Modified: incubator/openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/pom.xml?rev=733181&r1=733180&r2=733181&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/pom.xml Fri Jan  9 14:41:10 2009
@@ -1,22 +1,23 @@
 <?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
+	
+	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.
+-->
 
-		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.
-	-->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<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>
@@ -31,7 +32,7 @@
 	<description>Implementation of the Web Beans API</description>
 
 	<dependencies>
-		
+
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
@@ -45,7 +46,7 @@
 			<artifactId>dom4j</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.geronimo.specs </groupId>
+			<groupId>org.apache.geronimo.specs</groupId>
 			<artifactId>geronimo-ejb_3.0_spec</artifactId>
 		</dependency>
 		<dependency>
@@ -92,143 +93,167 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>webbeans-api</artifactId>
-		</dependency>		
+		</dependency>
 	</dependencies>
 
-  <reporting>
-    <plugins>
-      <!-- Apache plugins in alphabetical order -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>cim</report>
-              <report>index</report>
-              <report>issue-tracking</report>
-              <report>mailing-list</report>
-              <report>project-team</report>
-              <report>scm</report>
-              <report>summary</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
-  <profiles>
-    <profile>
-      <id>reporting</id>
-      <activation>
-        <property>
-          <name>skipReports</name>
-          <value>!true</value>
-        </property>
-      </activation>
-      <reporting>
-        <plugins>
-          <!-- Apache plugins in alphabetical order -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <version>2.2</version>
-            <configuration>
-              <configLocation>config/maven_checks.xml</configLocation>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <version>2.4</version>
-            <configuration>
-              <quiet>true</quiet>
-              <links>
-                <link>http://java.sun.com/j2ee/1.4/docs/api</link>
-                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                <link>http://myfaces.apache.org/core12/myfaces-api/apidocs/</link>
-              </links>
-            </configuration>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>javadoc</report>
-                  <report>test-javadoc</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jxr-plugin</artifactId>
-            <version>2.1</version>
-            <configuration>
-              <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
-              <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-pmd-plugin</artifactId>
-            <version>2.4</version>
-            <configuration>
-              <targetJdk>1.5</targetJdk>
-              <rulesets>
-                <ruleset>http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent/src/main/config/pmd/mojo_rules.xml</ruleset>
-              </rulesets>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.1</version>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>cim</report>
-                  <report>dependencies</report>
-                  <report>dependency-convergence</report>
-                  <report>dependency-management</report>
-                  <report>index</report>
-                  <report>issue-tracking</report>
-                  <report>license</report>
-                  <report>mailing-list</report>
-                  <report>plugin-management</report>
-                  <report>project-team</report>
-                  <report>scm</report>
-                  <report>summary</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.4.3</version>
-            <reportSets>
-              <reportSet>
-                <reports>
-                  <report>report</report>
-                </reports>
-              </reportSet>
-            </reportSets>
-          </plugin>
-          <!-- Codehaus plugins in alphabetical order -->
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
-            <version>2.2</version>
-          </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>taglist-maven-plugin</artifactId>
-            <version>2.2</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
+	<reporting>
+		<plugins>
+			<!-- Apache plugins in alphabetical order -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>
+					maven-project-info-reports-plugin
+				</artifactId>
+				<version>2.1</version>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>cim</report>
+							<report>index</report>
+							<report>issue-tracking</report>
+							<report>mailing-list</report>
+							<report>project-team</report>
+							<report>scm</report>
+							<report>summary</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
+
+	<profiles>
+		<profile>
+			<id>reporting</id>
+			<activation>
+				<property>
+					<name>skipReports</name>
+					<value>!true</value>
+				</property>
+			</activation>
+			<reporting>
+				<plugins>
+					<!-- Apache plugins in alphabetical order -->
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-checkstyle-plugin</artifactId>
+						<version>2.2</version>
+						<configuration>
+							<configLocation>
+								config/maven_checks.xml
+							</configLocation>
+						</configuration>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-javadoc-plugin</artifactId>
+						<version>2.4</version>
+						<configuration>
+							<quiet>true</quiet>
+							<links>
+								<link>
+									http://java.sun.com/j2ee/1.4/docs/api
+								</link>
+								<link>
+									http://java.sun.com/j2se/1.5.0/docs/api
+								</link>
+								<link>
+									http://myfaces.apache.org/core12/myfaces-api/apidocs/
+								</link>
+							</links>
+						</configuration>
+						<reportSets>
+							<reportSet>
+								<reports>
+									<report>javadoc</report>
+									<report>test-javadoc</report>
+								</reports>
+							</reportSet>
+						</reportSets>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-jxr-plugin</artifactId>
+						<version>2.1</version>
+						<configuration>
+							<inputEncoding>
+								${project.build.sourceEncoding}
+							</inputEncoding>
+							<outputEncoding>
+								${project.build.sourceEncoding}
+							</outputEncoding>
+						</configuration>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-pmd-plugin</artifactId>
+						<version>2.4</version>
+						<configuration>
+							<targetJdk>1.5</targetJdk>
+							<rulesets>
+								<ruleset>
+									http://svn.codehaus.org/mojo/trunk/mojo/mojo-parent/src/main/config/pmd/mojo_rules.xml
+								</ruleset>
+							</rulesets>
+						</configuration>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>
+							maven-project-info-reports-plugin
+						</artifactId>
+						<version>2.1</version>
+						<reportSets>
+							<reportSet>
+								<reports>
+									<report>cim</report>
+									<report>dependencies</report>
+									<report>
+										dependency-convergence
+									</report>
+									<report>
+										dependency-management
+									</report>
+									<report>index</report>
+									<report>issue-tracking</report>
+									<report>license</report>
+									<report>mailing-list</report>
+									<report>plugin-management</report>
+									<report>project-team</report>
+									<report>scm</report>
+									<report>summary</report>
+								</reports>
+							</reportSet>
+						</reportSets>
+					</plugin>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>
+							maven-surefire-report-plugin
+						</artifactId>
+						<version>2.4.3</version>
+						<reportSets>
+							<reportSet>
+								<reports>
+									<report>report</report>
+								</reports>
+							</reportSet>
+						</reportSets>
+					</plugin>
+					<!-- Codehaus plugins in alphabetical order -->
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>cobertura-maven-plugin</artifactId>
+						<version>2.2</version>
+					</plugin>
+					<plugin>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>taglist-maven-plugin</artifactId>
+						<version>2.2</version>
+					</plugin>
+				</plugins>
+			</reporting>
+		</profile>
+	</profiles>
 
 </project>