It is a property in MavenProject object
(http://grepcode.com/file/repo1.maven.org/maven2/org.apache.maven/maven-core/3.3.3/org/apache/maven/project/MavenProject.java#MavenProject)
It is filled during the initialisation via Maven either from settings.xml
-> localRepository element or by '-Dma
why want to try ${env.WORKSPACE}
Just curious, where do you set '
${project.projectBuildingRequest.localRepository.url}' ?? I just never see
this settings before
Thanks
On Monday, January 2, 2017 at 2:37:10 AM UTC-8, posthumecaver wrote:
>
> Hi everybody,
>
> in a Maven Project, I am using th
Hi everybody,
in a Maven Project, I am using the property '
${project.projectBuildingRequest.localRepository.url}' which should
contain the location of the local repository. In a local Maven build or in
simple Maven build Jenkins, everything works fine and it delivers the value
I expected (nam