You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tom Huybrechts (JIRA)" <ji...@codehaus.org> on 2006/12/21 15:15:43 UTC

[jira] Commented: (MRELEASE-122) Versionless Extension causes NullPointerException in release:prepare

    [ http://jira.codehaus.org/browse/MRELEASE-122?page=comments#action_83153 ] 
            
Tom Huybrechts commented on MRELEASE-122:
-----------------------------------------

I have this one too - and not in an extension.

In my dependencyManagement I have a declared a dependency to junit (with version off course)

In my dependencies (in the same POM) I repeat this, without version. This causes the NPE. If I put a version in the dependencies section, I can release without problems.



> Versionless Extension causes NullPointerException in release:prepare
> --------------------------------------------------------------------
>
>                 Key: MRELEASE-122
>                 URL: http://jira.codehaus.org/browse/MRELEASE-122
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-5
>            Reporter: Stefan Hübner
>         Assigned To: Jason van Zyl
>             Fix For: 2.0-beta-5
>
>         Attachments: patch.txt
>
>
> I'm getting a NullPointerException when invoking "mvn release:prepare
> -DdryRun=true" (don't know, if the dryRun-parameter makes any
> difference). See the stack trace below.
> My POM does make use of the wagon-ssh-extension, but without declaring a certain version of that extension - which is not necessary, as far as I know.
> A workaround to this is to declare a version to the extension.
> See this mail thread for a discussion on this issue: <http://www.nabble.com/NullPointerException+in+Release+Plugin+2.0-beta-4-t1637385.html#a4434481>
> Stefan
> ava.lang.NullPointerException 
>        at org.apache.maven.plugins.release.phase.AbstractRewritePomsPhase.updateDomVersion(AbstractRewritePomsPhase.java:388)
>        at org.apache.maven.plugins.release.phase.AbstractRewritePomsPhase.rewriteExtensions(AbstractRewritePomsPhase.java:352)
>        at org.apache.maven.plugins.release.phase.AbstractRewritePomsPhase.transformDocument(AbstractRewritePomsPhase.java:230)
>        at org.apache.maven.plugins.release.phase.AbstractRewritePomsPhase.transformProject(AbstractRewritePomsPhase.java:165)
>        at org.apache.maven.plugins.release.phase.AbstractRewritePomsPhase.transform(AbstractRewritePomsPhase.java:102)
>        at org.apache.maven.plugins.release.phase.AbstractRewritePomsPhase.simulate(AbstractRewritePomsPhase.java:529)
>        at org.apache.maven.plugins.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:135)

-- 
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