You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/01/04 02:27:13 UTC

[jira] Closed: (MINSTALL-5) non originality pom.xml on install or deploy

     [ http://jira.codehaus.org/browse/MINSTALL-5?page=all ]
     
Brett Porter closed MINSTALL-5:
-------------------------------

     Assign To: Brett Porter
    Resolution: Won't Fix

this is by design. it is required for inheritance to function correctly, as interpolation occurs after inheritance.

> non originality pom.xml on install or deploy
> --------------------------------------------
>
>          Key: MINSTALL-5
>          URL: http://jira.codehaus.org/browse/MINSTALL-5
>      Project: Maven 2.x Install Plugin
>         Type: Bug

>  Environment: windown 2000
>     Reporter: pinghe
>     Assignee: Brett Porter
>     Priority: Critical
>  Attachments: maven.error.png
>
>
> for example my-test-plugin.
> pom.xml:
> <project>
> 	<modelVersion>4.0.0</modelVersion>
> 	<groupId>my.test</groupId>
> 	<artifactId>mytest-plugin-parent</artifactId>
> 	<packaging>pom</packaging>
> 	<version>${my.project.version}</version>
> 	<url>http://${my.project.site.ip}/projects/mytest</url>
> 	<properties>
> 		<my.project.site.ip>10.0.0.1</my.project.site.ip>
> 		<my.project.version>1.0</my.project.version>
> 	</properties>
> </project>
> ---------------------------------
> installed.
> mytest-plugin-parent-1.0.pom :
> <project>
> 	<modelVersion>4.0.0</modelVersion>
> 	<groupId>my.test</groupId>
> 	<artifactId>mytest-plugin-parent</artifactId>
> 	<packaging>pom</packaging>
> 	<version>${my.project.version}</version> -------------------without replace
> 	<url>http://${my.project.site.ip}/projects/mytest</url> ------------------- without replace
> 	<properties>
> 		<my.project.site.ip>10.0.0.1</my.project.site.ip>
> 		<my.project.version>1.0</my.project.version>
> 	</properties>
> </project>
> should similarity exported-pom.xml content.
> <version>1.0</version> -------------------replace
> <url>http://10.0.0.1/projects/mytest</url> ------------------- replace

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