Re: M2: Need help with central repositories, and mirrors

2007-08-23 Thread Tim Kettler
Additionally you need to keep in mind to use different local repositories as well when using the different profiles on the same machine. Else the artifacts from the different repositories will be mixed. -Tim Tim Kettler schrieb: Hi, setting the mirror to an invalid url would certainly work

Re: M2: Need help with central repositories, and mirrors

2007-08-23 Thread John Quinn
I'd like to piggy back on this thread, since my question is just drilling down further. So, if I say have the following profile in my mvn home settings.xml: profile idmyRepository/id activation jdk1.4/jdk /activation repositories repository

Re: M2: Need help with central repositories, and mirrors

2007-08-23 Thread Tim Kettler
Hi, see comment inline John Quinn schrieb: I'd like to piggy back on this thread, since my question is just drilling down further. So, if I say have the following profile in my mvn home settings.xml: profile idmyRepository/id activation jdk1.4/jdk /activation

M2: Need help with central repositories, and mirrors

2007-08-22 Thread Chris Helck
Hi, How can I redefine the central repository for specific profiles? I have three profiles defined in my settings.xml: dev, qa, and cert. I want the dev profile to use the default central repository, but I want the qa and cert profiles to use specific (but different) in-house URLs. From what I've

Need Help :: Local Repository Gets Corrupted

2007-08-06 Thread AjeetSK
All, I am trying to download dependencies and plugins from my own remote repository and while downloading few files get corrupted. Moreover, the goals don't get executed. D:\beta-AWM\awm\resourcemvn generate-sources [INFO] Scanning for projects... [INFO]

Need Help :: POM files get Corrupted while downloading from local repository

2007-08-06 Thread AjeetSK
: http://www.nabble.com/Need-Help-%3A%3A-POM-files-get-Corrupted-while-downloading-from-local-repository-tf4223736s177.html#a12015082 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Maven and Ant | Executing Ant script before downloading dependencies | Need Help

2007-06-26 Thread Henry Isidro
Hi Shinjan, You can separate the two. Place the ant project in its own project, configure the ant run plugin there. Then, in the maven project, add the ant project as a dependency. If you want this in one nice build, you can place both projects under one parent, this way, when you build the

Re: Maven and Ant | Executing Ant script before downloading dependencies | Need Help

2007-06-26 Thread Paul Copeland
Henry - What maven packaging type would the ant project have in this case? What would the ant project do in each phase of the first maven build? How would the second maven project gain access to the products of the first ant build? On 6/26/2007 6:08 PM, Henry Isidro wrote: Hi Shinjan, You

Maven and Ant | Executing Ant script before downloading dependencies | Need Help

2007-06-25 Thread shinjan sen
Hi, I have a maven project which has a dependency on an ant project. To achieve this I have added a execution of the maven ant-run-plugin in my pom.xml as follows: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution

Executing Ant script before downloading dependencies | Need Help

2007-06-25 Thread shinjan sen
Hi, Can anyone please suggest a workaround if this is possible. Many Thanks Shinjan On 6/25/07, shinjan sen [EMAIL PROTECTED] wrote: Hi, I have a maven project which has a dependency on an ant project. To achieve this I have added a execution of the maven ant-run-plugin in my pom.xml as

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: Need help

2007-04-03 Thread Vaidya, Raghavendra \(GE Infra\)
What is the default userid and password for logging into continuum ?? I installed and started the continuum and want to set up a ant project for which I need to log in. I do not find the default userid and password for loggiing into continuum anywhere in the documentation..

Re: Need help

2007-04-03 Thread Emmanuel Venisse
We don't have a defaultuserid/password. You define it at the first continuum startup. Emmanuel Vaidya, Raghavendra (GE Infra) a écrit : What is the default userid and password for logging into continuum ?? I installed and started the continuum and want to set up a ant project for which I need

RE: Need help

2007-04-03 Thread Vaidya, Raghavendra \(GE Infra\)
How do I define the user at start up ?? Is it a command line argument ?? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 2:37 PM To: continuum-users@maven.apache.org Subject: Re: Need help We don't have a defaultuserid/password. You

