[
http://jira.codehaus.org/browse/MWEBSTART-30?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_89360
]
Johan Fischer commented on MWEBSTART-30:
----------------------------------------
Indeed, my pom file was actually wrong to set the phase in the correct element:
the current one was setting the phase inside the <goal> element ... I also
replace jnlp by jnlp-inline. Now it's working !!! Thanks.
the project3 example gave me the solution.
So I guess we can close this issue (sorry for the trouble).
On a quick note/question: Is there a way to pass the keystore / alias / keypass
via the command line, or better,
a properties file to override what's in the pom file temporarily ? If not
should I raise a 'New Feature' issue to explain my case ?
> cannot make trunk r3528 sign anything
> -------------------------------------
>
> Key: MWEBSTART-30
> URL: http://jira.codehaus.org/browse/MWEBSTART-30
> Project: Maven 2.x Webstart Plugin
> Issue Type: Bug
> Affects Versions: 1.0-alpha-2
> Environment: linux debian unstable.
> maven 2.0.5. all plugins should be up to date.
> $ java -version
> java version "1.5.0_11"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
> Java HotSpot(TM) Server VM (build 1.5.0_11-b03, mixed mode)
> Reporter: Johan Fischer
> Priority: Minor
> Fix For: 1.0-alpha-2
>
>
> Hi,
> Not sure yet if my config / repos is really screwed or the trunk is broken
> (so I'm asking for help more).
> A bit of info about the webstart plugin checked out to make sure I have the
> correct one:
> {noformat}
> svn info .
> Path: .
> URL: svn://svn.codehaus.org/mojo/trunk/mojo/webstart-maven-plugin
> Repository Root: svn://svn.codehaus.org/mojo
> Repository UUID: 52ab4f32-60fc-0310-b215-8acea882cd1b
> Revision: 3526
> Node Kind: directory
> Schedule: normal
> Last Changed Author: lacostej
> Last Changed Rev: 3224
> Last Changed Date: 2007-02-01 07:58:50 +1100 (Thu, 01 Feb 2007)
> {noformat}
> Mvn clean install of the plugin works fine and install the jar in my local
> repos:
> {noformat}
> $ mvn clean install
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO] Maven Webstart Plugin Parent
> [INFO] Pack200
> [INFO] Pack 200 support for SDK 5.0
> [INFO] Maven Webstart Plugin
> [INFO] Pack 200 support for SDK 1.4
> WAGON_VERSION: 1.0-beta-1
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Maven Webstart Plugin Parent
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/target
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/target/classe
> s
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/target/test-c
> lasses
> [INFO] [site:attach-descriptor]
> [INFO] [install:install]
> [INFO] Installing
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pom.xml to /home/jfis
> cher/.m2/repository/org/codehaus/mojo/webstart-maven-plugin-parent/1.0-alpha-2-SNAPSHOT/webstar
> t-maven-plugin-parent-1.0-alpha-2-SNAPSHOT.pom
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Pack200
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-antta
> sks/target
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-antta
> sks/target/classes
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-antta
> sks/target/test-classes
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [INFO] [jar:jar]
> [INFO] Building jar:
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-anttasks/t
> arget/pack200-anttasks-1.1-SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-anttasks/targ
> et/pack200-anttasks-1.1-SNAPSHOT.jar to
> /home/jfischer/.m2/repository/org/codehaus/mojo/webstar
> t-maven-plugin/pack200-anttasks/1.1-SNAPSHOT/pack200-anttasks-1.1-SNAPSHOT.jar
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Pack 200 support for SDK 5.0
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk15
> /target
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk15
> /target/classes
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk15
> /target/test-classes
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 1 source file to
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack2
> 00-jdk15/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [INFO] [jar:jar]
> [INFO] Building jar:
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk15/target/pack200-jdk15-1.0-alpha-2-SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk15/target/pack200-jdk15-1.0-alpha-2-SNAPSHOT.jar
> to
> /home/jfischer/.m2/repository/org/codehaus/mojo/pack200-jdk15/1.0-alpha-2-SNAPSHOT/pack200-jdk15-1.0-alpha-2-SNAPSHOT.jar
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Maven Webstart Plugin
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/classes
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/test-classes
> [INFO] [plugin:descriptor]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 5 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [WARNING]
> Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
> overriding broader scope 'compile'
> given by a dependency. If this is not intended, modify or remove the
> local scope.
> [INFO] [compiler:compile]
> [INFO] Compiling 10 source files to
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 4 source files to
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/test-classes
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/surefire-reports
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.codehaus.mojo.webstart.JarUnsignMojoTest
> [debug] keytool executable=[/opt/jdk1.5.0_11/jre/../bin/keytool]
> [debug] mdkirs: false /tmp
> [debug] Executing: /opt/jdk1.5.0_11/jre/../bin/keytool -genkey -dname "CN=CN,
> OU=OU, L=L, ST=ST, O=O, C=C" -alias test -keypass 123456 -keystore
> /tmp/keystore -storepass 123456
> [debug] jarsigner executable=[/opt/jdk1.5.0_11/jre/../bin/jarsigner]
> [debug] Executing: /opt/jdk1.5.0_11/jre/../bin/jarsigner -verify
> /home/jfischer/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
> [info] jar is unsigned. (signatures missing or not parsable)
> [debug] jarsigner executable=[/opt/jdk1.5.0_11/jre/../bin/jarsigner]
> [debug] Executing: /opt/jdk1.5.0_11/jre/../bin/jarsigner -verify
> /tmp/junit-3.8.1.jar
> [info] jar is unsigned. (signatures missing or not parsable)
> [debug] jarsigner executable=[/opt/jdk1.5.0_11/jre/../bin/jarsigner]
> [debug] Signing JAR in-place (overwritting original JAR).
> [info]
> [info] Warning: The signer certificate will expire within six months.
> [debug] jarsigner executable=[/opt/jdk1.5.0_11/jre/../bin/jarsigner]
> [debug] Executing: /opt/jdk1.5.0_11/jre/../bin/jarsigner -verify
> /tmp/junit-3.8.1.jar
> [info] jar verified.
> [info]
> [info] Warning: This jar contains entries whose signer certificate will
> expire within six months. Re-run with the -verbose and -certs options for
> more details.
> [INFO] Expanding: /tmp/junit-3.8.1.jar into /tmp/unsign/junit-3.8.1.jar
> [INFO] Building jar: /tmp/junit-3.8.1.jar
> [debug] jarsigner executable=[/opt/jdk1.5.0_11/jre/../bin/jarsigner]
> [debug] Executing: /opt/jdk1.5.0_11/jre/../bin/jarsigner -verify
> /tmp/junit-3.8.1.jar
> [info] jar is unsigned. (signatures missing or not parsable)
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.897 sec
> Running org.codehaus.mojo.webstart.SignConfigTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running org.codehaus.mojo.webstart.generator.GeneratorTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Results :
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
> [INFO] [jar:jar]
> [INFO] Building jar:
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/webstart-maven-plugin-1.0-alpha-2-SNAPSHOT.jar
> [INFO] [plugin:addPluginArtifactMetadata]
> [INFO] [install:install]
> [INFO] Installing
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/target/webstart-maven-plugin-1.0-alpha-2-SNAPSHOT.jar
> to
> /home/jfischer/.m2/repository/org/codehaus/mojo/webstart-maven-plugin/1.0-alpha-2-SNAPSHOT/webstart-maven-plugin-1.0-alpha-2-SNAPSHOT.jar
> [INFO] [plugin:updateRegistry]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Pack 200 support for SDK 1.4
> [INFO] task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk14/target
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk14/target/classes
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk14/target/test-classes
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Compiling 1 source file to
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk14/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] No sources to compile
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [INFO] [jar:jar]
> [INFO] Building jar:
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk14/target/pack200-jdk14-1.0-alpha-2-SNAPSHOT.jar
> [INFO] [install:install]
> [INFO] Installing
> /home/jfischer/svn/external/maven/webstart-maven-plugin/pack200-jdk14/target/pack200-jdk14-1.0-alpha-2-SNAPSHOT.jar
> to
> /home/jfischer/.m2/repository/org/codehaus/mojo/pack200-jdk14/1.0-alpha-2-SNAPSHOT/pack200-jdk14-1.0-alpha-2-SNAPSHOT.jar
> [INFO]
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Maven Webstart Plugin Parent .......................... SUCCESS
> [1.815s]
> [INFO] Pack200 ............................................... SUCCESS
> [1.486s]
> [INFO] Pack 200 support for SDK 5.0 .......................... SUCCESS
> [0.751s]
> [INFO] Maven Webstart Plugin ................................. SUCCESS
> [7.525s]
> [INFO] Pack 200 support for SDK 1.4 .......................... SUCCESS
> [0.906s]
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 14 seconds
> [INFO] Finished at: Tue Mar 06 21:22:22 EST 2007
> [INFO] Final Memory: 10M/22M
> [INFO]
> ------------------------------------------------------------------------
> {noformat}
> But after that, my project using the webstart plugin (which was working with
> alpha-1) the project won't build the zip webstart file anymore (I usually
> delete the target folder and call mvn package and it resign and repackage
> correctly with alpha-1 all the time.
> I tried the projects attached in the svn repos but it seems that none of them
> sign and package the zip file as well.
> Some logs:
> {noformat}
> $ mvn -X clean package
> + Error stacktraces are turned on.
> Maven version: 2.0.5
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/jfischer/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/usr/local/maven/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building Test Case for MOJO-7
> [INFO] task-segment: [clean, package]
> [INFO]
> ----------------------------------------------------------------------------
> [DEBUG] maven-clean-plugin: resolved to version 2.1 from repository central
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.plugins:maven-plugin-parent::2.0 for project:
> null:maven-clean-plugin:maven-plugin:2.1 from the repository.
> [DEBUG] webstart-maven-plugin: resolved to version 1.0-alpha-2-SNAPSHOT from
> local repository
> [DEBUG] Skipping disabled repository CMSS Maven Mirror
> [DEBUG] Skipping disabled repository central
> [DEBUG] webstart-maven-plugin: using locally installed snapshot
> [DEBUG] Retrieving parent-POM:
> org.codehaus.mojo:webstart-maven-plugin-parent::1.0-alpha-2-SNAPSHOT for
> project: null:webstart-maven-plugin:maven-plugin:null from the repository.
> [DEBUG] Skipping disabled repository CMSS Maven Mirror
> [DEBUG] Skipping disabled repository central
> [DEBUG] webstart-maven-plugin-parent: using locally installed snapshot
> [DEBUG] Retrieving parent-POM: org.codehaus.mojo:mojo::12 for project:
> null:webstart-maven-plugin-parent:pom:1.0-alpha-2-SNAPSHOT from the
> repository.
> [DEBUG] webstart-maven-plugin: using locally installed snapshot
> [DEBUG] org.apache.maven.plugins:maven-clean-plugin:maven-plugin:2.1:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.shared:shared-components-parent::1 for project:
> null:file-management:jar:1.0 from the repository.
> [DEBUG] org.apache.maven.shared:file-management:jar:1.0:runtime (selected
> for runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for
> runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-clean-plugin:2.1:clean' -->
> [DEBUG] (f) directory =
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/target
> [DEBUG] (f) outputDirectory =
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/target/classes
> [DEBUG] (f) testOutputDirectory =
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/target/test-classes
> [DEBUG] -- end configuration --
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/target
> [DEBUG] Found deletable paths: []
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/target/classes
> [DEBUG] Found deletable paths: []
> [INFO] Deleting directory
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/target/test-classes
> [DEBUG] Found deletable paths: []
> [DEBUG] maven-site-plugin: resolved to version 2.0-beta-5 from repository
> central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for
> project: null:maven-site-plugin:maven-plugin:2.0-beta-5 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project:
> org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
> org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] webstart-maven-plugin: using locally installed snapshot
> [DEBUG]
> org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-5:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> null:maven-settings:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-settings:jar:2.0:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> org.apache.maven:maven-model:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for
> runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected
> for runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for
> runtime)
> [DEBUG]
> org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime
> (selected for runtime)
> [DEBUG] junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.2 for project:
> org.apache.maven:maven-artifact:jar:2.0.2 from the repository.
> [DEBUG] org.apache.maven:maven-artifact:jar:2.0.2:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project:
> null:plexus-utils:jar:1.1 from the repository.
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (removed -
> nearer found: 1.0.4)
> [DEBUG] Retrieving parent-POM: org.mortbay.jetty:project::6.0.0beta12 for
> project: org.mortbay.jetty:jetty:jar:6.0.0beta12 from the repository.
> [DEBUG] org.mortbay.jetty:jetty:jar:6.0.0beta12:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM: org.mortbay.jetty:project::6.0.0beta12 for
> project: org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12 from the
> repository.
> [DEBUG] org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12:runtime
> (selected for runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM:
> org.apache.maven.reporting:maven-reporting::2.0.2 for project:
> null:maven-reporting-api:jar:2.0.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.2 for project:
> org.apache.maven.reporting:maven-reporting:pom:2.0.2 from the repository.
> [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.2:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia::1.0-alpha-7 for
> project: null:doxia-sink-api:jar:1.0-alpha-7 from the repository.
> [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia::1.0-alpha-8 for
> project: null:doxia-site-renderer:jar:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project:
> org.apache.maven.doxia:doxia:pom:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
> org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8:runtime
> (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia::1.0-alpha-8 for
> project: null:doxia-core:jar:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project:
> org.apache.maven.doxia:doxia:pom:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
> org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-8:runtime
> (selected for runtime)
> [DEBUG] oro:oro:jar:2.0.7:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia::1.0-alpha-8 for
> project: null:doxia-sink-api:jar:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project:
> org.apache.maven.doxia:doxia:pom:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
> org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-8:runtime
> (removed - nearer found: 1.0-alpha-7)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.4
> for project: null:plexus-i18n:jar:1.0-beta-6 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project:
> org.codehaus.plexus:plexus-components:pom:1.1.4 from the repository.
> [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-6:runtime (selected
> for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5
> for project: null:plexus-velocity:jar:1.1.3 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project:
> org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
> [DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.3:runtime (selected
> for runtime)
> [DEBUG] commons-collections:commons-collections:jar:2.0:runtime
> (selected for runtime)
> [DEBUG] velocity:velocity:jar:1.4:runtime (selected for runtime)
> [DEBUG] velocity:velocity-dep:jar:1.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia::1.0-alpha-8 for
> project: null:doxia-decoration-model:jar:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project:
> org.apache.maven.doxia:doxia:pom:1.0-alpha-8 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
> org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG]
> org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-8:runtime
> (selected for runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> null:maven-project:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for
> runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> null:maven-profile:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected for
> runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> org.apache.maven:maven-artifact-manager:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected
> for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> org.apache.maven:maven-repository-metadata:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0:runtime
> (selected for runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project:
> org.apache.maven:maven-artifact:jar:2.0 from the repository.
> [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed -
> nearer found: 2.0.2)
> [DEBUG]
> org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected
> for runtime)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed -
> nearer found: 1.1)
> [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer
> found: 2.0.2)
> [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for
> runtime)
> [DEBUG] Configuring mojo
> 'org.apache.maven.plugins:maven-site-plugin:2.0-beta-5:attach-descriptor' -->
> [DEBUG] (f) artifact = org.apache.maven.plugins:jar-mng-1130-0:pom:1.0
> [DEBUG] (f) basedir =
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1
> [DEBUG] (f) inputEncoding = ISO-8859-1
> [DEBUG] (f) localRepository = [local] ->
> file:///home/jfischer/.m2/repository
> [DEBUG] (f) outputEncoding = ISO-8859-1
> [DEBUG] (f) project = [EMAIL PROTECTED]
> [DEBUG] (f) reactorProjects = [EMAIL PROTECTED]
> [DEBUG] (f) siteDirectory =
> /home/jfischer/svn/external/maven/webstart-maven-plugin/plugin/src/test/projects/project1/src/site
> [DEBUG] -- end configuration --
> [INFO] [site:attach-descriptor]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Tue Mar 06 21:25:49 EST 2007
> [INFO] Final Memory: 4M/8M
> [INFO]
> ------------------------------------------------------------------------
> {noformat}
> I'm not too good with maven, but there may be a possibility that the
> webstart:jnlp goal is not overriding the package goal like previously.... How
> do I fix that ?
> Regards.
> J.
--
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