Re: [Spam] Re: release plugin (scm via cvs)

2007-05-07 Thread David Corbin
On Friday 04 May 2007 14:24, Stephane Nicoll wrote: On 5/4/07, David Corbin [EMAIL PROTECTED] wrote: On Friday 04 May 2007 13:56, Emmanuel Venisse wrote: What is your directory structure? inventory.ws com.enttek.concessions-master com.enttek.concessions.common

Re: [Spam] Re: release plugin (scm via cvs)

2007-05-07 Thread David Corbin
On Friday 04 May 2007 14:43, Roland Asmann wrote: On Friday 04 May 2007 20:16, David Corbin wrote: On Friday 04 May 2007 13:56, Emmanuel Venisse wrote: Flat directories aren't supported. Right. Unfortunately, Eclipse *only* supports flat directories. That depends. It is possible to

Signed jars in the repository

2007-05-07 Thread DavidCorbin
We're building a webstart application. For this, we have to sign jars. We use the webstart-maven-plugin, and it does the job well enough. However, we spend a lot of time re-signing the same unchanged jars (various third-party dependencies). They get resigned as a consequence of a clean.

need help with a maven 2 plugin

2007-05-07 Thread Jason Chaffee
I would like to create a build-report-plugin that is able to report on the versions, timestamps, artifact types, build numbers, and so on. I can write my own custom code to do all of this, but there there has to be an easier way to reuse the code/components that maven is already using to

Re: [Spam] Re: release plugin (scm via cvs)

2007-05-07 Thread Emmanuel Venisse
David Corbin a écrit : On Friday 04 May 2007 14:43, Roland Asmann wrote: On Friday 04 May 2007 20:16, David Corbin wrote: On Friday 04 May 2007 13:56, Emmanuel Venisse wrote: Flat directories aren't supported. Right. Unfortunately, Eclipse *only* supports flat directories. That depends.

Re: [Spam] Re: release plugin (scm via cvs)

2007-05-07 Thread Roland Asmann
On Sunday 06 May 2007 16:39, David Corbin wrote: That sound suspiciously like you've got a lot of duplication going on. Fundamentally, Eclipse does NOT support heirarchies. I don't think you can map a heiarchy to a flat model and maintain a one-to-one copy. No. The plugin I pointed you to

Re: Version number propogation

2007-05-07 Thread Roland Asmann
On Sunday 06 May 2007 17:30, Howard Lewis Ship wrote: I have a project with multiple modules. I'm keeping the version numbers synced. This ends up with a lot of repetition of the version number: artifactIdtapestry-core/artifactId packagingjar/packaging version5.0.5-SNAPSHOT/version

Re: Version number propogation

2007-05-07 Thread David Corbin
On Sunday 06 May 2007 19:20, Bryan Loofbourrow wrote: I believe that you are correct about not being able to parameterize the project parent tag, or so a co-worker tells me. He conjectures that the parent resolution is required before resolution of property names. That makes sense, since, in

Multi-module project with Aggregation and SCM

2007-05-07 Thread Luís Soares
Hi all, I was wondering if it is possible the following procedure: I have a multi-module maven project that has, lets say, 3 modules: Project - Module1 - Module2 - Module3 In the top-level pom I state that there are several modules aggregated: modules moduleModule1/module

Re: Multi-module project with Aggregation and SCM

2007-05-07 Thread Olivier Dehon
You can define relative paths to your modules' directories from the parent POM's directory: modules module../Module1/module module../../Other/Module2/module moduleModule3/module /modules -Olivier Luís Soares wrote: Hi all, I was wondering if it is possible the following procedure: I

depenedency:analyze and JSP compilation ?

2007-05-07 Thread Olivier Dehon
Hi, How can I get the dependency:analyze goal to include the class files that result from the compilation of the JSPs in the actual analysis? Is there a configuration parameter to indicate additional target directories to look into? Am I missing something? Thanks in advance for sharing your

Multi-module project with Aggregation and SCM

