[ https://issues.apache.org/jira/browse/MNG-7894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777696#comment-17777696 ]
ASF GitHub Bot commented on MNG-7894: ------------------------------------- gnodet merged PR #1291: URL: https://github.com/apache/maven/pull/1291 > Consumer pom should not expose local workspace directory > -------------------------------------------------------- > > Key: MNG-7894 > URL: https://issues.apache.org/jira/browse/MNG-7894 > Project: Maven > Issue Type: Bug > Reporter: Slawomir Jaranowski > Assignee: Guillaume Nodet > Priority: Critical > Fix For: 4.0.0-alpha-8 > > > After install project in local repository we have a pom which contains local > workspace directory in comments. > eg, in {{maven-apache-parent}} we can execute {{mvn instal}} > then > {{.m2/repository-prv/org/apache/apache/31-SNAPSHOT/apache-31-SNAPSHOT.pom}} > contains lines like: > {code:java} > <plugin> > <artifactId>maven-gpg-plugin</artifactId> > <version>${version.maven-gpg-plugin}</version> > <configuration> > <gpgArguments> > <arg>--digest-algo=SHA512</arg><!-- > org.apache:apache:31-SNAPSHOT > /Users/slawomir.jaranowski/...../maven-apache-parent/pom.xml:220 --> > </gpgArguments> > </configuration> > </plugin>{code} > > Tested with: > {{Apache Maven 4.0.0-alpha-8-SNAPSHOT > (1eae6684e3760d2a2e311c3eeaa166adbe99b69f)}} -- This message was sent by Atlassian Jira (v8.20.10#820010)