- Revision
- 708
- Author
- rfscholte
- Date
- 2010-03-04 15:05:47 -0600 (Thu, 04 Mar 2010)
Log Message
QDOX-196: improve releasement , auto-update downloadpage
Modified Paths
Diff
Modified: trunk/qdox/pom.xml (707 => 708)
--- trunk/qdox/pom.xml 2010-03-02 11:10:12 UTC (rev 707) +++ trunk/qdox/pom.xml 2010-03-04 21:05:47 UTC (rev 708) @@ -318,12 +318,14 @@ <resource> <directory>src/site</directory> <excludes> + <exclude>**/download.html</exclude> <exclude>**/skin.html</exclude> </excludes> - </resource> + </resource> <resource> <directory>src/site</directory> <includes> + <include>**/download.html</include> <include>**/skin.html</include> </includes> <filtering>true</filtering> @@ -359,7 +361,6 @@ <configuration> <autoVersionSubmodules>true</autoVersionSubmodules> <preparationGoals>clean install</preparationGoals> - <goals>deploy</goals> <tagBase>https://svn.codehaus.org/qdox/tags</tagBase> </configuration> </plugin> @@ -465,6 +466,19 @@ <qdox.byaccj.executable>${basedir}/bootstrap/yacc.exe</qdox.byaccj.executable> </properties> </profile> + <profile> + <id>release-site</id> + <activation> + <file> + <exists>release.properties</exists> + </file> + </activation> + <build> + <filters> + <filter>release.properties</filter> + </filters> + </build> + </profile> </profiles> <!-- Reports -->
Modified: trunk/qdox/src/site/content/download.html (707 => 708)
--- trunk/qdox/src/site/content/download.html 2010-03-02 11:10:12 UTC (rev 707) +++ trunk/qdox/src/site/content/download.html 2010-03-04 21:05:47 UTC (rev 708) @@ -4,17 +4,17 @@ </head> <body> <p> - Latest stable release - QDox 1.10.1: - <a href="" jar</a> | - <a href="" jar</a> | - <a href="" jar</a> | - <a href="" tar.bz2</a> | - <a href="" tar.gz</a> | - <a href="" zip</a> + Latest stable release - QDox ${project.rel.org.thoughtworks.qdox:qdox}: + <a href="" jar</a> | + <a href="" jar</a> | + <a href="" jar</a> | + <a href="" tar.bz2</a> | + <a href="" tar.gz</a> | + <a href="" zip</a> </p> <p> - The latest snapshot - QDox 1.11-SNAPSHOT: - <a href="" directory</a>. + The latest snapshot - QDox ${project.dev.org.thoughtworks.qdox:qdox}: + <a href="" directory</a>. </p> </body>
To unsubscribe from this list please visit:
