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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to