Re: Need help

2007-04-03 Thread Rahul Thakur
PROTECTED] Sent: Tuesday, April 03, 2007 9:15 PM Subject: RE: Need help How do I define the user at start up ?? Is it a command line argument ?? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 2:37 PM To: continuum-users@maven.apache.org

RE: Need help

2007-04-03 Thread David Roussel
?? Is it a command line argument ?? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 03, 2007 2:37 PM To: continuum-users@maven.apache.org Subject: Re: Need help We don't have a defaultuserid/password. You define it at the first continuum

need help to create an integration-test archetype

2007-03-28 Thread nicolas de loof
Hello, I'd like to create an integration-test archetype for my webapps projects. It will use cargo and selenium as explained on matt raible blog and some other blogs/maven wikis. I get an issue as my POM template must include the cargo deployable element to refer to the WAR artifact :

Re: need help to create an integration-test archetype

2007-03-28 Thread Raphaël Piéroni
Hi Nicolas 2007/3/28, nicolas de loof [EMAIL PROTECTED]: Hello, I'd like to create an integration-test archetype for my webapps projects. It will use cargo and selenium as explained on matt raible blog and some other blogs/maven wikis. I get an issue as my POM template must include the cargo

Need help: Why can't I put distributionManagement in settings.xml?

2007-03-07 Thread Helck, Christopher
Hi, I want to have two profiles with different repositories and distributionManagement elements. I've created a settings.xml and defined the new profiles in it. Putting repositories in settings.xml is ok, but putting distributionManagement seems to be illegal. Why? What's wrong with saying that

Re: Need help: Why can't I put distributionManagement in settings.xml?

2007-03-07 Thread Raphaël Piéroni
2007/3/7, Helck, Christopher [EMAIL PROTECTED]: Hi, I want to have two profiles with different repositories and distributionManagement elements. I've created a settings.xml and defined the new profiles in it. Putting repositories in settings.xml is ok, but putting distributionManagement seems

need help understanding dependency management

2007-03-07 Thread Xavier Hanin
Hi All, I would like to get some more insight on how maven find the jars in the repository. For instance, I use mule 1.3.3 which has the following dependency: dependency groupIdorg.safehaus.jug/groupId artifactIdjug/artifactId version2.0.0/version classifierasl/classifier /dependency The jar

Re: need help understanding dependency management

2007-03-07 Thread Wayne Fay
Yes... The rule for filenames where a classifier has been specified is {$artifactId}-{$version}-{$classifier}. Wayne On 3/7/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi All, I would like to get some more insight on how maven find the jars in the repository. For instance, I use mule 1.3.3

Re: need help understanding dependency management

2007-03-07 Thread Xavier Hanin
On 3/7/07, Wayne Fay [EMAIL PROTECTED] wrote: Yes... The rule for filenames where a classifier has been specified is {$artifactId}-{$version}-{$classifier}. OK, thanks. - Xavier Wayne On 3/7/07, Xavier Hanin [EMAIL PROTECTED] wrote: Hi All, I would like to get some more insight on how

need help with a multimodule build - binding an assembly to package it all up

2007-02-28 Thread Heck, Joe
I have several multi-module builds all rolling with Maven, and I'm having a little trouble figuring out how to bind an assembly directive to the master pom's build cycle so that it can pull all the results together into the master pom's target directory. The structure I have now: Master

Need help with Compile Order

2007-02-20 Thread Peterson, Bill \(Patriot Technologies\)
I am using Java 1.4.x, Maven 1.x, and Eclipse 3.0.1. The specific problem involves java code that references the Node Class which is located in both the JDK 1.4.x and xmlpack.jar. Both locations use the same path (org.w3c.dom). However, the java code calls a method that exist in xmlpack.jar but

Re: I need help with cargo-maven2-plugin.

2007-02-14 Thread Maruf Aytekin
Can someone point me to an example of cargo-maven2-plugin use case? Many Thanks Maruf Maruf Aytekin wrote: Hi All, I need help with cargo-maven2-plugin. I have jboss-4.0.5.GA installed on my testcip server. I am trying to deploy a war webapp to jboss with cargo-maven-plugin. Related part

