You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vijay Shanker <vs...@comframe.com> on 2006/05/01 16:14:18 UTC

RE: M2 - EAR deployment

Hermod,
 
Could I know whether you submitted WAS5 plugin to maven community?
 
THanks,
Vijay
 

________________________________

From: hermod.opstvedt@dnbnor.no [mailto:hermod.opstvedt@dnbnor.no]
Sent: Thu 4/27/2006 7:42 AM
To: users@maven.apache.org
Subject: RE: M2 - EAR deployment



Hi

I will submit a was5 plugin to the Maven2 community over the weekend. I am just finishing up on the documentation.

It will start and stop the server, install, start and uninstall an application, generation ejb deployment code etc..

Hermod

-----Original Message-----
From: Karthik Manimaran [mailto:mknapache@gmail.com]
Sent: Thursday, April 27, 2006 2:14 PM
To: Maven Users List
Subject: M2 - EAR deployment


Hi,

Is there a way to start/stop the WebSphere server and deploy the EAR
generated through Maven2.

Thanks and regards,
Karthik.


* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

This email with attachments is solely for the use of the individual or
entity to whom it is addressed. Please also be aware that the DnB NOR Group
cannot accept any payment orders or other legally binding correspondence with
customers as a part of an email.

This email message has been virus checked by the virus programs used
in the DnB NOR Group.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





RE: M2 - EAR deployment

Posted by Vijay Shanker <vs...@comframe.com>.
David,
 
I tried installing your with the same pom and the same packaging type but had the same problem so using ejbdeploy.sh for deployment code generation work directly.
 
Thanks,
Vijay
 

________________________________

From: David J. M. Karlsen [mailto:david@davidkarlsen.com]
Sent: Wed 5/3/2006 6:04 PM
To: Maven Users List
Subject: Re: M2 - EAR deployment



Vijay Shanker wrote:
> David,
> 
> Please suggest me as I am stuck.
> 
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>
> But getting boew given build error:
>
> [INFO] Building Honda GALC Application Ear
> [INFO]    task-segment: [package]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: com.davidkarlsen.maven.plugins
> ArtifactId: maven-was-plugin
> Version: 1.0-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2>  <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> > > )
>
> Please suggest, if there is anything wrong.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: Vijay Shanker [mailto:vshanker@comframe.com]
> Sent: Tue 5/2/2006 8:40 AM
> To: Maven Users List
> Subject: RE: M2 - EAR deployment
>
>
>
> David,
>
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>  
The packaging you set is wrong - this is a "maven-plugin" - not a "jar".
The full pom exists in the repository:
http://www.davidkarlsen.com/m2/com/davidkarlsen/maven/plugins/maven-was-plugin/1.0-SNAPSHOT/maven-was-plugin-1.0-20060418.100451-1.pom

--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





Re: M2 - EAR deployment

Posted by "David J. M. Karlsen" <da...@davidkarlsen.com>.
Vijay Shanker wrote:
> David,
>  
> Please suggest me as I am stuck.
>  
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>
> But getting boew given build error:
>
> [INFO] Building Honda GALC Application Ear
> [INFO]    task-segment: [package]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: com.davidkarlsen.maven.plugins
> ArtifactId: maven-was-plugin
> Version: 1.0-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2>  <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> > )
>
> Please suggest, if there is anything wrong.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: Vijay Shanker [mailto:vshanker@comframe.com]
> Sent: Tue 5/2/2006 8:40 AM
> To: Maven Users List
> Subject: RE: M2 - EAR deployment
>
>
>
> David,
>
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>   
The packaging you set is wrong - this is a "maven-plugin" - not a "jar".
The full pom exists in the repository:
http://www.davidkarlsen.com/m2/com/davidkarlsen/maven/plugins/maven-was-plugin/1.0-SNAPSHOT/maven-was-plugin-1.0-20060418.100451-1.pom

-- 
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: M2 - EAR deployment

Posted by Vijay Shanker <vs...@comframe.com>.
Hi Kenney,
 
Sorry for reposting the same question. I did try with your suggestion but still same problem. 
 
Thanks,
Vijay
 

