Author: jkuhnert Date: Sun Jun 18 12:31:11 2006 New Revision: 415184 URL: http://svn.apache.org/viewvc?rev=415184&view=rev Log: Updated layout
Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml Modified: tapestry/tapestry5/tapestry-core/trunk/pom.xml URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/pom.xml?rev=415184&r1=415183&r2=415184&view=diff ============================================================================== --- tapestry/tapestry5/tapestry-core/trunk/pom.xml (original) +++ tapestry/tapestry5/tapestry-core/trunk/pom.xml Sun Jun 18 12:31:11 2006 @@ -1,5 +1,5 @@ -<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> <groupId>org.apache.tapestry</groupId> @@ -14,7 +14,8 @@ <relativePath>../tapestry-project/pom.xml</relativePath> </parent> <name>Tapestry Core Library</name> - <inceptionYear>2006</inceptionYear> + <inceptionYear>2006</inceptionYear> + <dependencies> <dependency> <groupId>javassist</groupId> @@ -49,8 +50,8 @@ <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> - <!-- Looks like if you override scope, you have to provide version (and classifier) as well. - Or perhaps this has something to do with classifier. --> + <!-- Looks like if you override scope, you have to provide version (and classifier) as well. + Or perhaps this has something to do with classifier. --> <version>4.7</version> <classifier>jdk15</classifier> <scope>provided</scope> @@ -60,9 +61,9 @@ <artifactId>aspectjrt</artifactId> </dependency> </dependencies> - + <build> - <plugins> + <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> @@ -70,7 +71,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.2</version> + <version>2.2</version> <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile> @@ -79,14 +80,14 @@ </plugin> </plugins> </build> - + <reporting> <plugins> <!-- The surefire tests had 1 failure, not sure if I did something wrong - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> - </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>surefire-report-maven-plugin</artifactId> + </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -97,12 +98,16 @@ </plugin> </plugins> </reporting> - + <distributionManagement> <site> <id>tapestry</id> <url>scp://minotaur.apache.org/www/tapestry.apache.org/tapestry5</url> </site> + <repository> + <id>tapestry-repo</id> + <url>scp://minotaur.apache.org/www/www.apache.org/dist/maven-repository</url> + </repository> </distributionManagement> - + </project>