[ https://issues.apache.org/jira/browse/MINSTALL-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965839#comment-17965839 ]
Olivier Lamy commented on MINSTALL-5: ------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-install-plugin#138|https://github.com/apache/maven-install-plugin/issues/138]. > non originality pom.xml on install or deploy > -------------------------------------------- > > Key: MINSTALL-5 > URL: https://issues.apache.org/jira/browse/MINSTALL-5 > Project: Maven Install Plugin (Moved to GitHub Issues) > Issue 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 was sent by Atlassian Jira (v8.20.10#820010)