> > One question: The POM for this project specifies that the Jar have > > included "resources", which then become available on the class path. > > > > The resources included are > > BeanshellTestAnnotator.xml > > BSFAggregatedAE.xml > > BSFAnnotator.xml > > NICKNAMES.bsh > > RhinoTestAnnotator.xml > > TEST.bsh > > TEST.js > > > I see these are needed for running the tests. I'm moving them to the > src/test/resources files. That way, maven will use them for running > the > tests, but they won't be packaged in the Jar file that maven builds. > > Let me know if I'm missing something here... Yes, they are here for testing purposes so I guess moving them to the test/resources dir is OK
O.