Why does it have to be a separate JAR if only project1 depends on it?

Quintin Beukes

My project1 is actually web application but tests can also be run locally on
my computer. I keep all my config mib files in separate directory under
project directory

project1
 |-src
 |    |-main
 |         |-java
 |         |-test
 |-mibs 
 
So to save my self time I used to have ant script that jared configuration
into config.jar. Afterwords I could run application locally and also deploy
everything to remote server. 

Now I'm trying to use maven as primary build tool.

-- 
View this message in context: 
http://www.nabble.com/Config.jar-project-dependency-tp25939781p25946570.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to