Skip to content

[MNG-8075] Deprecate project.baseUri in repository.url #10583

@jira-importer

Description

@jira-importer

Slawomir Jaranowski opened MNG-8075 and commented

We can use:

<repository>
  <id>repo</id>
  <url>${project.basedir.uri}/repo</url>
</repository> 

instead of:

<repository>
  <id>repo</id>
  <url>file://${project.basedir}/repo</url>
</repository> 

Issue Links:

  • MNG-8465 Support ${project.rootDirectory} in repository url

Remote Links:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions