Bukama opened a new issue, #191:
URL: https://github.com/apache/maven-pmd-plugin/issues/191

   ### Affected version
   
   3.26.1-SNAPSHOT
   
   ### Bug description
   
   The IT `MPMD-335-aggregate-classpath-repositories` is not compatible with 
Maven 4 (see https://github.com/apache/maven-pmd-plugin/pull/190) 
   
   >  'repositories.repository.[corp1].url' contains an unsupported expression 
(only expressions starting with 'project.basedir' or 'project.rootDirectory' 
are supported). 
   
   The `project.rootDirectory` property only exists in Maven 4.
   
   So the IT's repository definition using `${user.dir}` is not compatible with 
Maven 4:
   
   ```xml
       <repositories>
           <repository>
               <id>corp1</id>
               <url>file://${user.dir}/private-repo</url>
           </repository>
       </repositories>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to