This is definitely related to java version. When I switch the
JAVA_HOME to 1.6 instead of 1.7, all is well.


On Sun, Nov 17, 2013 at 2:18 PM, Benson Margulies <bimargul...@gmail.com> wrote:
> Java 1.7
>
> Maven 3.0.4
>
> Fluido skin 1.3.0
>
> Very boring javadoc spec:
>
>              <plugin>
>                 <groupId>org.apache.maven.plugins</groupId>
>                 <artifactId>maven-javadoc-plugin</artifactId>
>                 <version>2.9.1</version>
>                 <reportSets>
>                     <reportSet>
>                         <id>default</id>
>                         <reports>
>                             <report>javadoc</report>
>                         </reports>
>                     </reportSet>
>                 </reportSets>
>             </plugin>
>
> Results: javadoc with all the styles missing. Looking in the chrome
> debugger, it's not failing to load anything. There's just no graphic
> decoration.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to