vert-x / vertx-maven

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-maven-starter
Other
22 stars 31 forks source link

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

Open sjonnalagadda opened 10 years ago

sjonnalagadda commented 10 years ago

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>