[webstart-maven-plugin] - setting pack200=false do not have any efftect

42 views
Skip to first unread message

jm...@configit.com

unread,
Oct 5, 2016, 4:03:29 AM10/5/16
to mojohaus-dev
I get the following error as below.  I have tried to set <pack200><enabled>false</enabled></pack200>,   but it do not have any effect


This is my setting:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>webstart-maven-plugin</artifactId>
<version>1.0-beta-6</version>
          <configuration><pack200><enabled>false</enabled></pack200></configuration>
             <dependencies>
                <dependency>
                  <groupId>org.codehaus.mojo</groupId>
                  <artifactId>webstart-pack200-impl</artifactId>
                  <version>1.0-beta-6</version>
                </dependency>
                <dependency>
                  <groupId>org.codehaus.mojo</groupId>
                  <artifactId>keytool-api-1.7</artifactId>
                  <version>1.4</version>
                </dependency>
             </dependencies>                
        </plugin>


Failed to execute goal org.codehaus.mojo:webstart-maven-plugin:1.0-beta-6:jnlp-single (create-jnlp) on project configuratorAssembly-package: Unable to parse configuration of mojo org.codehaus.mojo:webstart-maven-plugin:1.0-beta-6:jnlp-single for parameter pack200: Cannot find default setter in class org.codehaus.mojo.webstart.Pack200Config

Any clue

/Jens

Reply all
Reply to author
Forward
0 new messages