Hi,
After activating
<!-- maven sandbox repository for the javascript plugin
please do not delete this we just disable it for now-->
<!--
<repository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
-->
and
<!--
disabled for now must be enabled to enable javascript compression
<pluginRepository>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</pluginRepository>
-->
in the master pom I still don't receive any javascript output in
myfaces-api-2.0.0-SNAPSHOT.jar
Are there any furhter step steps necassary?
Best regards,
Ganesh