Re: I need help with cargo-maven2-plugin.

2007-02-14 Thread Wayne Fay
Perhaps you should take this email to the Cargo Users mailing list? Wayne On 2/14/07, Maruf Aytekin [EMAIL PROTECTED] wrote: Can someone point me to an example of cargo-maven2-plugin use case? Many Thanks Maruf Maruf Aytekin wrote: Hi All, I need help with cargo-maven2-plugin. I have

I need help with cargo-maven2-plugin.

2007-02-13 Thread Maruf Aytekin
Hi All, I need help with cargo-maven2-plugin. I have jboss-4.0.5.GA installed on my testcip server. I am trying to deploy a war webapp to jboss with cargo-maven-plugin. Related part of the pom.xml is below: build plugin groupIdorg.codehaus.cargo/groupId

Re: Need help! How do app server based intergration test ?

2007-02-02 Thread Emmanuel Venisse
You can't run integration tests with jetty:run. This goal start only your webapp in a jetty server but do nothing, it wait user interaction. If you want to automateweb integration tests, you can run your webapp with the cargo plugin, and run your tests with selenium. We have a mojo for

Need help! How do app server based intergration test ?

2007-02-01 Thread Jasspier
hi there, I'm new in,i have set up my continuum server and add a maven2 project in it,it's cool while building and doing some junit test ,but i got some problem while doing intergration test ,because i dont know how deploy the web server and deply the project while continuum building .

Re: Need Help | Restricting execution to a particular phase only

2007-01-08 Thread dawn.angelito
phases install and test. While executing install is there any way in which I can skip the phase test. Any pointers will be of great help for me. Thanks in advance, Regards, Shinjan -- View this message in context: http://www.nabble.com/Need-Help-%7C-Restricting-execution

Re: Need Help | Restricting execution to a particular phase only

2007-01-07 Thread dawn.angelito
is there any way in which I can skip the phase test. Any pointers will be of great help for me. Thanks in advance, Regards, Shinjan -- View this message in context: http://www.nabble.com/Need-Help-%7C-Restricting-execution-to-a-particular-phase-only-tf2929911s177.html#a8211943 Sent

Re: Need Help | Restricting execution to a particular phase only

2007-01-07 Thread shinjan sen
install is there any way in which I can skip the phase test. Any pointers will be of great help for me. Thanks in advance, Regards, Shinjan -- View this message in context: http://www.nabble.com/Need-Help-%7C-Restricting-execution-to-a-particular-phase-only-tf2929911s177.html#a8211943 Sent from

Need Help | Restricting execution to a particular phase only

2007-01-05 Thread shinjan sen
Hi, I wanted to restrict the execution of maven-antrun-plugin to a particular phase. Normally if we specify the phase as install then whatever is specified in the phase install gets executed alongwith phases preceeding that in maven execution hierarchy, for example, test, compile etc. Is there

Re: I need help with multi-module project site generation.

2006-12-06 Thread Christian Goetze
Wendy Smoak wrote: On 12/5/06, Christian Goetze [EMAIL PROTECTED] wrote: If I generate the default site according to the mergere book, I get essentially a useless cover page with a navigation menu that lists the modules, but without links I've seen that happen too. Most of my projects

Re: I need help with multi-module project site generation.

2006-12-06 Thread Christian Goetze
Wendy Smoak wrote: which seems to stem from the java code being javadoc'ed itself. mvn site fails with an internal error, stumbling over a dependency Are you using dependencyManagement ? This sounds familiar, but I thought it was fixed. First try 'mvn site -U' to make sure you've got the

Re: I need help with multi-module project site generation.

2006-12-06 Thread Wayne Fay
Probably a silly question, but you added a dependency on javax.mail, right? And unless I'm mistaken, this is a Jar you have to download from Sun and add to your local repo manually. Wayne On 12/6/06, Christian Goetze [EMAIL PROTECTED] wrote: Wendy Smoak wrote: which seems to stem from the

Re: I need help with multi-module project site generation.

