Re: Integration of an applet jar in a war with Eclipse (Maven integration + WTP plugins)

2010-04-20 Thread Jean-Claude Vogel
Hello, No idea of solution ? It seems that with maven 1 it was possible de add properties to a dependency of the war to indicate the final location in the war, but it's no more possible. 2010/4/17 Jean-Claude Vogel > Hello, > > I would like to put an applet Jar built with maven

Integration of an applet jar in a war with Eclipse (Maven integration + WTP plugins)

2010-04-17 Thread Jean-Claude Vogel
Hello, I would like to put an applet Jar built with maven in my war. So in my war pom, I've used the goal copy from maven-dependency-plugin like that : http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.

maven-ear-plugin or maven-ejb-plugin and persistence.xml

2009-04-21 Thread Jean-Claude
Hi, We are using maven2, JBoss 5 and Hibernate with the file persistence.xml according to the specifications. In the file persistence.xml we have to list the jar files like it: ./activity-bo-1.0.0-SNAPSHOT.jar ./core-bo-1.0.0-SNAPSHOT.jar These jar files appear in persistence.xml with t

Re: ejb and bundle (OSGi)

2009-04-20 Thread Jean-Claude
When the package is set to ejb two artifacts are generated . an EJB jar (e.g. core-bo-1.0.0-SNAPSHOT.jar) . a client jar (e.g. core-bo-1.0.0-SNAPSHOT-client.jar) according to http://maven.apache.org/plugins/maven-ejb-plugin/index.html maven-ejb-plugin When I call mvn clean install -Posg

Re: ejb and bundle (OSGi)

2009-04-14 Thread Jean-Claude
Thank you for your help. I just had to modify your solution to fit for an EJB: org.apache.maven.plugins maven-ejb-plugin 3.0 true ${project.build.outputDirectory}/META-INF/MANIFEST.MF

ejb and bundle (OSGi)

2009-04-14 Thread Jean-Claude
Hi, We have a maven module containing EJBs. Therefore the packaging must be ejb. This allows us to create an ear file containing these EJBs as ejbModule (see http://maven.apache.org/plugins/maven-ear-plugin/ maven-ear-plugin ). But these EJBs are also used by an Eclipse Client and we want to pa

AW: AW: Integration testing best practices

2009-04-09 Thread Rouvinez, Jean-Claude
Hi, Maybe this link will help you: http://www.coderanch.com/t/132916/General-Computing/Best-Developer-Tools-Combination (take a look at the messages posted on the 3rd march 2009 and on the 4th march 2009) Best Regards Jean-Claude -Ursprüngliche Nachricht- Von: Adam Hardy

AW: Integration testing best practices

2009-04-08 Thread Rouvinez, Jean-Claude
Hi, We use the solution 3 suggested under http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing?focusedCommentId=114787113#comment-114787113 and it works for us. This article is not so old (Jan 09). Best Regards Jean-Claude -Ursprüngliche Nachricht- Von: Jason

maven-ear-plugin: jarModule or ejbModule

2009-04-03 Thread Jean-Claude
Hi, I want to build an EAR file with modules. All EJB modules have been defined as jar (jar or 2). Change the packaging of all EJB modules to ejb (ejb) and then include those EJB modules in the EAR file using What are the advantages or disadvantages of each solution? Thank you for your Help!

Re: Maven Wagon Plugin - Documentation

2008-12-29 Thread Jean-Claude
.org/wagon-maven-plugin/ seems to contain the necessary information (many thanks to Dan Tran). Best Regards. Jean-Claude Baptiste MATHUS wrote: > > Maven wagons are low-level API imo. You might want to use a higher one. > What do you want to do? Transfer some file after packaging

Maven Wagon Plugin - Documentation

2008-12-24 Thread Rouvinez, Jean-Claude
Hi, I want to use the Maven Wagon Plugin (http://maven.apache.org/wagon/) to transfer files to a remote host but didn't find any useful documentation with examples or usage. Does anyone know any useful links to this plugin? Thank You for Your Help. Best Regards Jean-C

Maven and JBoss

2008-12-17 Thread Rouvinez, Jean-Claude
Hi, I want to do the following: - Start a Jboss 5 App Server located on a remote server. - Stop a Jboss 5 App Server located on a remote server. - Deploy artifacts on a Jboss 5 App Server on a remote server. - Deploy artifacts on a locally installed Jboss 5 App Server. I had a look at: - htt

AW: Is Maven / JUnit 4.x broken (annotations)

2008-12-10 Thread Rouvinez, Jean-Claude
ted ==> The test file must be named according to http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#includes ==> The test methods don't have to follow any convention. Only the annotation @Test is necessary. Best Regards. Jean-Claude -Ursprüngliche N

AW: Nexus "Publish Indexes"

2008-12-04 Thread Rouvinez, Jean-Claude
Hi, An issue has been opened concerning the update of the index on the fly: https://issues.sonatype.org/browse/NEXUS-997 Best Regards Jean-Claude -Ursprüngliche Nachricht- Von: Brian E. Fox [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2008 16:41 An: Maven Users List

Issue MRELEASE-128

2008-11-20 Thread Rouvinez, Jean-Claude
Hi, Does anybody know when this problem will be corrected? Issue MRELEASE-128 http://jira.codehaus.org/browse/MRELEASE-128 Does anybody know a good workaround? I haven't found any useable one until now. Thank you for your help. Best Regards Jean-C