AW: War Overlays and Conflicting Jars

2009-05-14 Thread Annies, Sebastian
Hi Brad, we had this issue too and used the following workaround (Works only if the overlay is never used as war itself): In the war plugin we exclude packaging of the jars. So we got a skinny jar. In the module building the actual war thatg is deployed to a container we depend the overlay

AW: Maven 2 : Jar with included Jar dependencies

2007-09-12 Thread Annies, Sebastian
We do this by hand since the assembly plugin is too hard to use. You may give it a try: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId executions !-- Copy this project's dependencies to the

RE: QAR question - generate JAR from classes and include intoWEB-INF/lib

2007-07-31 Thread Annies, Sebastian
I used two projects: 1. a base project with packaging=jar 2. a web project with packaging=war depending on 1. If anybody finds a better solution please tell me. Regards, Sebastian -Original Message- From: Eugeny N Dzhurinsky [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 31, 2007

RE: Hibernate and 2.0.7

2007-07-31 Thread Annies, Sebastian
Some more information about what happens would be helpful. -Original Message- From: jallen [mailto:[EMAIL PROTECTED] Sent: Sunday, July 29, 2007 10:00 PM To: users@maven.apache.org Subject: Hibernate and 2.0.7 Has anyone else experienced issues with 2.0.7 and hibernate 3.2.4.ga?

RE: Continuum

2007-07-19 Thread Annies, Sebastian
Once the JVM has grabbed ist memory it won't release it. That's the way it is. -Original Message- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:25 PM To: Maven Users List Subject: OT: Continuum Hi, is there any Continuum list? I don't see anything on

RE: Maven 2: antrun-plugin with ant-contrib tasks

2007-02-12 Thread Annies, Sebastian
Does this problem encounter in a single module project? In my case ant-run plugins in a (child-)pom.xml overwrote the classpath configuration of other (child-)pom.xml. To solve it I specified the same aggregated classpath for every module's ant-run plugin. Hope that helps, Sebastian smime.p7s

maven-assembly-plugin:2.2-SNAPSHOT cannot be downloaded

2007-01-15 Thread Annies, Sebastian
Hello, For some reason I cannot get any maven assembly plugin in version 2.2-SNAPSHOT to download. I added: repositories repository idApache SNAPSHOTS/id nameApache SNAPSHOTS/name urlhttp://people.apache.org/repo/m2-snapshot-repository/url releases