________________________________

From: Kenney Westerhof [mailto:kenney@apache.org]
Sent: Tue 5/2/2006 1:19 PM
To: Maven Users List
Subject: RE: M2 - EAR deployment



On Tue, 2 May 2006, Vijay Shanker wrote:

Hi,

Please don't ask the same question twice. Some people live in different
timezones or just don't have the time to immediately reply.

In this case: you're installing a plugin. A plugin should have packaging
'maven-plugin' : -Dpackaging=maven-plugin.

Next, you didn't install the pom file. You should also install
maven-was-plugin-1.0-2006etc...pom (best you just copy that file by hand
to
~/.m2/repository/com/..../maven-was-plugin/1.0-SNAPSHOT/maven-was-plugin-1.0-SNAPSHOT.pom)

-- Kenney

> David,
>
> Please suggest me as I am stuck.
>
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>
> But getting boew given build error:
>
> [INFO] Building Honda GALC Application Ear
> [INFO]    task-segment: [package]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: com.davidkarlsen.maven.plugins
> ArtifactId: maven-was-plugin
> Version: 1.0-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2>  <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> > > )
>
> Please suggest, if there is anything wrong.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: Vijay Shanker [mailto:vshanker@comframe.com]
> Sent: Tue 5/2/2006 8:40 AM
> To: Maven Users List
> Subject: RE: M2 - EAR deployment
>
>
>
> David,
>
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>
> But getting boew given build error:
>
> [INFO] Building Honda GALC Application Ear
> [INFO]    task-segment: [package]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: com.davidkarlsen.maven.plugins
> ArtifactId: maven-was-plugin
> Version: 1.0-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> )
>
> Please suggest, if there is anything wrong.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: David J. M. Karlsen [mailto:david@davidkarlsen.com]
> Sent: Mon 5/1/2006 2:15 PM
> To: Maven Users List
> Subject: Re: M2 - EAR deployment
>
>
>
> Vijay Shanker wrote:
> > David,
> >
> > Could you please give me example of using it?
> >
>           <plugin>
>
> <groupId>com.davidkarlsen.maven.plugins</groupId>
>                                 <artifactId>maven-was-plugin</artifactId>
>                                 <version>1.0-SNAPSHOT</version>
>
>                                 <executions>
>                                 <execution>
>                                 <configuration>
>                                 <targetVersion>WAS502</targetVersion>
>                                 <generateDebug>true</generateDebug>
>                                 <verbose>true</verbose>
>
> <script>c:\WebSphere\AppServer\deploytool\itp\ejbdeploy.bat</script>
>                                 </configuration>
>                                 <goals>
>                                 <goal>deploy</goal>
>                                 </goals>
>                                 <phase>process-classes</phase>
>                                 </execution>
>                                 </executions>
>                                 </plugin>
>
>
> --
> David J. M. Karlsen - +47 90 68 22 43
> http://www.davidkarlsen.com
> http://mp3.davidkarlsen.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>
>
>
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





RE: M2 - EAR deployment

Posted by Kenney Westerhof <ke...@apache.org>.
On Tue, 2 May 2006, Vijay Shanker wrote:

Hi,

Please don't ask the same question twice. Some people live in different
timezones or just don't have the time to immediately reply.

In this case: you're installing a plugin. A plugin should have packaging
'maven-plugin' : -Dpackaging=maven-plugin.

Next, you didn't install the pom file. You should also install
maven-was-plugin-1.0-2006etc...pom (best you just copy that file by hand
to
~/.m2/repository/com/..../maven-was-plugin/1.0-SNAPSHOT/maven-was-plugin-1.0-SNAPSHOT.pom)

-- Kenney

