You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by deckrider <de...@gmail.com> on 2008/03/15 00:11:06 UTC

webstart:jnlp zip file not installed or uploaded using 1.0-alpha-2

Hi, I'm wondering if anyone knows of a workaround for this, or should
I just go back to the earlier version of the plugin?

---------- Forwarded message ----------
From: deckrider (JIRA) <ji...@codehaus.org>
Date: Fri, Mar 14, 2008 at 4:52 PM
Subject: [jira] Created: (MWEBSTART-115) webstart:jnlp zip file not
installed or uploaded
To: deckrider@gmail.com


webstart:jnlp zip file not installed or uploaded
 ------------------------------------------------

                 Key: MWEBSTART-115
                 URL: http://jira.codehaus.org/browse/MWEBSTART-115
             Project: Maven 2.x Webstart Plugin
          Issue Type: Bug
    Affects Versions: 1.0-alpha-2
         Environment: any
            Reporter: deckrider


 I'm trying to upgrade from 1.0-alpha-1 to 1.0-alpha-2.  When using
'mvn release:clean clean release:prepare release:perform', the zip
file is built, but never uploaded.  Same for a simple 'mvn install',
the zip fill is not installed to my local repository.

 <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.foo.bar</groupId>
    <artifactId>bar</artifactId>
    <version>8.3.1.0</version>
  </parent>
  <name>Java Webstart Tester</name>
  <artifactId>webstart-test</artifactId>
  <version>8.3.1.2-SNAPSHOT</version>
  <scm>
    <connection>scm:svn:file:///opt/app/foo/var/subversion/bar/webstart-test/trunk</connection>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo.webstart</groupId>
        <artifactId>webstart-maven-plugin</artifactId>
        <version>${org.codehaus.mojo.webstart.webstart-maven-plugin.version}</version>
        <executions>
          <execution>
            <phase>install</phase>
            <goals>
              <goal>jnlp</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <jnlp>
            <outputFile>${project.artifactId}.jnlp</outputFile>
            <mainClass>com.foo.bar.WebstartTest.Test</mainClass>
          </jnlp>
        </configuration>
      </plugin>
    </plugins>
  </build>
 </project>


 --
 This message is automatically generated by JIRA.
 -
 If you think it was sent incorrectly contact one of the
administrators: http://jira.codehaus.org/secure/Administrators.jspa
 -
 For more information on JIRA, see: http://www.atlassian.com/software/jira





-- 
ASCII ribbon campaign:
() against HTML email
/\ against Microsoft attachments
 Information: http://www.expita.com/nomime.html

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