You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/02/09 05:26:59 UTC

[jira] Resolved: (WICKET-2073) mvn deploy -DaltDeploymentRepository=... fails

     [ https://issues.apache.org/jira/browse/WICKET-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2073.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg  (was: Martijn Dashorst)

we already had a snapshot repo defined, so your patch broke pom.xml. did you not try applying it before you provided it?

anyways, i added the regular repo into the pom.

> mvn deploy -DaltDeploymentRepository=... fails
> ----------------------------------------------
>
>                 Key: WICKET-2073
>                 URL: https://issues.apache.org/jira/browse/WICKET-2073
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket
>    Affects Versions: 1.4-RC2
>            Reporter: Dominik Drzewiecki
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4-RC3
>
>         Attachments: pom.xml.patch
>
>
> Due to the longstanding bug in maven deploy plugin (http://jira.codehaus.org/browse/MDEPLOY-54) it is required that the pom itself contains <distributionManagment> element in the effective profile in order to substitute its configuration with the parameters passed onto command line. Without it, which is the case when building wicket and deploying it to the corporate repository (using mvn package deploy -DaltDeploymentRepository=Nexus::default::http://host/nexus/content/repositories/snapshots), maven fails. Please provide <distributionManagment> to the "all" profile in the wicket parent pom, possibly with some reasonable/transparent defaults for <url> subelements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.