Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

runMod target is not having option to provide extra classpath resources. #26

Open
sjonnalagadda opened this issue Mar 27, 2014 · 0 comments

Comments

@sjonnalagadda
Copy link

To fix this added classpath as new attribute in Mojo to configuration. Now users can add additonal classpath as below

            <configuration>
               <configFile>src/test/resources/config.json</configFile>
               <instances>1</instances>
              <classpath>src/main/resources/:src/test/resources/</classpath>
            </configuration>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant