You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/28 16:07:11 UTC

svn commit: r615907 - /myfaces/orchestra/trunk/maven/pom.xml

Author: skitching
Date: Mon Jan 28 07:07:09 2008
New Revision: 615907

URL: http://svn.apache.org/viewvc?rev=615907&view=rev
Log:
Indenting cleanups only

Modified:
    myfaces/orchestra/trunk/maven/pom.xml

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=615907&r1=615906&r2=615907&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Mon Jan 28 07:07:09 2008
@@ -1,203 +1,203 @@
 <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.myfaces</groupId>
-		<artifactId>myfaces</artifactId>
-		<version>5-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.myfaces.orchestra</groupId>
-	<artifactId>myfaces-orchestra-maven</artifactId>
-	<packaging>pom</packaging>
-	<name>MyFaces Orchestra Maven</name>
-	<url>http://myfaces.apache.org/orchestra</url>
-	<version>1.1-SNAPSHOT</version>
-	<description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces</description>
-
-	<developers>
-		<developer>
-			<id>imario</id>
-			<name>Mario Ivankovits</name>
-			<email>imario@apache.org</email>
-			<organization>OPS EDV GmbH</organization>
-			<organizationUrl>http://www.ops.co.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>mmarinschek</id>
-			<name>Martin Marinschek</name>
-			<email>mmarinschek@apache.org</email>
-			<organization>IRIAN.at, Austria</organization>
-			<organizationUrl>http://www.irian.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>manolito</id>
-			<name>Manfred Geiler</name>
-			<email>manolito@apache.org</email>
-			<organization>IRIAN.at, Austria</organization>
-			<organizationUrl>http://www.irian.at</organizationUrl>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>werpu</id>
-			<name>Werner Punz</name>
-			<email>werpu@apache.org</email>
-			<organization>Media Data GmbH, Austria</organization>
-			<timezone>+1</timezone>
-		</developer>
-		<developer>
-			<id>skitching</id>
-			<name>Simon Kitching</name>
-			<email>skitching@apache.org</email>
-		</developer>
-	</developers>
-
-	<contributors>
-		<contributor>
-			<name>Dan Tran</name>
-		</contributor>
-	</contributors>
-
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/maven</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/maven</developerConnection>
-		<url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/maven</url>
-	</scm>
-
-	<issueManagement>
-		<system>jira</system>
-		<url>http://issues.apache.org/jira/browse/ORCHESTRA</url>
-	</issueManagement>
-
-	<dependencyManagement>
-		<dependencies>
-
-			<dependency>
-				<groupId>org.apache.myfaces.core</groupId>
-				<artifactId>myfaces-api</artifactId>
-				<version>${myfaces.version}</version>
-				<optional>true</optional>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.core</groupId>
-				<artifactId>myfaces-impl</artifactId>
-				<version>${myfaces.version}</version>
-				<optional>true</optional>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.myfaces.shared</groupId>
-				<artifactId>myfaces-shared-orchestra</artifactId>
-				<version>${myfaces-orchestra-shared.version}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
-
-	<distributionManagement>
-		<site>
-			<id>apache-site</id>
-			<name>Apache Website</name>
-			<url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-maven</url>
-		</site>
-	</distributionManagement>
-
-
-	<repositories>
-		<repository>
-			<id>apache-maven-snapshots</id>
-			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-		</repository>
-
-		<repository>
-			<id>myfaces-staging</id>
-			<url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
-			<releases>
-				<enabled>false</enabled>
-				<!-- Enable to test a MyFaces core release candidate with MyFaces Orchestra -->
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</repository>
-
-		<repository>
-			<id>java-net</id>
-			<url>http://download.java.net/maven/1</url>
-			<layout>legacy</layout>
-		</repository>
-
-	</repositories>
-
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-source-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<artifactId>maven-remote-resources-plugin</artifactId>
-				<version>1.0-alpha-5</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>process</goal>
-						</goals>
-						<configuration>
-							<resourceBundles>
-								<resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
-							</resourceBundles>
-							<properties>
-								<addLicense>true</addLicense>
-							</properties>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<!--
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-gpg-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>sign-artifacts</id>
-						<phase>verify</phase>
-						<goals>
-							<goal>sign</goal>
-						</goals>
-						<configuration>
-							activate for the release - is this somehow automatically possible?
-							manolito: yes it is, just do it with release plugin or use -DperformRelease=true
-							<skip>true</skip>
-							<useAgent>true</useAgent>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			-->
-		</plugins>
-	</build>
-
-	<properties>
-		<!-- ensure to not to point to a snapshot version during release -->
-		<myfaces.version>1.2.0</myfaces.version>
-		<tomahawk.version>1.1.6</tomahawk.version>
-		<myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>
-	</properties>
+  <parent>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
+    <version>5-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.myfaces.orchestra</groupId>
+  <artifactId>myfaces-orchestra-maven</artifactId>
+  <packaging>pom</packaging>
+  <name>MyFaces Orchestra Maven</name>
+  <url>http://myfaces.apache.org/orchestra</url>
+  <version>1.1-SNAPSHOT</version>
+  <description>Apache MyFaces Orchestra is a sub-project of Apache MyFaces</description>
+
+  <developers>
+    <developer>
+      <id>imario</id>
+      <name>Mario Ivankovits</name>
+      <email>imario@apache.org</email>
+      <organization>OPS EDV GmbH</organization>
+      <organizationUrl>http://www.ops.co.at</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>mmarinschek</id>
+      <name>Martin Marinschek</name>
+      <email>mmarinschek@apache.org</email>
+      <organization>IRIAN.at, Austria</organization>
+      <organizationUrl>http://www.irian.at</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>manolito</id>
+      <name>Manfred Geiler</name>
+      <email>manolito@apache.org</email>
+      <organization>IRIAN.at, Austria</organization>
+      <organizationUrl>http://www.irian.at</organizationUrl>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>werpu</id>
+      <name>Werner Punz</name>
+      <email>werpu@apache.org</email>
+      <organization>Media Data GmbH, Austria</organization>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>skitching</id>
+      <name>Simon Kitching</name>
+      <email>skitching@apache.org</email>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Dan Tran</name>
+    </contributor>
+  </contributors>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/orchestra/trunk/maven</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/orchestra/trunk/maven</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/orchestra/trunk/maven</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/ORCHESTRA</url>
+  </issueManagement>
+
+  <dependencyManagement>
+    <dependencies>
+
+      <dependency>
+        <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-api</artifactId>
+        <version>${myfaces.version}</version>
+        <optional>true</optional>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-impl</artifactId>
+        <version>${myfaces.version}</version>
+        <optional>true</optional>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.myfaces.shared</groupId>
+        <artifactId>myfaces-shared-orchestra</artifactId>
+        <version>${myfaces-orchestra-shared.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <distributionManagement>
+    <site>
+      <id>apache-site</id>
+      <name>Apache Website</name>
+      <url>scpexe://people.apache.org/www/myfaces.apache.org/orchestra/myfaces-orchestra-maven</url>
+    </site>
+  </distributionManagement>
+
+
+  <repositories>
+    <repository>
+      <id>apache-maven-snapshots</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+
+    <repository>
+      <id>myfaces-staging</id>
+      <url>http://people.apache.org/builds/myfaces/m2-staging-repository</url>
+      <releases>
+        <enabled>false</enabled>
+        <!-- Enable to test a MyFaces core release candidate with MyFaces Orchestra -->
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+
+    <repository>
+      <id>java-net</id>
+      <url>http://download.java.net/maven/1</url>
+      <layout>legacy</layout>
+    </repository>
+
+  </repositories>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-source</id>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-5</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+              </resourceBundles>
+              <properties>
+                <addLicense>true</addLicense>
+              </properties>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <!--
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>sign-artifacts</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>sign</goal>
+            </goals>
+            <configuration>
+              activate for the release - is this somehow automatically possible?
+              manolito: yes it is, just do it with release plugin or use -DperformRelease=true
+              <skip>true</skip>
+              <useAgent>true</useAgent>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      -->
+    </plugins>
+  </build>
+
+  <properties>
+    <!-- ensure to not to point to a snapshot version during release -->
+    <myfaces.version>1.2.0</myfaces.version>
+    <tomahawk.version>1.1.6</tomahawk.version>
+    <myfaces-orchestra-shared.version>2.0.7</myfaces-orchestra-shared.version>
+  </properties>
 
 </project>