Issue Details (XML | Word | Printable)

Key: MAVEN-1834
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Axel Fontaine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1

Java sources in War file not build unless at least 1 unit test is present

Created: 01/Mar/07 09:04 AM   Updated: 03/Mar/07 03:05 AM
Component/s: None
Affects Version/s: 1.1-beta-3
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Win2000


 Description  « Hide
Within a multiproject (have not tested standalone), when a war subproject contains java code and/or resources, but no test cases, the java code does not get compiled/the resources do not get copied and therefore not packaged.

Works fine in maven 1.0.2

Workaround: Adding a dummy unit test



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Lukas Theussl added a comment - 03/Mar/07 03:05 AM
What command are you running, ie what are you trying to do? A test project to reproduce the issue would also help.