Hi!
> I saw some xdocs files are included in Ochestra;
> anyone volunteering to get it added to the site build?

I managed to make orchestra/core build a site, though, I had to apply
the following patch to the master-pom:

Index: master-pom/pom.xml
===================================================================
--- master-pom/pom.xml  (Revision 522170)
+++ master-pom/pom.xml  (Arbeitskopie)
@@ -462,8 +462,8 @@
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.1</version>
                 <configuration>
-                   
<configLocation>config/myfaces-checks.xml</configLocation>
-                   
<headerLocation>config/myfaces-header.txt</headerLocation>
+                   
<configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
+                   
<headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
                 </configuration>
             </plugin>
         </plugins>
@@ -522,8 +522,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <configuration>
-                   
<configLocation>config/myfaces-checks.xml</configLocation>
-                   
<headerLocation>config/myfaces-header.txt</headerLocation>
+                   
<configLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-checks.xml</configLocation>
+                   
<headerLocation>http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools/src/main/resources/config/myfaces-header.txt</headerLocation>
                 </configuration>
                 <version>2.1</version>
             </plugin>


Any objection to commit it? Or is there any other way to tell maven
where to search the config files?
And then, how to move on?
What needs to be done to publish the site?

Any help will be really appreciated.
Ciao,
Mario

Reply via email to