> David,
>
> Please suggest me as I am stuck.
>
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>
> But getting boew given build error:
>
> [INFO] Building Honda GALC Application Ear
> [INFO]    task-segment: [package]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: com.davidkarlsen.maven.plugins
> ArtifactId: maven-was-plugin
> Version: 1.0-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2>  <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> > )
>
> Please suggest, if there is anything wrong.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: Vijay Shanker [mailto:vshanker@comframe.com]
> Sent: Tue 5/2/2006 8:40 AM
> To: Maven Users List
> Subject: RE: M2 - EAR deployment
>
>
>
> David,
>
> I have installed maven-was-plugin in following way:
>
> mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
>
> But getting boew given build error:
>
> [INFO] Building Honda GALC Application Ear
> [INFO]    task-segment: [package]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: com.davidkarlsen.maven.plugins
> ArtifactId: maven-was-plugin
> Version: 1.0-SNAPSHOT
> Reason: Unable to download the artifact from any repository
>   com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> )
>
> Please suggest, if there is anything wrong.
>
> Thanks,
> Vijay
>
>
> ________________________________
>
> From: David J. M. Karlsen [mailto:david@davidkarlsen.com]
> Sent: Mon 5/1/2006 2:15 PM
> To: Maven Users List
> Subject: Re: M2 - EAR deployment
>
>
>
> Vijay Shanker wrote:
> > David,
> >
> > Could you please give me example of using it?
> >
>           <plugin>
>
> <groupId>com.davidkarlsen.maven.plugins</groupId>
>                                 <artifactId>maven-was-plugin</artifactId>
>                                 <version>1.0-SNAPSHOT</version>
>
>                                 <executions>
>                                 <execution>
>                                 <configuration>
>                                 <targetVersion>WAS502</targetVersion>
>                                 <generateDebug>true</generateDebug>
>                                 <verbose>true</verbose>
>
> <script>c:\WebSphere\AppServer\deploytool\itp\ejbdeploy.bat</script>
>                                 </configuration>
>                                 <goals>
>                                 <goal>deploy</goal>
>                                 </goals>
>                                 <phase>process-classes</phase>
>                                 </execution>
>                                 </executions>
>                                 </plugin>
>
>
> --
> David J. M. Karlsen - +47 90 68 22 43
> http://www.davidkarlsen.com
> http://mp3.davidkarlsen.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>
>
>
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: M2 - EAR deployment

Posted by Vijay Shanker <vs...@comframe.com>.
David,
 
Please suggest me as I am stuck.
 
I have installed maven-was-plugin in following way:

mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar

But getting boew given build error:

[INFO] Building Honda GALC Application Ear
[INFO]    task-segment: [package]
[INFO] -------------------------------------------------------------------------
---
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: com.davidkarlsen.maven.plugins
ArtifactId: maven-was-plugin
Version: 1.0-SNAPSHOT
Reason: Unable to download the artifact from any repository
  com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
from the specified remote repositories:
  central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2>  <http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> > )

Please suggest, if there is anything wrong.

Thanks,
Vijay


________________________________

From: Vijay Shanker [mailto:vshanker@comframe.com]
Sent: Tue 5/2/2006 8:40 AM
To: Maven Users List
Subject: RE: M2 - EAR deployment



David,

I have installed maven-was-plugin in following way:

mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar

But getting boew given build error:

[INFO] Building Honda GALC Application Ear
[INFO]    task-segment: [package]
[INFO] -------------------------------------------------------------------------
---
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: com.davidkarlsen.maven.plugins
ArtifactId: maven-was-plugin
Version: 1.0-SNAPSHOT
Reason: Unable to download the artifact from any repository
  com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
from the specified remote repositories:
  central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> )

Please suggest, if there is anything wrong.

Thanks,
Vijay


________________________________

From: David J. M. Karlsen [mailto:david@davidkarlsen.com]
Sent: Mon 5/1/2006 2:15 PM
To: Maven Users List
Subject: Re: M2 - EAR deployment



Vijay Shanker wrote:
> David,
>
> Could you please give me example of using it?
> 
          <plugin>
                              
<groupId>com.davidkarlsen.maven.plugins</groupId>
                                <artifactId>maven-was-plugin</artifactId>
                                <version>1.0-SNAPSHOT</version>

                                <executions>
                                <execution>
                                <configuration>
                                <targetVersion>WAS502</targetVersion>
                                <generateDebug>true</generateDebug>
                                <verbose>true</verbose>
                              
