DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

JUnit version number should be specified in a property in generated pom.xml files #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate an AMP project using the archetypes
2. Open the generated pom.xml file
3. Scan down to the JUnit dependency
4. Look for the <version> information

What is the expected output?
The <version> tag refers to a property defined higher up in the file.

What do you see instead?
The <version> tag is hardcoded to the value 4.8.1.

Original issue reported on code.google.com by pmo...@gmail.com on 26 Nov 2013 at 11:03

GoogleCodeExporter commented 8 years ago

Original comment by pmo...@gmail.com on 26 Nov 2013 at 11:18

GoogleCodeExporter commented 8 years ago

Original comment by pmo...@gmail.com on 26 Nov 2013 at 11:19

GoogleCodeExporter commented 8 years ago

Original comment by pmo...@gmail.com on 26 Nov 2013 at 11:58

GoogleCodeExporter commented 8 years ago
This is fixed now as the Junit version comes from the alfresco-sdk-parent via 
dependencyManagement. A future improvement might move that to the platform 
distribution but nothing would change in the SDK.

Original comment by colum...@gmail.com on 18 Jul 2014 at 12:04