You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Allen (JIRA)" <ji...@codehaus.org> on 2006/01/07 20:06:01 UTC

[jira] Created: (MSITE-71) Plugin uses NON interpolated model values (e.g URL) due to MavenProject.getParent returning non interpolated project

Plugin uses NON interpolated model values (e.g URL) due to MavenProject.getParent returning non interpolated project
--------------------------------------------------------------------------------------------------------------------

         Key: MSITE-71
         URL: http://jira.codehaus.org/browse/MSITE-71
     Project: Maven 2.x Site Plugin
        Type: Bug

    Versions: 2.0    
    Reporter: John Allen
    Priority: Blocker


You can not do this:-

        String parentUrl = project.getParent().getUrl();

(SiteMojo.java +928)


As getParent returns a Mavenproject that has not been cooked.


I've described this to Brett before on dev and cunfluence and I've I also raised a bug against Maven POM component.

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MSITE-71) Plugin uses NON interpolated model values (e.g URL) due to MavenProject.getParent returning non interpolated project

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-71?page=all ]

Brett Porter updated MSITE-71:
------------------------------

             Assign To: Brett Porter
           Fix Version: 2.0
    Remaining Estimate: 1 hour
     Original Estimate: 1 hour

will try using the interpolation component from the sit eplugin directly

> Plugin uses NON interpolated model values (e.g URL) due to MavenProject.getParent returning non interpolated project
> --------------------------------------------------------------------------------------------------------------------
>
>          Key: MSITE-71
>          URL: http://jira.codehaus.org/browse/MSITE-71
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: John Allen
>     Assignee: Brett Porter
>     Priority: Blocker
>      Fix For: 2.0

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> You can not do this:-
>         String parentUrl = project.getParent().getUrl();
> (SiteMojo.java +928)
> As getParent returns a Mavenproject that has not been cooked.
> I've described this to Brett before on dev and cunfluence and I've I also raised a bug against Maven POM component.

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org