Author: hlship
Date: Thu Nov 15 09:02:56 2007
New Revision: 595358
URL: http://svn.apache.org/viewvc?rev=595358&view=rev
Log:
Remove quickstart from the build until we figure out how Maven has screwed us
this time (quickstart was breaking the nightly build for no rational reason).
Modified:
tapestry/tapestry5/trunk/pom.xml
Modified: tapestry/tapestry5/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=595358&r1=595357&r2=595358&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Thu Nov 15 09:02:56 2007
@@ -1,405 +1,408 @@
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-project</artifactId>
- <packaging>pom</packaging>
- <version>5.0.7-SNAPSHOT</version>
- <name>Tapestry 5 Project</name>
- <description> Master project for the modules of Tapestry 5. </description>
- <inceptionYear>2006</inceptionYear>
- <url>http://tapestry.apache.org/tapestry5/</url>
- <issueManagement>
- <system>Jira</system>
- <url>https://issues.apache.org/jira/browse/TAPESTRY</url>
- </issueManagement>
- <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>
- <url>http://www.apache.org</url>
- </organization>
- <scm>
- <connection>
scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/ </connection>
- <url>http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/</url>
- </scm>
- <developers>
- <developer>
- <id>hls</id>
- <name>Howard M. Lewis Ship</name>
- <email>[EMAIL PROTECTED]</email>
- <url>http://howardlewisship.com</url>
- <roles>
- <role>Menace</role>
- </roles>
- <timezone>PDT</timezone>
- </developer>
- <developer>
- <id>gredler</id>
- <name>Daniel Gredler</name>
- <email>[EMAIL PROTECTED]</email>
- <url>http://daniel.gredler.net/</url>
- <roles>
- <role>Newbie</role>
- </roles>
- <timezone>EDT</timezone>
- </developer>
- <developer>
- <id>dadams</id>
- <name>Dan Adams</name>
- <email>[EMAIL PROTECTED]</email>
- <roles>
- <role>Engineer</role>
- </roles>
- <timezone>EST</timezone>
- <organization>Interactive Factory</organization>
- <organizationUrl>http://ifactory.com</organizationUrl>
- </developer>
- </developers>
-
- <ciManagement>
- <system>bamboo</system>
- <url>http://tapestry.formos.com/bamboo/</url>
- </ciManagement>
-
- <mailingLists>
- <mailingList>
- <name>Tapestry User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive> http://mail-archives.apache.org/mod_mbox/tapestry-users/
</archive>
- </mailingList>
- <mailingList>
- <name>Tapestry Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive> http://mail-archives.apache.org/mod_mbox/tapestry-dev/
</archive>
- </mailingList>
- <mailingList>
- <name>Tapestry Commits List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive> http://mail-archives.apache.org/mod_mbox/tapestry-commits/
</archive>
- </mailingList>
- </mailingLists>
-
- <modules>
- <module>tapestry-test</module>
- <module>tapestry-ioc</module>
- <module>tapestry-annotations</module>
- <module>tapestry-core</module>
-
-
- <module>tapestry-spring</module>
- <module>tapestry-hibernate</module>
- <module>tapestry-upload</module>
-
-
- <!-- Now we're getting into the archetypes. -->
- <module>quickstart</module>
- <!-- And the Maven plugin. -->
- <module>tapestry-component-report</module>
-
- <!-- Tutorials -->
-
- <module>tapestry-tutorial1</module>
-
- </modules>
- <dependencyManagement>
- <dependencies>
-
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>jboss</groupId>
- <artifactId>javassist</artifactId>
- <version>3.6.ga</version>
- </dependency>
-
-
-
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>2.3</version>
- <scope>test</scope>
- </dependency>
-
- <!-- Now, artifacts created by Tapestry sub-projects. -->
-
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-ioc</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tapestry</groupId>
- <artifactId>tapestry-test</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <build>
- <pluginManagement>
- <plugins>
- <!-- We configure this either way, but it's only active when the
"deploy" profile is active. -->
- <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>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptorRefs>
- <descriptorRef>bin</descriptorRef>
- <descriptorRef>src</descriptorRef>
- </descriptorRefs>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <optimize>true</optimize>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <suiteXmlFiles>
- <suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>
- </suiteXmlFiles>
- <argLine>-Xmx500m</argLine>
- <redirectTestOutputToFile>true</redirectTestOutputToFile>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <compress>true</compress>
- <index>true</index>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <!-- Will be true for profile "deploy" -->
- <updateReleaseInfo>${update-release-info}</updateReleaseInfo>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- <profiles>
- <profile>
- <!-- Used only when cuttting a full release. Configures the deploy
plugin to mark
- each artifact as a release (especially important for the
archetype). Signs each
- file deployed (it actually signs way too many files and we have to
clean up a bit
- once deployed). -->
- <id>deploy</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- <properties>
- <update-release-info>true</update-release-info>
- <!-- Don't re-run tests as part of the deploy build. -->
- <maven.test.skip>true</maven.test.skip>
- </properties>
- </profile>
- <!-- Only enable Javadoc as part of the output site when the javadoc
profile is active. -->
- <profile>
- <id>javadoc</id>
- <reporting>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-project</artifactId>
+ <packaging>pom</packaging>
+ <version>5.0.7-SNAPSHOT</version>
+ <name>Tapestry 5 Project</name>
+ <description>Master project for the modules of Tapestry 5.</description>
+ <inceptionYear>2006</inceptionYear>
+ <url>http://tapestry.apache.org/tapestry5/</url>
+ <issueManagement>
+ <system>Jira</system>
+ <url>https://issues.apache.org/jira/browse/TAPESTRY</url>
+ </issueManagement>
+ <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>
+ <url>http://www.apache.org</url>
+ </organization>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry5/trunk/</connection>
+ <url>http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/</url>
+ </scm>
+ <developers>
+ <developer>
+ <id>hls</id>
+ <name>Howard M. Lewis Ship</name>
+ <email>[EMAIL PROTECTED]</email>
+ <url>http://howardlewisship.com</url>
+ <roles>
+ <role>Menace</role>
+ </roles>
+ <timezone>PDT</timezone>
+ </developer>
+ <developer>
+ <id>gredler</id>
+ <name>Daniel Gredler</name>
+ <email>[EMAIL PROTECTED]</email>
+ <url>http://daniel.gredler.net/</url>
+ <roles>
+ <role>Newbie</role>
+ </roles>
+ <timezone>EDT</timezone>
+ </developer>
+ <developer>
+ <id>dadams</id>
+ <name>Dan Adams</name>
+ <email>[EMAIL PROTECTED]</email>
+ <roles>
+ <role>Engineer</role>
+ </roles>
+ <timezone>EST</timezone>
+ <organization>Interactive Factory</organization>
+ <organizationUrl>http://ifactory.com</organizationUrl>
+ </developer>
+ </developers>
+
+ <ciManagement>
+ <system>bamboo</system>
+ <url>http://tapestry.formos.com/bamboo/</url>
+ </ciManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>Tapestry User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-users/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tapestry Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>Tapestry Commits List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/tapestry-commits/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <modules>
+ <module>tapestry-test</module>
+ <module>tapestry-ioc</module>
+ <module>tapestry-annotations</module>
+ <module>tapestry-core</module>
+
+
+ <module>tapestry-spring</module>
+ <module>tapestry-hibernate</module>
+ <module>tapestry-upload</module>
+
+
+ <!-- Now we're getting into the archetypes. -->
+
+ <!-- Temporarily removed while I figure out the latest Maven bullshit.
+ <module>quickstart</module>
+ -->
+
+ <!-- And the Maven plugin. -->
+ <module>tapestry-component-report</module>
+
+ <!-- Tutorials -->
+
+ <module>tapestry-tutorial1</module>
+
+ </modules>
+ <dependencyManagement>
+ <dependencies>
+
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>jboss</groupId>
+ <artifactId>javassist</artifactId>
+ <version>3.6.ga</version>
+ </dependency>
+
+
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <!-- Now, artifacts created by Tapestry sub-projects. -->
+
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-ioc</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>tapestry-test</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <!-- We configure this either way, but it's only active when
the "deploy" profile is active. -->
+ <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>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>bin</descriptorRef>
+ <descriptorRef>src</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <suiteXmlFiles>
+
<suiteXmlFile>src/test/conf/testng.xml</suiteXmlFile>
+ </suiteXmlFiles>
+ <argLine>-Xmx500m</argLine>
+
<redirectTestOutputToFile>true</redirectTestOutputToFile>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <compress>true</compress>
+ <index>true</index>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <!-- Will be true for profile "deploy" -->
+
<updateReleaseInfo>${update-release-info}</updateReleaseInfo>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+ <profiles>
+ <profile>
+ <!-- Used only when cuttting a full release. Configures the
deploy plugin to mark
+ each artifact as a release (especially important for the archetype).
Signs each
+ file deployed (it actually signs way too many files and we have to
clean up a bit
+ once deployed). -->
+ <id>deploy</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <update-release-info>true</update-release-info>
+ <!-- Don't re-run tests as part of the deploy build. -->
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+ </profile>
+ <!-- Only enable Javadoc as part of the output site when the javadoc
profile is active. -->
+ <profile>
+ <id>javadoc</id>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <!-- Version 2.3 is broken: See
http://jira.codehaus.org/browse/MJAVADOC-145 -->
+ <version>2.2</version>
+ <configuration>
+ <linksource>true</linksource>
+ <links>
+
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+
<link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+
<link>http://jakarta.apache.org/commons/logging/apidocs/</link>
+ </links>
+
<stylesheetfile>${basedir}/src/site/resources/css/jdstyle.css</stylesheetfile>
+ <aggregate>true</aggregate>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+ </profile>
+
+ <profile>
+ <!-- bamboo: running inside the Bamboo CI server and deploying to
the snapshot repository and nightly web site. -->
+ <id>bamboo</id>
+ <distributionManagement>
+ <repository>
+ <id>tapestry</id>
+ <url>file:/var/www/html/maven-repository</url>
+ </repository>
+ <snapshotRepository>
+ <id>tapestry-snapshot</id>
+ <url>file:/var/www/html/maven-snapshot-repository</url>
+ </snapshotRepository>
+ <site>
+ <url>file:/var/www/html/nightly/tapestry5</url>
+ </site>
+ </distributionManagement>
+ </profile>
+
+ </profiles>
+ <reporting>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <!-- Version 2.3 is broken: See
http://jira.codehaus.org/browse/MJAVADOC-145 -->
- <version>2.2</version>
- <configuration>
- <linksource>true</linksource>
- <links>
- <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
- <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
- <link> http://jakarta.apache.org/commons/logging/apidocs/
</link>
- </links>
- <stylesheetfile> ${basedir}/src/site/resources/css/jdstyle.css
</stylesheetfile>
- <aggregate>true</aggregate>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>license</report>
+ <report>scm</report>
+ <report>project-team</report>
+ <report>mailing-list</report>
+ <report>cim</report>
+ <report>issue-tracking</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
</plugins>
- </reporting>
- </profile>
+ </reporting>
+ <repositories>
+ <repository>
+ <id>tapestry</id>
+ <url>http://tapestry.formos.com/maven-repository</url>
+ </repository>
+ <repository>
+ <id>tapestry-snapshot</id>
+ <url>http://tapestry.formos.com/maven-snapshot-repository</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>codehaus.snapshots</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </repository>
+ <!-- Pick up the selenium JARs. -->
+ <repository>
+ <id>openqa</id>
+ <name>OpenQA Maven Repository</name>
+ <url>http://maven.openqa.org/</url>
+ </repository>
+ </repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>tapestry</id>
+ <url>http://tapestry.formos.com/maven-repository</url>
+ </pluginRepository>
+ <!-- I believe a version of the surefire plugin lives here. -->
+ <pluginRepository>
+ <id>howardlewisship.com</id>
+ <url>http://howardlewisship.com/repository</url>
+ </pluginRepository>
+ <!-- I believe the Cobertura plugin lives here. -->
+ <pluginRepository>
+ <id>codehaus.snapshots</id>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <!-- Be sure to have the following in your ~/.m2/settings.xml
+
+ <servers>
+ <server> <id>tapestry</id> <username>hlship</username> </server>
+ </servers>
+
+ Adjust for your personal apache.org user name. Otherwise (especially on
Windows),
+ Maven and ssh trip over the user name when remote logging in.
+
+ The <id> element below is used to rendevous with server data from
settings.xml
+ in order to determine meta-information such as remote username.
+
+ Don't put your password in settings.xml; just upload to apache.org your
+ public key and make sure to ssh-add before invoking Maven.
- <profile>
- <!-- bamboo: running inside the Bamboo CI server and deploying to the
snapshot repository and nightly web site. -->
- <id>bamboo</id>
- <distributionManagement>
+ -->
+
+ <distributionManagement>
+ <site>
+ <id>tapestry</id>
+
<url>scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/</url>
+ </site>
<repository>
- <id>tapestry</id>
- <url>file:/var/www/html/maven-repository</url>
+ <id>tapestry</id>
+
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository
+ </url>
</repository>
<snapshotRepository>
- <id>tapestry-snapshot</id>
- <url>file:/var/www/html/maven-snapshot-repository</url>
+ <id>tapestry-snapshot</id>
+
<url>scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository</url>
</snapshotRepository>
- <site>
- <url>file:/var/www/html/nightly/tapestry5</url>
- </site>
- </distributionManagement>
- </profile>
+ </distributionManagement>
+
- </profiles>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>license</report>
- <report>scm</report>
- <report>project-team</report>
- <report>mailing-list</report>
- <report>cim</report>
- <report>issue-tracking</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- </plugins>
- </reporting>
- <repositories>
- <repository>
- <id>tapestry</id>
- <url>http://tapestry.formos.com/maven-repository</url>
- </repository>
- <repository>
- <id>tapestry-snapshot</id>
- <url>http://tapestry.formos.com/maven-snapshot-repository</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>codehaus.snapshots</id>
- <url>http://snapshots.repository.codehaus.org</url>
- </repository>
- <!-- Pick up the selenium JARs. -->
- <repository>
- <id>openqa</id>
- <name>OpenQA Maven Repository</name>
- <url>http://maven.openqa.org/</url>
- </repository>
- </repositories>
-
- <pluginRepositories>
- <pluginRepository>
- <id>tapestry</id>
- <url>http://tapestry.formos.com/maven-repository</url>
- </pluginRepository>
- <!-- I believe a version of the surefire plugin lives here. -->
- <pluginRepository>
- <id>howardlewisship.com</id>
- <url>http://howardlewisship.com/repository</url>
- </pluginRepository>
- <!-- I believe the Cobertura plugin lives here. -->
- <pluginRepository>
- <id>codehaus.snapshots</id>
- <url>http://snapshots.repository.codehaus.org</url>
- </pluginRepository>
- </pluginRepositories>
-
- <!-- Be sure to have the following in your ~/.m2/settings.xml
-
- <servers>
- <server> <id>tapestry</id> <username>hlship</username> </server>
- </servers>
-
- Adjust for your personal apache.org user name. Otherwise (especially on
Windows),
- Maven and ssh trip over the user name when remote logging in.
-
- The <id> element below is used to rendevous with server data from
settings.xml
- in order to determine meta-information such as remote username.
-
- Don't put your password in settings.xml; just upload to apache.org your
- public key and make sure to ssh-add before invoking Maven.
-
- -->
-
- <distributionManagement>
- <site>
- <id>tapestry</id>
- <url> scpexe://people.apache.org/www/tapestry.apache.org/tapestry5/
</url>
- </site>
- <repository>
- <id>tapestry</id>
- <url>
scpexe://people.apache.org/home/hlship/public_html/tapestry-ibiblio-rsynch-repository
- </url>
- </repository>
- <snapshotRepository>
- <id>tapestry-snapshot</id>
- <url>
scpexe://people.apache.org/home/hlship/public_html/tapestry-snapshot-repository
</url>
- </snapshotRepository>
- </distributionManagement>
-
-
-
- <properties>
- <!-- Version 2.1 lists everything as 100% covered, wierd. -->
- <cobertura-plugin-version>2.0</cobertura-plugin-version>
- <update-release-info>false</update-release-info>
- </properties>
+ <properties>
+ <!-- Version 2.1 lists everything as 100% covered, wierd. -->
+ <cobertura-plugin-version>2.0</cobertura-plugin-version>
+ <update-release-info>false</update-release-info>
+ </properties>
</project>