<script>c:\WebSphere\AppServer\deploytool\itp\ejbdeploy.bat</script>
                                </configuration>
                                <goals>
                                <goal>deploy</goal>
                                </goals>
                                <phase>process-classes</phase>
                                </execution>
                                </executions>
                                </plugin>


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org








RE: M2 - EAR deployment

Posted by Vijay Shanker <vs...@comframe.com>.
David,
 
I have installed maven-was-plugin in following way:
 
mvn install:install-file -Dfile=maven-was-plugin-1.0-20060418.100451-1.jar -DgroupId=com.davidkarlsen.maven.plugins -DartifactId=maven-was-plugin -Dversion=1.0-SNAPSHOT -Dpackaging=jar
 
But getting boew given build error:
 
[INFO] Building Honda GALC Application Ear
[INFO]    task-segment: [package]
[INFO] -------------------------------------------------------------------------
---
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: com.davidkarlsen.maven.plugins
ArtifactId: maven-was-plugin
Version: 1.0-SNAPSHOT
Reason: Unable to download the artifact from any repository
  com.davidkarlsen.maven.plugins:maven-was-plugin:pom:1.0-SNAPSHOT
from the specified remote repositories:
  central (http://repo1.maven.org/maven2 <http://repo1.maven.org/maven2> )
 
Please suggest, if there is anything wrong.
 
Thanks,
Vijay
 

________________________________

From: David J. M. Karlsen [mailto:david@davidkarlsen.com]
Sent: Mon 5/1/2006 2:15 PM
To: Maven Users List
Subject: Re: M2 - EAR deployment



Vijay Shanker wrote:
> David,
> 
> Could you please give me example of using it?
>  
          <plugin>
                               
<groupId>com.davidkarlsen.maven.plugins</groupId>
                                <artifactId>maven-was-plugin</artifactId>
                                <version>1.0-SNAPSHOT</version>

                                <executions>
                                <execution>
                                <configuration>
                                <targetVersion>WAS502</targetVersion>
                                <generateDebug>true</generateDebug>
                                <verbose>true</verbose>
                               
<script>c:\WebSphere\AppServer\deploytool\itp\ejbdeploy.bat</script>
                                </configuration>
                                <goals>
                                <goal>deploy</goal>
                                </goals>
                                <phase>process-classes</phase>
                                </execution>
                                </executions>
                                </plugin>


--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





Re: M2 - EAR deployment

Posted by "David J. M. Karlsen" <da...@davidkarlsen.com>.
Vijay Shanker wrote:
> David,
>  
> Could you please give me example of using it? 
>   
          <plugin>
                                
<groupId>com.davidkarlsen.maven.plugins</groupId>
                                <artifactId>maven-was-plugin</artifactId>
                                <version>1.0-SNAPSHOT</version>

                                <executions>
                                <execution>
                                <configuration>
                                <targetVersion>WAS502</targetVersion>
                                <generateDebug>true</generateDebug>
                                <verbose>true</verbose>
                                
<script>c:\WebSphere\AppServer\deploytool\itp\ejbdeploy.bat</script>
                                </configuration>
                                <goals>
                                <goal>deploy</goal>
                                </goals>
                                <phase>process-classes</phase>
                                </execution>
                                </executions>
                                </plugin>


-- 
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: M2 - EAR deployment

Posted by Vijay Shanker <vs...@comframe.com>.
David,
 
Could you please give me example of using it? 
 
Thanks,
Vijay
 

________________________________

From: David J. M. Karlsen [mailto:david@davidkarlsen.com]
Sent: Mon 5/1/2006 12:15 PM
To: Vijay Shanker
Subject: Re: M2 - EAR deployment



Vijay Shanker wrote:
> Hermod,
> 
> Could I know whether you submitted WAS5 plugin to maven community?
> 
> THanks,
> Vijay
> 
>
> ________________________________*
> *
*You can also try this one:
http://www.davidkarlsen.com/maven-was-plugin/
Click "repository" to the left to get to the m2 repo.

It executes ejbdeploy.bat with dynamically added parameters.*

--
David J. M. Karlsen - +47 90 68 22 43
http://www.davidkarlsen.com
http://mp3.davidkarlsen.com





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org