2006-12-06 Thread Christian Goetze
Wayne Fay wrote: Probably a silly question, but you added a dependency on javax.mail, right? And unless I'm mistaken, this is a Jar you have to download from Sun and add to your local repo manually. I did all that, yes... Thanks :) After all, my project builds fine, it's just the aggregating

I need help with multi-module project site generation.

2006-12-05 Thread Christian Goetze
So I have a multi-module project and I would like to generate a site which includes javadoc and jxr. What am I supposed to do? I would be extremelty grateful to anyone who can provide an example which has a shot at working... If I generate the default site according to the mergere book, I

Re: I need help with multi-module project site generation.

2006-12-05 Thread Wendy Smoak
On 12/5/06, Christian Goetze [EMAIL PROTECTED] wrote: If I generate the default site according to the mergere book, I get essentially a useless cover page with a navigation menu that lists the modules, but without links I've seen that happen too. Most of my projects have a custom site.xml

Re: I need help with multi-module project site generation.

2006-12-05 Thread Yann Albou
Wendy Smoak wrote: On 12/5/06, Christian Goetze [EMAIL PROTECTED] wrote: If I generate the default site according to the mergere book, I get essentially a useless cover page with a navigation menu that lists the modules, but without links I've seen that happen too. Most of my projects have

Maven War Plugin problem / need help

2006-10-13 Thread Marco Mistroni
hi all, i am using maven2 war plugin to package my war project (which is part of a multi-project). Unfortunately i inherited the directory structure of the project (which was done in RAD) which is following JavaSource |com. |resources WebContent |_ WEN-INF other jsps

RE: Maven War Plugin problem / need help

2006-10-13 Thread Mark Struberg
Hi Marco! Shouldn't webresources point to the webapp folder? webResources resource directory${basedir}/WebContent/directory /resource /webResources best regards, strub --- Marco Mistroni [EMAIL PROTECTED] schrieb: hi all, i am using maven2 war plugin to package my war project

Maven 1, need help jar:test-jar

2006-10-11 Thread RobertK
alternative to run a custom maven goal (ant task?) to compile a jar and then add a dependency to it in the project.xml file? -- View this message in context: http://www.nabble.com/Maven-1%2C-need-help-jar%3Atest-jar-tf2422460.html#a6753737 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven 1, need help jar:test-jar

2006-10-11 Thread Arnaud HERITIER
in context: http://www.nabble.com/Maven-1%2C-need-help-jar%3Atest-jar-tf2422460.html#a6753737 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Need help on site building

2006-10-02 Thread Mick Knutson
/sitedescriptor.html -- View this message in context: http://www.nabble.com/Need-help-on-site-building-tf2312807.html#a6438416 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Need help on site building

2006-10-02 Thread Mick Knutson
has not yet been released since it's still being review. If you have any comments about it, kindly notify us so that we can improve it. Thanks, Franz [1] http://people.apache.org/~oching/maven-site-plugin/examples/sitedescriptor.html -- View this message in context: http://www.nabble.com/Need

Need help on site building

2006-09-21 Thread christophe blin
Hi, I am trying to build a site for a multiprojects structure. Here is my structure: pom.xml module1 module2 what I would like to do is to create ONE site that groups ALL the modules. Can someone point me to a GOOD documentation to do this task please ? regards, chris --

Re: Need help on site building

2006-09-21 Thread Mick Knutson
The site-deploy will create the whole site for you and tie them together. On 9/21/06, christophe blin [EMAIL PROTECTED] wrote: Hi, I am trying to build a site for a multiprojects structure. Here is my structure: pom.xml module1 module2 what I would like to do is to create ONE site that

Re: Need help on site building

2006-09-21 Thread franz see
] http://people.apache.org/~oching/maven-site-plugin/examples/sitedescriptor.html -- View this message in context: http://www.nabble.com/Need-help-on-site-building-tf2312807.html#a6438416 Sent from the Maven - Users mailing list archive at Nabble.com

Need help resolving deployment issues

2006-09-15 Thread Mykel Alvis
The following elements of my situation are completely non-negotiable: 1. over 200 developers, some internal to the enterprise and some outside the enterprise network and allowed access only to DMZ hosts 2. Maven was chosen as the build system (hence my presence here), and Subversion as the SCM

