Author: brett
Date: Tue Jan 23 19:36:53 2007
New Revision: 499235
URL: http://svn.apache.org/viewvc?view=rev&rev=499235
Log:
make sites go to the right place, and use new maven parent for the correct
release profile
Modified:
maven/surefire/trunk/maven-surefire-plugin/pom.xml
maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
maven/surefire/trunk/pom.xml
Modified: maven/surefire/trunk/maven-surefire-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/pom.xml?view=diff&rev=499235&r1=499234&r2=499235
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Tue Jan 23 19:36:53 2007
@@ -130,5 +130,35 @@
</pluginManagement>
</build>
</profile>
+ <profile>
+ <id>ci</id>
+ <activation>
+ <property>
+ <name>enableCiProfile</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-docck-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scp://people.apache.org/www/maven.apache.org/plugins/maven-surefire-plugin</url>
+ </site>
+ </distributionManagement>
</project>
Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?view=diff&rev=499235&r1=499234&r2=499235
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Tue Jan 23
19:36:53 2007
@@ -66,5 +66,35 @@
</pluginManagement>
</build>
</profile>
+ <profile>
+ <id>ci</id>
+ <activation>
+ <property>
+ <name>enableCiProfile</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-docck-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scp://people.apache.org/www/maven.apache.org/plugins/maven-surefire-report-plugin</url>
+ </site>
+ </distributionManagement>
</project>
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=499235&r1=499234&r2=499235
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Tue Jan 23 19:36:53 2007
@@ -3,7 +3,7 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.apache.maven</groupId>
- <version>4</version>
+ <version>5-SNAPSHOT</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.surefire</groupId>