You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/07/02 17:02:14 UTC

svn commit: r1356281 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Mon Jul  2 15:02:10 2012
New Revision: 1356281

URL: http://svn.apache.org/viewvc?rev=1356281&view=rev
Log:
restored site generation

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356281&r1=1356280&r2=1356281&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul  2 15:02:10 2012
@@ -928,15 +928,13 @@
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-javadoc-plugin</artifactId>
                   <version>${maven-javadoc-plugin.version}</version>
-                  <executions>
-                    <execution>
-                      <id>aggregate</id>
-                      <goals>
-                        <goal>aggregate</goal>
-                      </goals>
-                      <phase>site</phase>
-                    </execution>
-                  </executions>
+                  <reportSets>
+                    <reportSet>
+                      <reports>
+                        <report>aggregate</report>
+                      </reports>
+                    </reportSet>
+                  </reportSets>
                 </plugin>
               </reportPlugins>
             </configuration>



Re: svn commit: r1356281 - /incubator/any23/trunk/pom.xml

Posted by Lewis John Mcgibbney <le...@gmail.com>.
Hi Simone,

This seems to have fixed the site generation and I can now deploy and
commit as before.

Thanks a lot for looking into this.

Best

Lewis

On Mon, Jul 2, 2012 at 4:02 PM,  <si...@apache.org> wrote:
> Author: simonetripodi
> Date: Mon Jul  2 15:02:10 2012
> New Revision: 1356281
>
> URL: http://svn.apache.org/viewvc?rev=1356281&view=rev
> Log:
> restored site generation
>
> Modified:
>    incubator/any23/trunk/pom.xml
>
> Modified: incubator/any23/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356281&r1=1356280&r2=1356281&view=diff
> ==============================================================================
> --- incubator/any23/trunk/pom.xml (original)
> +++ incubator/any23/trunk/pom.xml Mon Jul  2 15:02:10 2012
> @@ -928,15 +928,13 @@
>                   <groupId>org.apache.maven.plugins</groupId>
>                   <artifactId>maven-javadoc-plugin</artifactId>
>                   <version>${maven-javadoc-plugin.version}</version>
> -                  <executions>
> -                    <execution>
> -                      <id>aggregate</id>
> -                      <goals>
> -                        <goal>aggregate</goal>
> -                      </goals>
> -                      <phase>site</phase>
> -                    </execution>
> -                  </executions>
> +                  <reportSets>
> +                    <reportSet>
> +                      <reports>
> +                        <report>aggregate</report>
> +                      </reports>
> +                    </reportSet>
> +                  </reportSets>
>                 </plugin>
>               </reportPlugins>
>             </configuration>
>
>



-- 
Lewis