Re: Need help resolving deployment issues

2006-09-15 Thread Tamás Cservenák
Hi, Proximity's WebDAV adapter is just finished in SVN last night :) IF you deploy from Maven only (will not mount it as a volume in windows, since current implementation have some M$ related issues due to buggy namespace handling of webfolders...) -- it should work. Altough i'm going for

Re: [m2] Need help using new plugin (qalab)

2006-09-13 Thread Nick Stolwijk
I don't know if it helps you with your problem, but I will post my Qalab configuration from my POM. Maybe you can compare it and see what the problem might be: build plugins plugin groupIdnet.objectlab/groupId

Re: [m2] Need help using new plugin (qalab)

2006-09-13 Thread KC Baltz
. -- View this message in context: http://www.nabble.com/-m2--Need-help-using-new-plugin-%28qalab%29-tf2262938.html#a6293628 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

[m2] Need help using new plugin (qalab)

2006-09-12 Thread KC Baltz
directory to force it to redownload a new repository. 2) Building using my personal account on the build machine (the build runs as root). I can't replicate the problem. Any thoughts? -- View this message in context: http://www.nabble.com/-m2--Need-help-using-new-plugin-%28qalab%29-tf2262938

RE: Need help on the Emma plugin

2006-08-31 Thread Chris Hilton
. Chris -Original Message- From: Binod Gupta [mailto:[EMAIL PROTECTED] Sent: Tuesday, 29 August, 2006 18:09 To: Chris Hilton Subject: Need help on the Emma plugin Hi Chris, I downloaded the Emma plugin from http://sourceforge.net/tracker/index.php? func=detailaid

Re: [maven 1.x] Need help for passing java arguments

2006-08-30 Thread Ming Cheung
04:08 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [maven 1.x] Need help for passing java arguments Hi Arnaud, The the java security debug is not showing afte add the following 3 properties

Re: [maven 1.x] Need help for passing java arguments

2006-08-30 Thread Arnaud HERITIER
Cheung/Austin/[EMAIL PROTECTED] 08/29/2006 04:08 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [maven 1.x] Need help for passing java arguments Hi Arnaud, The the java security debug

Re: [maven 1.x] Need help for passing java arguments

2006-08-29 Thread Arnaud HERITIER
If you don't fork your tests you have to set these options in the environment variable MAVEN_OPTS. If fork is enabled you have to use the property maven.junit.jvmargs http://maven.apache.org/maven-1.x/plugins/test/properties.html Arnaud On 8/28/06, Ming Cheung [EMAIL PROTECTED] wrote: I am

Re: [maven 1.x] Need help for passing java arguments

2006-08-29 Thread Ming Cheung
] Arnaud HERITIER [EMAIL PROTECTED] Arnaud HERITIER [EMAIL PROTECTED] 08/29/2006 05:30 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc Subject Re: [maven 1.x] Need help for passing java arguments If you don't fork

Re: [maven 1.x] Need help for passing java arguments

2006-08-29 Thread Ming Cheung
Subject Re: [maven 1.x] Need help for passing java arguments If you don't fork your tests you have to set these options in the environment variable MAVEN_OPTS. If fork is enabled you have to use the property maven.junit.jvmargs http://maven.apache.org/maven-1.x/plugins/test/properties.html Arnaud

[maven 1.x] Need help for passing java arguments

2006-08-28 Thread Ming Cheung
I am using maven 1.1-beta 3. When I added the -Dmaven.junit.jvmargs=-Djava.security.debug=all, I am unable to see the debug information. Could someone please tell me how to pass jvm arguments [ie. -Djava.security.debug=all] to a test/project/junit test? Sincerely, Ming Cheung WebSphere Web

Need help regarding the Changelog plugin.

2006-08-09 Thread Abhijit Diwan
Hi all I am trying to get changelog for my project and the mvn site command generates empty changelog output. Following is the scm section of my pom.xml scm connectionscm:perforce:PRIVACYHIDDEN@fish:1678://EJB/ejb-dev/MavenCo deline/connection /scm and the plugin

