You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2006/07/07 00:49:13 UTC

svn commit: r419732 - /tapestry/tapestry5/tapestry-project/trunk/pom.xml

Author: hlship
Date: Thu Jul  6 15:49:13 2006
New Revision: 419732

URL: http://svn.apache.org/viewvc?rev=419732&view=rev
Log:
Update Tapestry POM's to use new, pretty skin and deploy correctly onto Apache.org.

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?rev=419732&r1=419731&r2=419732&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Thu Jul  6 15:49:13 2006
@@ -1,47 +1,44 @@
-<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.tapestry</groupId>
-    <artifactId>tapestry-project</artifactId>
-    <packaging>pom</packaging>
-    <version>5.0.0-SNAPSHOT</version>
-    <name>Tapestry Project</name>
-    <inceptionYear>2006</inceptionYear>
-    <url>http://tapestry.apache.org/tapestry5/${pom.artifactId}</url>
-    <licenses>
-        <license>
-            <name>Apache Software License 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
+<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.tapestry</groupId>
+    <artifactId>tapestry-project</artifactId>
+    <packaging>pom</packaging>
+    <version>5.0.0-SNAPSHOT</version>
+    <name>Tapestry Project</name>
+    <inceptionYear>2006</inceptionYear>
+    <url>http://tapestry.apache.org/tapestry5/${pom.artifactId}</url>
+    <licenses>
+        <license>
+            <name>Apache Software License 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
     <organization>
-        <name>Apache Software Foundation</name>
+        <name>Apache Software Foundation</name>
         <url>http://www.apache.org</url>
-    </organization>
-    <scm>
-        <connection>
-            https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}
-        </connection>
-        <url>svn:http://svn.apache.org/viewcvs.cgi/tapestry/tapestry5/${pom.artifactId}</url>
-    </scm>
+    </organization>
+    <scm>
+        <connection> https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId} </connection>
+        <url>svn:http://svn.apache.org/viewcvs.cgi/tapestry/tapestry5/${pom.artifactId}</url>
+    </scm>
     <developers>
         <developer>
-            <id>hls</id>
-            <name>Howard M. Lewis Ship</name>
-            <email>hlship@apache.org</email>
-            <url>http://howardlewisship.com</url>
+            <id>hls</id>
+            <name>Howard M. Lewis Ship</name>
+            <email>hlship@apache.org</email>
+            <url>http://howardlewisship.com</url>
             <roles>
                 <role>Menace</role>
-            </roles>
+            </roles>
             <timezone>PDT</timezone>
         </developer>
-    </developers>
+    </developers>
     <modules>
         <module>../tapestry-core</module>
-    </modules>
-    <dependencyManagement>
+    </modules>
+    <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>javassist</groupId>
@@ -71,7 +68,7 @@
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
-                <version>1.0.4</version>
+                <version>1.0.4</version>
                 <!-- This is almost always provided by the container. If not, then WARs will have to
                     create an explicit dependency. -->
                 <scope>provided</scope>
@@ -94,69 +91,71 @@
                 <artifactId>aspectjrt</artifactId>
                 <version>1.5.0</version>
                 <scope>compile</scope>
-            </dependency>
-            <!-- Now, artifacts created by Tapestry sub-projects. -->
+            </dependency>
+            <!-- Now, artifacts created by Tapestry sub-projects. -->
             <dependency>
-                <groupId>org.apache.tapestry</groupId>
-                <artifactId>tapestry-core</artifactId>
+                <groupId>org.apache.tapestry</groupId>
+                <artifactId>tapestry-core</artifactId>
                 <version>${project.version}</version>
             </dependency>
         </dependencies>
-    </dependencyManagement>
+    </dependencyManagement>
     <build>
         <pluginManagement>
             <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <configuration>
-                        <source>1.5</source>
-                        <target>1.5</target>
-                    </configuration>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.5</source>
+                        <target>1.5</target>
+                    </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>aspectj-maven-plugin</artifactId>
-                    <configuration>
-                        <complianceLevel>1.5</complianceLevel>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>compile</goal>
-                                <goal>test-compile</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-            </plugins>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>aspectj-maven-plugin</artifactId>
+                    <configuration>
+                        <complianceLevel>1.5</complianceLevel>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>compile</goal>
+                                <goal>test-compile</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.0-beta-5</version>
+                </plugin>
+            </plugins>
         </pluginManagement>
-    </build>
+    </build>
     <reporting>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
                 <reportSets>
                     <reportSet>
                         <reports>
-                            <report>dependencies</report>
-                            <report>project-team</report>
-                            <!-- mailing-list, cim -->
-                            <report>license</report>
+                            <report>dependencies</report>
+                            <report>project-team</report>
+                            <!-- mailing-list, cim -->
+                            <report>license</report>
                             <report>scm</report>
                         </reports>
                     </reportSet>
                 </reportSets>
             </plugin>
         </plugins>
-    </reporting>
-
+    </reporting>
     <repositories>
         <repository>
             <id>jboss</id>
             <url>http://repository.jboss.com/maven2</url>
         </repository>
     </repositories>
-
 </project>