2007-05-07 Thread Luís Soares
Hi all, I was wondering if it is possible the following procedure: I have a multi-module maven project that has, lets say, 3 modules: Project - Module1 - Module2 - Module3 In the top-level pom I state that there are several modules aggregated: modules moduleModule1/module

axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Hi Everyone, Can you add a jar to the axistools-maven-plugin's classpath? I need to run the java2wsdl command and I have a dependency on one of my app's jar in a separate maven project. The plugin is telling me that it can't find the class. When I look at mvn -X logs, it shows the

Maven for XSLT/XML project

2007-05-07 Thread Kraft, Daniel
Hi all! I want to use Maven 2 to manage a project which consists of a XSLT-library and modules of XML-files using it. E.g., I have a module core containing several XSLT-files to transform a special XML-format into HTML and some CSS/Image-files needed for further styling. Then, I have some

Re: Multi-module project with Aggregation and SCM

2007-05-07 Thread Roland Asmann
If your complete project is build as a tree (parent contains the modules as directories), that is no problem at all. In fact, that's the default that Maven will do when checking out your project. In your example, it appears your directory-structur is okay, so you should be ready to go! Take a

Re: Multi-module project with Aggregation and SCM

2007-05-07 Thread Roland Asmann
On Monday 07 May 2007 15:32, Luís Soares wrote: First, Thanks for replying. Second, I am not a maven2 guru, but judging from your words, I would have to have a full maven tree (and their corresponding poms) in the source code management repository. That is precisely what I want to avoid.

Re: Usage of ${appserver.home} in ~/.m2/archiva.xml

2007-05-07 Thread Martin Ahrer
I have set both properties through CATALINA_OPTS, here is how I start Tomcat on a win32 machine! @set CATALINA_OPTS=-Dappserver.home=d:\temp\home -Dappserver.base=d:\temp\base @cd d:\temp\apache-tomcat-5.5.23 @mkdir d:\temp\home\ @mkdir d:\temp\base\logs

Eclipse maven project with WTP enabled

2007-05-07 Thread Jan Torben Heuer
Hi, I followed: http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html to mark my project as a WTP project: mvn -Dwtpversion=1.5 eclipse:eclipse but nothing changed (I cannot deploy my project, nor select a server). I did it after creating submodules etc. should I have done it before?

Tip to invoke maven from an ant build script

