[ https://issues.apache.org/jira/browse/PDFBOX-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669792#action_12669792 ]
Brian Carrier commented on PDFBOX-393: -------------------------------------- What Maven plug-in to Eclipse are you using? The patch works for the command line. > Maven files in jempbox do not work > ---------------------------------- > > Key: PDFBOX-393 > URL: https://issues.apache.org/jira/browse/PDFBOX-393 > Project: PDFBox > Issue Type: Bug > Components: JempBox > Affects Versions: 0.8.0-incubator > Reporter: Brian Carrier > > When I tried to use the Maven files in JempBox, I got errors in the test code > that it could not find the junit packages. Changing the pom file to better > specify the test and source directories fixed it. > --- jempbox/trunk/pom.xml (revision 723007) > +++ jempbox/trunk/pom.xml (working copy) > @@ -36,7 +36,8 @@ > <description>JempBox is an open source Java library that implements > Adobe's XMP(TM) specification.</description> > <build> > - <sourceDirectory>src</sourceDirectory> > + <sourceDirectory>src/org</sourceDirectory> > + <testSourceDirectory>src/test</testSourceDirectory> > </build> > <dependencies> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.