Re: Is there websphere plugin available for maven2?

2007-09-08 Thread Maria Odea Ching
Hi, Checkout this thread: http://www.nabble.com/maven2-websphere-plugin-tf3233913s177.html#a9046442 HTH, Deng I am Who i am wrote: Is there any websphere plugin available for maven2? I couldn't find any one so far - T

Is there websphere plugin available for maven2?

2007-09-08 Thread I am Who i am
Is there any websphere plugin available for maven2? I couldn't find any one so far

Re: Using Maven WebLogic Plug in

2007-09-08 Thread Hussein Badakhchani
Pascal. Thanks for the quick response: > BTW, the following dependency is really strange too. I don't know why > you had to add it. > > > com.sun > tools > 1.5.0_11 > > I understand the that this is a requirement of the plugin, it was detailed in the instruc

Re: Javadoc with custom stylesheet

2007-09-08 Thread Adam Hardy
I do not expect this would work but in an ideal world the javadoc plugin should be able to pull the file out of a jar dependency in the same way that the site plugin takes the CSS files and velocity templates from your jar's META-INF/maven directory. I'd recommend trying it and on failure, put

Using Maven WebLogic Plug in

2007-09-08 Thread Hussein Badakhchani
Hello, In case anyone is interested I have posted some instructions for installing and using the Maven WebLogic Plug in on my blog. http://dev2dev.bea.com/blog/hoos/archive/2007/09/using_appc_with.html I am new to Maven and thus my implementation may not be optimal. For instance I found that I h

Re: EAR plugin and altDeploymentDescriptor

2007-09-08 Thread Stephane Nicoll
Hey Martin, Yes, but you need of course to use JaveEE5 for this to work :) Cheers, Stéphane On 9/7/07, Martin Gilday <[EMAIL PROTECTED]> wrote: > Hi Stéphane, > I had forgotten to set the "version" to 5, the default of 1.4 does not > have this element. More of a general JEE question than Maven,

Javadoc with custom stylesheet

2007-09-08 Thread Johannes Schneider
Hi, I would like to create my javadoc with using a custom style sheet. I used the following configuration and it worked like expected: org.apache.maven.plugins maven-javadoc-plugin /path/to/css This configuration is done in my su

Re: Code Complexity Plugin

2007-09-08 Thread Michael McCallum
org.codehaus.mojo javancss-maven-plugin On Saturday 08 September 2007 13:32, Wendy Smoak wrote: > On 9/7/07, Morgovsky, Alexander (US - Glen Mills) > > <[EMAIL PROTECTED]> wrote: > > I

Re: [REQ] Ant compatibility build.xml

2007-09-08 Thread Johannes Schneider
Ouch, thanks a lot for that pointer. I assumed this plugin is used to run Ant targets. Thanks a lot. Johannes Schneider Tim Kettler wrote: Hi, have you looked at the maven-ant-plugin [1]? -Tim [1] http://maven.apache.org/plugins/maven-ant-plugin/ Johannes Schneider schrieb: Hi, has anyo

RE: Setting Environment variable in pom.xml

2007-09-08 Thread Huang, Yan
I have a plug-in that is relying on an environment variable that will be defined to point to a specific directory in an absolute path during the build time depends on where the build is happening. I could modify that plug-in to use annotation instead whose default value can be set to ${project.buil

Re: [REQ] Ant compatibility build.xml

2007-09-08 Thread Tim Kettler
Hi, have you looked at the maven-ant-plugin [1]? -Tim [1] http://maven.apache.org/plugins/maven-ant-plugin/ Johannes Schneider schrieb: Hi, has anyone created a build.xml that can be used to build a standard maven project? I think of a small script that is able to compile, run tests and cr