[m2] Need help: How to managing the version number in a multi-module project

2006-08-04 Thread Jens Riboe
Background: I have a typical multi-module project, with a parent pom and a handful of child poms inheriting from the parent. The parent pom contains the version, which is inherited to the child poms, which affect all generated child artifacts. So far so good. Problem: However, the parent pom is

Re: [m2] Need help: How to managing the version number in a multi-module

2006-08-04 Thread Jorgen Fastrup
in context: http://www.nabble.com/-m2--Need-help%3A-How-to-managing-the-version-number-in-a-multi-module-project-tf2050906.html#a5649632 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [m2] Need help: How to managing the version number in a multi-module

2006-08-04 Thread Jens Riboe
] Sent: 04 August 2006 14:47 To: users@maven.apache.org Subject: Re: [m2] Need help: How to managing the version number in a multi-module Hi Jens I'm not aware of what is considered best pratice on this matter. However we are using the M2 Release plugin to handle your maintenance problem. Eache

RE: [m2] Need help: How to managing the version number in a multi-module

2006-08-04 Thread Douglas Ferguson
Why don't you create a local mirror of the repository? -Original Message- From: Jens Riboe [mailto:[EMAIL PROTECTED] Sent: Friday, August 04, 2006 7:55 AM To: Maven Users List Subject: RE: [m2] Need help: How to managing the version number in a multi-module However we are using the M2

Re: i need help by change variable compileSourceRoots in mojo

2006-07-13 Thread Edwin Punzalan
compileSourceRoots is read-only. outputDirectory is project - build - outputDirectory in your pom.xml buildDirectory is project - build - directory in your pom.xml ThE-cLoN NoLc-EhT wrote: Hi, i need change this variable compileSourceRoots outputDirectory buildDirectory where selection

i need help by change variable compileSourceRoots in mojo

2006-07-12 Thread ThE-cLoN NoLc-EhT
Hi, i need change this variable compileSourceRoots outputDirectory buildDirectory where selection properties mojo and what is the file properties? where go? thk __ LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y

Re: Please need help to run the sample.plugin guide

2006-07-06 Thread Edwin Punzalan
Can you post the pom.xml you created for this? Elid OR wrote: Hi all, I'm new with maven 2, but I use to develop a maven 1 plugin. So my config is : OS : Linux ubuntu 2.6.15-25-686 Java : version 1.5.0_06 Maven : version 2.0.4 So I'm trying to run the plugin development guide :

Please need help to run the sample.plugin guide

2006-07-05 Thread Elid OR
Hi all, I'm new with maven 2, but I use to develop a maven 1 plugin. So my config is : OS : Linux ubuntu 2.6.15-25-686 Java : version 1.5.0_06 Maven : version 2.0.4 So I'm trying to run the plugin development guide : http://maven.apache.org/guides/plugin/guide-java-plugin-development.html

Re: Build stuck - need help

2006-06-24 Thread Emmanuel Venisse
if a build isn't finish, continuum keep the state to building. Emmanuel Adam a écrit : Greetings: I have a build stuck in the build phase. I have restarted Continuum and forced a build all projects and all have built fine, including the stuck one. When I look at the builds for the project,

Build stuck - need help

2006-06-23 Thread Adam
Greetings: I have a build stuck in the build phase. I have restarted Continuum and forced a build all projects and all have built fine, including the stuck one. When I look at the builds for the project, it still shows the one that stuck as stuck, even though the next builds have built. Is

RE: Need help with first M2 project: Multiple Aritifacts / POMs?

2006-05-12 Thread Dave Comeau
[mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 2:19 PM To: Maven Users List Subject: Re: Need help with first M2 project: Multiple Aritifacts / POMs? Suggestions, very high level root pom.xml project-jar pom.xml -- normal compile + maven-javadoc-plugin to attach javadoc zip

Re: Need help with first M2 project: Multiple Aritifacts / POMs?

2006-05-12 Thread Marco Mistroni
yet. I appreciate the help :) Dave -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 2:19 PM To: Maven Users List Subject: Re: Need help with first M2 project: Multiple Aritifacts / POMs? Suggestions, very high level root pom.xml project-jar

