Re: using maven modules

2012-05-03 Thread Thomas Sundberg
On Fri, May 4, 2012 at 3:36 AM, Billy Newman wrote: > A while back I had some questions about building some jars that only differ > in the properties files stored in the jar.  I was going to use classifiers > to differentiate the jars but was advised against it. > > My company has many, many diffe

Re: Recompile dependencies

2012-05-03 Thread Thiago Costa
Anybody ?? Recompile projects children? -- View this message in context: http://maven.40175.n5.nabble.com/Recompile-dependencies-tp5682998p5683274.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubs

Recompile dependencies

2012-05-03 Thread Thiago Costa
Hi .. I have a question. I am new to maven. : ( I have a project J2ee integration with maven, and I have projects as dependencies. When I change my projects children, the main project there are no major design changes, or do I have to manually recompile the projects children. How to compile the m

Re: Webapp resource filtering

2012-05-03 Thread Marko Asplund
Wayne Fay wrote: >> Is this the correct way to do JSP filtering? > > Looks reasonable to me. What kind of JSP filtering are you doing? I'm just replacing a version number placeholder included in a JSP file. >> This seems to have some side effects with the JRebel plugin starting >> to generate a

[ANN] Appassembler Maven Plugin 1.2.2 Released

2012-05-03 Thread Karl Heinz Marbaise
Hi, I'd like to announce the release 1.2.2 of the appassembler-maven-plugin. The Application Assembler Plugin is a Maven plugin for generating scripts for starting java applications. All dependencies and the artifact of the project itself are placed in a generated Maven repository in a define

Re: how to override artifact name while installing the artifact to repo ?

2012-05-03 Thread Wayne Fay
> I am trying to override  a jar file name as follows with an underscore > between artifact name and version. ... > Can any one advise me why this is happening ? can't i override the hyphen > generated during the installation of artifact ? No. Wayne --