2007-05-07 Thread Marcos
Hi all :-) Is it possible to invoke maven from an ant build script, such as a mvn custom task ? Is this the right approach to perform that ? Thank you very much -- Marcos H. W. Softing Systems Systems Analyst +55 11 38770360 /** * @see https://jaxb2-commons.dev.java.net */ /** * ...Use

Re: Please help - why doesn't my index.html get generated when generating my site?

2007-05-07 Thread Steven Rowe
Hi Ian, I think (though you haven't said anything about your setup) that you don't have a site descriptor, the default location for which is src/site/site.xml. See http://maven.apache.org/guides/mini/guide-site.html for info about what can go in there. Here's a quick vanilla site descriptor

Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay
There is a dependencies/ node inside the plugin/ node you can use to specify this. Wayne On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Everyone, Can you add a jar to the axistools-maven-plugin's classpath? I need to run the java2wsdl command and I have a dependency on one of my

Problem with downloading project specific jars from remote repository. plz help

2007-05-07 Thread Kiran Kodlady
Hello, Could u plz help me out in solving this error : C:\Workspaces\Copy of RS_latestmvn install [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] EDMS RS migration to OD [INFO] EDMS RS migration to OD [INFO] EDMS RS migration to OD [INFO] EDMS RS migration to OD

Re: Tip to invoke maven from an ant build script

2007-05-07 Thread Wayne Fay
Maven Tasks for Ant http://maven.apache.org/ant-tasks.html Wayne On 5/7/07, Marcos [EMAIL PROTECTED] wrote: Hi all :-) Is it possible to invoke maven from an ant build script, such as a mvn custom task ? Is this the right approach to perform that ? Thank you very much -- Marcos H. W.

Re: axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Wayne, Are you saying that I can pass a dependencies tag under the plugin in the pom? Thanks, David Williams Software Configuration Engineer 205-271-6159

Clearcase history shows limited information in build results

2007-05-07 Thread Hayes, Peter
History on the build result only shows file modified, but not the revision number, comment and who changed it. I think the problem might be that the call to get history is executed from the top directory working-directory and not the subdirectory that contains the pom.xml. Does anyone else see

Re: Clearcase history shows limited information in build results

2007-05-07 Thread Emmanuel Venisse
I can't say that I've already seen this pb because I don't use Clearcase, but we need to update Continuum to run commands from the subdirectory. Emmanuel Hayes, Peter a écrit : History on the build result only shows file modified, but not the revision number, comment and who changed it. I

what's the right way to recombine several jars?

2007-05-07 Thread Peter Kahn
Anyone know how I'd unpack a couple of jars and recombine them with my source as an artifact? 1. unpack foo.jar 2. compile my code 3. include foo/bar/... with my code as end.jar -- Peter Kahn [EMAIL PROTECTED] [EMAIL PROTECTED], [EMAIL PROTECTED] http://kahnstipation.blogspot.com |

Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay
Yes, see the POM Reference: http://maven.apache.org/pom.html#Plugins Wayne On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Wayne, Are you saying that I can pass a dependencies tag under the plugin in the pom? Thanks, David Williams Software Configuration Engineer 205-271-6159

Re: what's the right way to recombine several jars?

2007-05-07 Thread Wayne Fay
maven-dependency-plugin and / or maven-assembly-plugin Both are well documented on the Maven site. Wayne On 5/7/07, Peter Kahn [EMAIL PROTECTED] wrote: Anyone know how I'd unpack a couple of jars and recombine them with my source as an artifact? 1. unpack foo.jar 2. compile my code 3.

Re: Integration tests in Maven 2

2007-05-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you, much appreciated. I will use the solution in the post. Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this

Re: Integration tests in Maven 2

2007-05-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
Because we need to define the test source code location in one place, testSourceDirectory, in the POM, will adding both a unit tests location and an integration tests location in a testResources element work to include both the unit tests and integration tests source code, like shown below? Thank

Assembly problem: Error Not a v4.0.0 POM

2007-05-07 Thread Chris Helck
I have an error that I don't understand. I have a maven 1 project that builds a jar file called pps-3.0.2.jar. The jar (and it's pom) are moved into my legacy style repository. I have a maven 2 project that depends on pps-3.0.2. It compiles and tests the code fine. During the assembly it is

Maven vs. Scripted Build Systems

2007-05-07 Thread Peter Kahn
How does maven's declarative convention over configuration stack up against scripted solutions like buildr, groovy/ant or scons when it comes to maintenance costs for large projects? Is there anyone out there who is involved with a large complex project who can weigh in on how sustainable maven

Re: Filtering resources into a directory other than classes for a webapp?

2007-05-07 Thread stig.lau
I was looking for the same solution, and the war-plugin seemed right. But my config files were always put in the war root instead of the folder i specified. The solution for me was to use the 2.0.2 version of the war-plugin instead of 2.0. Heinrich Nirschl wrote: On Fri, 2007-04-27 at 15:17

Re: axistools-maven-plugin question

2007-05-07 Thread DavidWilliams
Wayne, Thanks for your help. That got me pass my first error. Below is the error I got when I tried again. For some reason, it doesn't like the extraClasses entry. Do you have any thoughts? Failed to configure plugin parameters for: org.codehaus.mojo:axistools-maven-plugin:1.0 (found

Trunk is missing files

2007-05-07 Thread JMaelstrom . 50418777
The trunk is missing admin files for networkProxy, database, and others in the WEB-INF/jsp/admin folder... Could this get updated so the latest code can be used? Thanks!

Re: axistools-maven-plugin question

2007-05-07 Thread Wayne Fay
Please send your complete plugin/ configuration so we can look at it, but no guarantees as I don't use that plugin myself. There is a decent chance you will need to receive support on this specific issue from the author of the axistools-m-p Mojo itself. Wayne On 5/7/07, [EMAIL PROTECTED] [EMAIL

Maven vs. Scripted Build Systems

2007-05-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
I had worked before extensively with Ant, and I create a complete end-to-end build system. When I started to work with Maven, I noticed that I was able to version dependencies in a more organized manner, and that I was able to establish a folder structure which all projects shared. The site

axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jaish.Singh
Hello, I still some help to use the axis2 plug in. Looks like this plug in is missing some of the dependency and I am not sure of it. Any help would be appreciated. Regards Jaish - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Version number propogation

2007-05-07 Thread Wayne Fay
The relative path doesn't necessarily work once deployed. And its not guaranteed to be true -- you could checkout just the module rather than the entire project, and suddenly Maven can't find that parent since the relativePath is no longer accurate. If anything, I'd argue that relativePath

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Wayne Fay
This plugin is a product of the Apache Axis group. Please direct support requests to them. Wayne On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I still some help to use the axis2 plug in. Looks like this plug in is missing some of the dependency and I am not sure of it. Any

RE: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jaish.Singh
Thanks Wayne. Does Mavne provide any plug-in for Axis2. I could get the plug in for Axis 1 but not for axis 2 for building web service client. Or if some one can help me to suggest Mavnen plug in for axis2 Thanks Jaish -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED]

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, Wayne Fay [EMAIL PROTECTED] wrote: This plugin is a product of the Apache Axis group. Please direct support requests to them. Wayne, what you possibly don't know: I am the plugins author and I am not reading the Axis mailing lists. (Too much traffic.) Thanks, Jochen -- My cats

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I still some help to use the axis2 plug in. Looks like this plug in is missing some of the dependency and I am not sure of it. Use the -X option and let's see a stack trace or whatever useful information you can provide. -- My cats know

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Wayne Fay
Apologies. ;-) I clicked over to the Axis1 and Axis2 sites and it seems like they have (their own?) Maven plugins. So I figured this was the same one (??). Or not? Wayne On 5/7/07, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 5/7/07, Wayne Fay [EMAIL PROTECTED] wrote: This plugin is a

RE: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jaish.Singh
Thanks for looking into Jochen. I am getting following error: [INFO] [ERROR] FATAL ERROR [INFO] [INFO] org/apache/neethi/Policy [INFO]

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, Wayne Fay [EMAIL PROTECTED] wrote: I clicked over to the Axis1 and Axis2 sites and it seems like they have (their own?) Maven plugins. So I figured this was the same one (??). Or not? The Axis 2 plugins are part of the Axis 2 project, because they are closely coupled with the Axis

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Raphaël Piéroni
I Jaish, I once saw that error in an attempt to try axis2. axis2 comes with a bunch of dependencies that i didn't find in the maven repository, Check in your downloaded axis2 zip file. I then uploaded each in my personnal 3rdparty repo. Raphaël PS, Maybe thoses dependencies are foundable in

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: [INFO] org/apache/neethi/Policy [INFO] [DEBUG] Trace java.lang.NoClassDefFoundError: org/apache/neethi/Policy at Please create a Jira issue at

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Wayne Fay
Try adding a dependency on (below) inside the plugin: plugin ... dependencies dependency groupIdorg.apache.ws.commons.neethi/groupId artifactIdneethi/artifactId version2.0/version /dependency /dependencies /plugin I found this by entering the class identified by the NoClassDef into

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, Wayne Fay [EMAIL PROTECTED] wrote: Try adding a dependency on (below) inside the plugin: This might be a possible workaround, but - Neethi is a transitive dependency of the plugin. It should be present. If not, there's most possibly an error in the POM files, which should be

RE: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jaish.Singh
My understanding is that plug in POM should have all the possible dependency defined for it what ever is required? And it should be downloaded automatically to local repository when do the build. -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Monday, May 07,

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: My understanding is that plug in POM should have all the possible dependency defined for it what ever is required? And it should be downloaded automatically to local repository when do the build. You are right - if the POM is alright. And

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Wayne Fay
Understood. I won't interfere any more in this thread -- I've done enough already. ;-) Wayne On 5/7/07, Jochen Wiedmann [EMAIL PROTECTED] wrote: On 5/7/07, Wayne Fay [EMAIL PROTECTED] wrote: Try adding a dependency on (below) inside the plugin: This might be a possible workaround, but -

Getting maven to run a file after install

2007-05-07 Thread Arrowx7
Hello, Is it possible to have maven execute a bash file after it finished installing (compiling)? I have mavenide in NetBeans, and i'd like it to run a bash script that deploys the project. I'm not sure how to make it run that bash script after install...or anywhere from netbeans. Thanks --

Re: Getting maven to run a file after install

2007-05-07 Thread Steven Rowe
Are you using Mevenide2-Netbeans (and hence Maven 2.0.X)? If so, you can use the exec-maven-plugin[1], bound (in pom.xml) to the install (compile) phase to achieve what you want. If you're using Mevenide for Maven 1.X, you could set up a pre-goal to do what you want, in maven.xml. Hope it

RE: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jaish.Singh
I am sure Neethi is not there in the POM for axis2 plugin What version of plug in you suggest which is more stable? I was trying with 1.1.1 Also where to find which version of dependency(Neethi) should be used for 1.1.1? FYI, I already added wsdl4j dependency in the POM. Regards Jaish

RE: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-07 Thread Crossley, Jim
Thanks for the release, Stephane. After I upgraded, however, I noticed the release:perform task no longer honors the executable permission bit set on my some of my files. My SCM is CVS. I looked in Jira but couldn't find a bug for it, though something makes me think it's a known problem with

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-07 Thread Emmanuel Venisse
Jim, the new version use a pure java cvs client by default, instead of the system cvs executable. Emmanuel Crossley, Jim a écrit : Thanks for the release, Stephane. After I upgraded, however, I noticed the release:perform task no longer honors the executable permission bit set on my some of

Re: Maven vs. Scripted Build Systems

2007-05-07 Thread Arnaud Bailly
Hello, I have been using maven for several years now, and switch from custom grown ant scripts to maven1.0 in 200? (can't recall exactly the year). The reason we switched is the usual one: - growing complexity and fragmentation of scripts - uniformity and industrialisation - standard way of

RE: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-07 Thread Crossley, Jim
So is there no way to make the Java client honor exec permissions? Any recommended best practice for a workaround? Jim -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 4:45 PM To: Maven Users List Subject: Re: [ANN] Maven Release Plugin

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-07 Thread Emmanuel Venisse
I don't think, but you can use your cvs executable by adding a system property on the command line: mvn -Dmaven.scm.provider.cvs.implementation=cvs_native release:prepare mvn -Dmaven.scm.provider.cvs.implementation=cvs_native release:perform I'll try to improve it in the next version.

RE: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-07 Thread Crossley, Jim
Thanks Emmanuel, To save me some typing, could I also put that in the pom? Something like this? properties maven.scm.provider.cvs.implementationcvs_native/maven.scm.provider.cvs.implementation /properties Or do I need it in a configuration element of either the release or the scm plugin?

Re: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jochen Wiedmann
On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am sure Neethi is not there in the POM for axis2 plugin That's fine, Neethi is a transitive dependency, inherited from axis2-kernel or whatever. What version of plug in you suggest which is more stable? I was trying with 1.1.1

Re: [ANN] Maven Release Plugin 2.0-beta-5 Released

2007-05-07 Thread Emmanuel Venisse
It isn't possible yet. Crossley, Jim a écrit : Thanks Emmanuel, To save me some typing, could I also put that in the pom? Something like this? properties maven.scm.provider.cvs.implementationcvs_native/maven.scm.provider.cvs.implementation /properties Or do I need it in a configuration

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

Re: Creating WebSphere Specific Config Files

2007-05-07 Thread Mick Knutson
are you just trying to include the xmi file and application.xml after you edit it? If so, just add those files into your ./module/src/main/resources directory You can then also filter some properties at build time. On 5/7/07, Bala Rajamani [EMAIL PROTECTED] wrote: Hello, I would like to

Snapshot repository

2007-05-07 Thread lightbulb432
What's the difference between a regular repository and a snapshot repository as specified under distributionManagement? I've tried using both types, but I didn't see any difference... Also, does ending the version number of a file in SNAPSHOT have something to do with this? Is it okay to end a

Maven Embedder Example?

2007-05-07 Thread mraible
Does anyone have a Maven Embedder example that runs archetype:create? I'd like to create an archetype, run a plugin and verify that files are created in the new project. I could run the archetype creation and plugin with Ant, but that doesn't seem to be a very good way to test the code

Re: Snapshot repository

2007-05-07 Thread Wayne Fay
Generally people don't like to mix SNAPSHOT artifacts with released artifacts. So the Snapshot repo and version number stuff just helps organize/manage that. You can *do* whatever you want -- its just not necessarily a build management best practice. I just would advise you to think long and

Re: Snapshot repository

2007-05-07 Thread Nick Stolwijk
lightbulb432 wrote: Also, does ending the version number of a file in SNAPSHOT have something to do with this? Reading this, I don't think you know what a SNAPSHOT version means. A SNAPSHOT is every build between two released versions. This way, you can never be sure, that a new SNAPSHOT

Re: Please help - why doesn't my index.html get generated when generating my site?

2007-05-07 Thread Ian Rowlands
No, I don't have a site descriptor. But I have been told that I don't need one for the index.html to be generated, yet I don't have one generated. Is this the case, or is a site descriptor required? If not, can anybody suggest why it isn't being generated? Thanks, Ian

EJB 3.0 + Maven 2.0 + maven-ejb-plugin + glassfish

2007-05-07 Thread sudhakar
I have a simple EJB 3.0 project with a stateless bean as follows: The remote interface: @Remote public interface IssueBeanRemote { public void createIssue(); } The stateless EJB 3.0 bean: @Stateless(mappedName = ejb/IssueBean) public class IssueBean implements IssueBeanRemote {

Passing maven variables

2007-05-07 Thread DavidWilliams
We are currently passing the -Dserver= variable on the mvn command line. This variable is referenced in the pom in the following manor. resource directorysrc/main/${server}/resources/directory filteringtrue/filtering /resource Is

RE: axis2-wsdl2code-maven-plugin not working for me

2007-05-07 Thread Jaish.Singh
1.2 is not working is the syntex below is correct? groupIdorg.apache.axis2.maven2/groupId artifactIdaxis2-wsdl2code-maven-plugin/artifactId version1.2/version Regards Jaish -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent:

Re: Maven Embedder Example?

2007-05-07 Thread mraible
I figured out how to generate an archetype programmatically (see code below). Now I'm trying to execute goals w/in that project using MavenEmbedder. It seems to *almost* works, except that a plugin with extensionstrue/extensions is failing. Does the MavenEmbedder not support plugins with

Re: Passing maven variables

2007-05-07 Thread Wayne Fay
I'd be more inclined to set it in profiles.xml, but sure, you can set it in settings.xml if you want. Read this for more details on profiles: http://maven.apache.org/guides/introduction/introduction-to-profiles.html Wayne On 5/7/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: We are currently

problem with war plugin

2007-05-07 Thread Kiran Kodlady
hey.. cud u plz help me in solving this error.. The plugin 'org.apache.maven.plugins:maven-war-plugin' does not exist or no valid version could be found Thanks, KK -- View this message in context: http://www.nabble.com/problem-with-war-plugin-tf3707831s177.html#a10370291 Sent from the Maven