Need help with first M2 project: Multiple Aritifacts / POMs?

2006-05-01 Thread Dave Comeau
I'm trying to design implement my first Maven project, which is converting an Ant/batch file based build system to M2. I'm struggling with trying to find the best way to map the functions of the current system to Maven concepts. My current Ant/batch file build produces the following: In the

Re: Need help with first M2 project: Multiple Aritifacts / POMs?

2006-05-01 Thread dan tran
pom.xml depends on project-ofuscated-jar. Use maven-assembly-plugin to prepare your layout then use antant to run IA against the prepare layout. You may need help from maven-depenedency-plugin, and build-helper-maven-plugin If you have question

[m2] Need help with dependency issue + Eclipse Plugin + Displaytag + beanutils

2006-04-26 Thread KC Baltz
I'm having a strange difficulty involving the Eclipse plugin, displaytag-1.1, and beanutils. The displaytag-1.1 tag library depends on beanutils 1.7. When I run: mvn -U -Dmaven.test.skip=true clean compile eclipse:clean eclipse:eclipse -Dwtpversion=1.0 -DdownloadSources=false it

RE: [m2] Need help with dependency issue + Eclipse Plugin + Displaytag + beanutils

2006-04-26 Thread KC Baltz
PROTECTED] Sent: Wednesday, April 26, 2006 10:01 AM To: Maven Users List (E-mail) Subject: [m2] Need help with dependency issue + Eclipse Plugin + Displaytag + beanutils I'm having a strange difficulty involving the Eclipse plugin, displaytag-1.1, and beanutils. The displaytag-1.1 tag library

[m2] Need help with Building eclipse plugins

2006-03-29 Thread Gautham Pamu
Hi Everyone, I need to build eclipse plugins, are there any existing plugins for it which simplies this task. Usually eclipse plugins has dependencies on many jars packaged in the eclipse plugins, so do I need to deploy these jars in my local/remote repository ? Is there simpler way to define the

Re: Need help with executions, goals, etc.

2006-03-21 Thread Simon Kitching
On Mon, 2006-03-20 at 09:44 -0600, Wayne Fay wrote: Just a tiny comment... An execution is always an additional binding to the lifecycle, so it doubles up when it is already bound through the presets for the packaging. The only way to configure the presets is through the

Re: Need help with executions, goals, etc.

