Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Nexus integration tests specify a property as:
fake-central = ${project.build.testOutputDirectory}/fake-central
where
${project.build.testOutputDirectory} is defined as ${project.build.directory}/test-classes
where
${project.build.directory} is defined as ${project.basedir}/target
We are getting ${project.build.testOutputDirectory} being evaluated and then ${project.basedir} stuck on the front.
Attachments
Issue Links
- is depended upon by
-
MNG-3860 Make sure Nexus builds with Maven 3.x
- Closed