You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2023/10/20 10:40:00 UTC

[jira] [Closed] (MNG-7894) Consumer pom should not expose local workspace directory

     [ https://issues.apache.org/jira/browse/MNG-7894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed MNG-7894.
--------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

> 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, 4.0.0
>
>
> 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)