Re: How to build properties JAR

2008-03-25 Thread PashaOvechkin
jar created by your module. > > Do you want to create two different jars, one for the code and one for > the properties? If so, then the best way is probably to use the > maven-assembly-plugin: > http://maven.apache.org/plugins/maven-assembly-plugin/usage.html > > Regards, >

RE: How to build properties JAR

2008-03-25 Thread PashaOvechkin
Hmmm... By default? I create src/main/resources directory, and run my pom... Don't see any properties jar :| Brian E Fox wrote: > > Put them in src/main/resources and it should happen by default. > > -Original Message- > From: PashaOvechkin [mailto:[EMAI

Cancat files using maven

2008-03-24 Thread PashaOvechkin
have 2 files. a.properties and b.properties. Need to merge both and result will added in new created file c.properties. How can I do it in my pom.xml? For example - run : mvn deploy - and this action do concatenation and delpoy file to repository... Thanks! -- View this message in context:

How to build properties JAR

2008-03-24 Thread PashaOvechkin
I need with Maven command get jar with properties files(only with properties files). What i need add in my pom.xml? (for example in the same directory with pom.xml I have aaa.properties and bbb.properties, and need jar with both files) Tanks!!! -- View this message in context: http://www.nab