Specifically, install the jar into repository as follows: 

mvn install:install-file -Dfile=yuicompressor-rhino-bugfix-5.0.jar
-DgroupId=yuicompressorbugfix  -DartifactId=yuicompressor-rhino-bugfix
-Dversion=5.0 -Dpackaging=jar

Added/replaced the following in pom.xml


        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-yuicompressor</artifactId>
            <version>${tapestry-release-version}</version>
             <exclusions> 
                <exclusion> 
                      <groupId>com.yahoo.platform.yui</groupId> 
                      <artifactId>yuicompressor</artifactId> 
                </exclusion> 
            </exclusions> 
        </dependency>
        <dependency>
         <groupId>yuicompressorbugfix</groupId> 
         <artifactId>yuicompressor-rhino-bugfix</artifactId> 
         <version>5.0</version>
        </dependency>



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/AssetsModule-ResourceMinimizer-Exception-yui-compressor-tp5658826p5659846.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to