WebSphere 6.1 Maven Plugin

2007-04-30 Thread Bala Rajamani

Hello,



I would like to create WebSphere 6.1 specific EJBs through Maven. Wondering
is there any specific plug-in is available.?



Any information or suggestions are appreciated.



Thanks in advance,

Bala.


Creating WebSphere Specific Config Files

2007-05-07 Thread Bala Rajamani

Hello,



I would like to create WebSphere specific application.xml and related
ibm-application-bnd.xmi and MANIFEST.MF files. How do I this achieve this
with maven?



I tried "maven-ear-plugin" but unable to create the WebSphere specific
files. Also I'm thinking of using some copy plugins (if one available) but
not sure whether it's an appropriate way to do it.



Any thoughts/suggestions are appreciated.

Bala.


Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Bala Rajamani

As per your suggestion, I tried the following the EAR was created with the
required .XMI files.


   
 
   org.apache.maven.plugins
   maven-ear-plugin
 
 
src/main/resources
 
 
  

 

Is it possible to edit the file through Maven?

Thanks,
Bala


Re: Creating WebSphere Specific Config Files

2007-05-08 Thread Bala Rajamani

Hello Wayne,

Before creating EAR, I would like to change some content with in the XMI
file... thinking of having some variables and replacing through Maven during
build time.

Thanks again.


Question on applying Filters

2007-05-11 Thread Bala Rajamani

I'm running Maven the following example to understand Filtering
http://maven.apache.org/plugins/maven-war-plugin/examples/adding-filtering-webresources.html
--

 [...]

   
 
   org.apache.maven.plugins
   maven-war-plugin
   2.0


  
  
properties/config.prop
  

 
   
 
 resource2
   
 


  
   
 

[...]

--

As mentioned in the example, I have created config.prop,
configuration.cfg at the POM level

|-- configurations
|   |-- config.cfg
|   `-- properties
|   `-- config.prop
|-- pom.xml

but after executing "mvn install" I'm not seeing config.cfg output in
the WAR file.

Thanks in advance,
Bala.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Junit report and surefire plugin

2008-02-12 Thread Bala Rajamani
Currently generating junit reports (*.txt and *.xml files) using
maven-surefire-plugin. wondering is there way to display these reports in
HTML format and a dash report within Maven?

Thanks in advance,
Bala.


Reset continuum admin password

2008-02-13 Thread Bala Rajamani
We have lost continuum admin id password? Is there a way to reset the
password to new value?
We are running continuum-1.0.3.

Thanks in advance


Re: Reset continuum admin password

2008-02-14 Thread Bala Rajamani
Thanks for reply. I reset the password to a new one.
Bala.


On Feb 13, 2008 10:34 AM, Bala Rajamani <[EMAIL PROTECTED]> wrote:

> We have lost continuum admin id password? Is there a way to reset the
> password to new value?
> We are running continuum-1.0.3.
>
> Thanks in advance
>