Author: olamy
Date: Fri Aug 31 10:38:50 2012
New Revision: 1379411
URL: http://svn.apache.org/viewvc?rev=1379411&view=rev
Log:
more fix for site deploy
Modified:
archiva/redback/redback-components/trunk/deploySite.sh
archiva/redback/redback-components/trunk/pom.xml
archiva/redback/redback-components/trunk/src/site/site.xml
Modified: archiva/redback/redback-components/trunk/deploySite.sh
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/deploySite.sh?rev=1379411&r1=1379410&r2=1379411&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/deploySite.sh (original)
+++ archiva/redback/redback-components/trunk/deploySite.sh Fri Aug 31 10:38:50
2012
@@ -1 +1 @@
-mvn clean site-deploy -f redback-components-parent/pom.xml -Pall
scm-publish:publish-scm
+mvn clean site-deploy scm-publish:publish-scm
Modified: archiva/redback/redback-components/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/pom.xml?rev=1379411&r1=1379410&r2=1379411&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/pom.xml (original)
+++ archiva/redback/redback-components/trunk/pom.xml Fri Aug 31 10:38:50 2012
@@ -99,6 +99,11 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>${maven-project-info-reports-plugin.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadocPluginVersion}</version>
<configuration>
Modified: archiva/redback/redback-components/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/src/site/site.xml?rev=1379411&r1=1379410&r2=1379411&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/src/site/site.xml (original)
+++ archiva/redback/redback-components/trunk/src/site/site.xml Fri Aug 31
10:38:50 2012
@@ -20,6 +20,18 @@
<project>
+ <bannerLeft>
+ <name>Apache Archiva</name>
+ <src>http://archiva.apache.org/images/archiva.png</src>
+ <!-- have to add the index.html to get the right location, due to bug in
Doxia. Still not correct for subdirectories though -->
+ <href>http://archiva.apache.org/index.html</href>
+ </bannerLeft>
+ <bannerRight>
+ <name>Apache Software Foundation</name>
+ <src>http://www.apache.org/images/asf_logo_wide.png</src>
+ <href>http://www.apache.org/</href>
+ </bannerRight>
+
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>