http://issues.jabsorb.org/show_bug.cgi?id=63
Summary: Maven build file (pom.xml) does not work correctly
Product: jabsorb
Version: trunk
Status: NEW
Severity: defect
Priority: medium
Component: scripts
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Created an attachment (id=31)
--> (http://issues.jabsorb.org/attachment.cgi?id=31)
Patch specifying build directories
Because the source and unit-test source are in non-standard locations
(maven-wise), the project does not build with maven. To fix this, a <build>
section should be added as follows:
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test/src</testSourceDirectory>
</build>
Patch attached.
--
Configure bugmail: http://issues.jabsorb.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
Jabsorb-dev mailing list
[email protected]
http://lists.jabsorb.org/mailman/listinfo/jabsorb-dev