2006-03-20 Thread Wayne Fay
Just a tiny comment... An execution is always an additional binding to the lifecycle, so it doubles up when it is already bound through the presets for the packaging. The only way to configure the presets is through the configuration element in the plugin node itself (outside of

Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
OK, I'm getting very twisted up on configuration. I want to compile my production code for JDK 1.3, and my test code for JDK 1.5. As I understand it, the following should do that: plugin groupIdorg.apache.maven.plugins/groupId

Re: Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
OK, moving the plugin element from the parent POM to the module POM fixes things; it works as expected. So my question is: How can I set this behavior in the parent POM? On 3/19/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: OK, I'm getting very twisted up on configuration. I want to compile

Re: Need help with executions, goals, etc.

2006-03-19 Thread Brett Porter
Hi Howard, I answered this question for you here: http://mail-archives.apache.org/mod_mbox/maven-users/200511.mbox/[EMAIL PROTECTED] I filed: http://jira.codehaus.org/browse/MCOMPILER-15 as a result. You might like to watch/vote for it. It should be something we are able to support properly,

Re: Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
I On 3/19/06, Brett Porter [EMAIL PROTECTED] wrote: Hi Howard, I answered this question for you here: http://mail-archives.apache.org/mod_mbox/maven-users/200511.mbox/[EMAIL PROTECTED] configuration skiptrue/skip source1.3/source target1.3/target /configuration executions execution

Re: Need help with executions, goals, etc.

2006-03-19 Thread Brett Porter
On 3/20/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: Does skiptrue/skip mean skip the normal mojo? I can't quite track why one skip is false, the other true. It's a gross hack to work around it. The test mojo takes a skip parameter to honour -Dmaven.test.skip=true. So, in this definition,

Re: Need help with executions, goals, etc.

2006-03-19 Thread Howard Lewis Ship
When you get a chance, you can pull the latest HiveMind source from SVN and build and experiment. On 3/19/06, Brett Porter [EMAIL PROTECTED] wrote: On 3/20/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: Does skiptrue/skip mean skip the normal mojo? I can't quite track why one skip is false,

Re: Need help with Internal Repository - FTP

2006-02-26 Thread Allan Ramirez
Try to use the wagon-ftp build ... extensions extension groupIdorg.apache.maven.wagon/groupId artifactIdwagon-ftp/artifactId version1.0-alpha-3/version /extension /extensions ... /build -allan Dixit, Sandeep (ProSource Solutions) wrote: Can

RE: Need help with Internal Repository - FTP

2006-02-26 Thread Brian E. Fox
Btw, the latest ftp wagon is 1.0-alpha-6 -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Sunday, February 26, 2006 9:47 PM To: Maven Users List Subject: Re: Need help with Internal Repository - FTP Try to use the wagon-ftp build ... extensions

Need help with Internal Repository - FTP

2006-02-15 Thread Dixit, Sandeep (ProSource Solutions)
Can someone help me with the setting up an internal repository and accessing it using ftp? I keep getting the following error: Reason: Error getting POM for 'XXX:XXX' from the repository: Unsupported Protocol: 'ftp': Cannot find wagon which supports the requested protocol: ftp I want the

RE: Need help with maven-compiler-plugin

2006-02-10 Thread Helck, Christopher
List Subject: Re: Need help with maven-compiler-plugin On 2/9/06, Helck, Christopher [EMAIL PROTECTED] wrote: I'm experiencing a weird problem when compiling my source code. I'm not sure if the problem is with the compiler or maven. In the past (maven1) the -X switch would print the actual

Need help with maven-compiler-plugin

2006-02-09 Thread Helck, Christopher
I'm experiencing a weird problem when compiling my source code. I'm not sure if the problem is with the compiler or maven. In the past (maven1) the -X switch would print the actual command used to invoke the compiler. I could cut and paste it into test script and debug from there. Is there a way

Re: Need help with maven-compiler-plugin

2006-02-09 Thread Wendy Smoak
On 2/9/06, Helck, Christopher [EMAIL PROTECTED] wrote: I'm experiencing a weird problem when compiling my source code. I'm not sure if the problem is with the compiler or maven. In the past (maven1) the -X switch would print the actual command used to invoke the compiler. I could cut and

[m2] Need help with modules mess in production builds.

2006-02-08 Thread Helck, Christopher
Hi, Currently we have one application that is divided into six components. We build the entire thing using maven1's multiproject goals. Our certification team is happy with this because they just need to type one command and everything builds. We are now creating a second application that will

Re: [m2] Need help with modules mess in production builds.

2006-02-08 Thread Stephen Duncan
An application that uses the components does not need to be a parent and specify the components as modules. It can just be another module, and specify the components it needs as dependencies. Then your POM that defines the modules is just there to help build all at once. If you want to be able

[m2] Re: Need help with ibiblio problems

2006-02-06 Thread Loïc Lefèvre
, Loic On 1/11/06, Helck, Christopher [EMAIL PROTECTED] wrote: Yes, it is working. Thanks for the prompt help. -chris -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:18 PM To: Maven Users List Subject: Re: Need help with ibiblio

Re: [m2] Re: Need help with ibiblio problems

2006-02-06 Thread Carlos Sanchez
- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:18 PM To: Maven Users List Subject: Re: Need help with ibiblio problems fixed. Not sure why it was working for other jars before with a leading slash, but it is now working for them all. - Brett

Re[2]: [M2] Need help on configuring maven.username ?

2006-02-05 Thread Marcin Cetnarski
Witaj Malcolm, MWH is there no way of setting it in a properties file ? Yes it is. Try using profile. profiles profile idmyProfile/id properties maven.usernameMyName/maven.username

RE: [M2] Need help on configuring maven.username ?

2006-02-03 Thread fabrice . belingard
/02/2006 10:21 cc Objet Veuillez [M2] Need help on configuring

<    1   2   3   4   >