Re: [M2] maven-ear-plugin

2005-09-12 Thread Edward Yakop
1.0-SNAPSHOT war and maven 2 produce the ear accordingly. Regards, Edward Yakop On 9/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > It seems I didn't send my reply, so if it arrives twice, my apologies. > > garg-ejb is declared as ejb packaging. > >

Re: [M2] maven-ear-plugin

2005-09-12 Thread Edward Yakop
what is garg-ejb packaging? an ejb packaging? regards, Edward Yakop Note: By default, all dependency will not be generated inside application.xml unless if it is either ejb-client, ejb or war. On 9/11/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > I'm bootstrapping m2 from svn sourc

Re: [m2] how do I invoke a plugin

2005-09-05 Thread Edward Yakop
be passed via inside pom.xml ... maven-eclipseproject-plugin bla Regards, Edward Yakop On 9/5/05, Ashley Williams <[EMAIL PROTECTED]> wrote: > Great that does work (when I tag

Re: Demo application based on JBoss DVD trailblaizer

2005-09-05 Thread Edward Yakop
org.apache.maven.plugin.ear.EarModuleFactory.newEarModule(EarModuleFactory.java:61) I guessed, if approved, in order to tackle this problem properly maven-install-plugin + maven-ear-plugin needs to be tweaked. Regards, Edward Yakop Note: I just realised that you submit MNG-699 in jira. I apologise to take initiative to create

Re: Demo application based on JBoss DVD trailblaizer

2005-09-05 Thread Edward Yakop
file name extension. I don't think it's hard to patch the maven-components/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java file to suport this feature. Regards, Edward Yakop Note: The attached file is a sample implementation of JarMojo. To use: 0.

Re: downloading Maven source code from SVN

2005-09-01 Thread Edward Yakop
ginal Message- From: Edward Yakop [mailto:[EMAIL PROTECTED] Sent: Friday, 2 September 2005 10:11 AM To: Maven Users List Subject: Re: downloading Maven source code from SVN Hi, How about using https protocol (svn co https://svn.apache.org ...). Regards, Edward Trygve Laugstøl wrote: On Fri, S

Re: downloading Maven source code from SVN

2005-09-01 Thread Edward Yakop
Hi, How about using https protocol (svn co https://svn.apache.org ...). Regards, Edward Trygve Laugstøl wrote: On Fri, Sep 02, 2005 at 08:03:50AM +1000, Michael McCrann wrote: I am trying to download the Maven source code from SVN. To do this, I am using the commands on the Maven website:

Re: [m2] Ear Plugin problem... Generating EAR from two WARs(subprojects)

2005-09-01 Thread Edward Yakop
Hi eric, The way I solved this is by creating a pom porject that includes all three modules and make ear to contain only the dependency. I.e. [apps] |-module-->[earBuilderProj] | | | | depend depend |

[m2] ear task problem/bug?

2005-09-01 Thread Edward Yakop
Maven version: 2.0-beta-1-SNAPSHOT svn revision: 265679 Hi, I am attempting to migrate an ear project from ant style to m2 project style. In the high level project dependencies: [ear] -depends-> [war] | |depends-> [ejb] -depends-> [persistence] |

[m2] Problem with ear project.

2005-07-10 Thread Edward Yakop
Hi all, I'm having difficulties setting up 'ear' project. The following are the conditions: The pom file: 4.0.0 ... ear ...