RE: [m2] how to disable download from repo1.maven.org/maven2

2006-01-23 Thread Mordo, Aviran (EXP N-NANNATEK)
In your settings.xml I think you need to define a mirror called central. Aviran http://www.aviransplace.com -Original Message- From: Stevenson, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 11:39 AM To: 'Maven Users List' Subject: RE: [m2] how to disable download from

[m2] deploy to weblogic 9

2006-01-20 Thread Mordo, Aviran (EXP N-NANNATEK)
Is there a plugin that lets you deploy a war file to weblogic 9 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Internal repository with password

2006-01-04 Thread Mordo, Aviran (EXP N-NANNATEK)
Hi all, I have set up an internal company's repository, but I need to lock it with password. Currently we set a user name and password in apache. My question is how do I tell maven to use user name and password when it is connecting to our internal repository ? Thanks, Aviran

RE: [m2] Internal repository with password

2006-01-04 Thread Mordo, Aviran (EXP N-NANNATEK)
Thanks, -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 1:39 PM To: Maven Users List Subject: Re: [m2] Internal repository with password On Wed, 4 Jan 2006, Mordo, Aviran (EXP N-NANNATEK) wrote: Hi, See http://maven.apache.org

RE: [m2] mvn site : not working?

2006-01-04 Thread Mordo, Aviran (EXP N-NANNATEK)
Do you have at least one .java file to compile ? -Original Message- From: Christopher Cobb [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 1:49 PM To: 'Maven Users List' Subject: RE: [m2] mvn site : not working? I have a tiny script that does this: mkdir -p \

RE: [m2] mvn site : not working?

2006-01-04 Thread Mordo, Aviran (EXP N-NANNATEK)
You don't have the site plugin. Try to run mvn site:site -U -e Aviran http://www.aviransplace.com -Original Message- From: Valerio Schiavoni [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 2:33 PM To: Maven Users List Subject: Re: [m2] mvn site : not working? hi

RE: Presentation on Maven 2

2005-12-23 Thread Mordo, Aviran (EXP N-NANNATEK)
Nice presentation, Thank you -Original Message- From: Franck de Bruijn [mailto:[EMAIL PROTECTED] Sent: Thursday, December 22, 2005 5:10 PM To: 'Maven Users List' Subject: Presentation on Maven 2 Hi, I gave a presentation on Maven 2 for the yearly Java conference held within our

RE: [m2] javadoc report plugin not working with site goal

2005-12-16 Thread Mordo, Aviran (EXP N-NANNATEK)
Correction will be available in maven-javadoc-plugin 2.0-beta-3 in a few days. 2005/12/16, Allan Ramirez [EMAIL PROTECTED]: Please file a jira issue (unless already exists) http://jira.codehaus.org/browse/MNG -allan Mordo, Aviran (EXP N-NANNATEK) wrote: I have the maven-javadoc-plugin

[m2] javadoc report plugin not working with site goal

2005-12-15 Thread Mordo, Aviran (EXP N-NANNATEK)
I have the maven-javadoc-plugin on my reports section. The problem is when I run the site:site goal the index.html only contains the site's menu and not the javadoc content. The rest of the files generated are fine, but navigating from the project's site you can not see the javadocs, unless you

[m2] How to add parameters to scm element

2005-12-15 Thread Mordo, Aviran (EXP N-NANNATEK)
Is there a way I can add parameters to the scm element. I want to be able to tell Starteam to use -o option to force checkout. How can I do that ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

How to tell continuum to force checkout

2005-12-15 Thread Mordo, Aviran (EXP N-NANNATEK)
I'm running a continuum on a build server, but I'm getting a message that the build fail since it could not checkout (Got some conflicts) from starteam and I need to use force checkout. Is there a way I can add parameters to the scm element. I want to be able to tell Starteam to use -o option

RE: How to tell continuum to force checkout

2005-12-15 Thread Mordo, Aviran (EXP N-NANNATEK)
kind of confict? -Dan On 12/15/05, Mordo, Aviran (EXP N-NANNATEK) [EMAIL PROTECTED] wrote: I'm running a continuum on a build server, but I'm getting a message that the build fail since it could not checkout (Got some conflicts) from starteam and I need to use force checkout

RE: Exception running continuum on solaris

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
for the record. Can you post your fixed env? I also use Solaris so it may be useful as a reference. Thanks and regards, Alex -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 4:52 PM To: continuum-users@maven.apache.org Subject: RE

How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a maven project which I run thru continuum. One of the goals in the build process is site, which makes maven to generate the project site (under the target folder) Is there a way to have continuum link and serve the project's site? If I go to the working folder and click on

How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a maven project which I run thru continuum. One of the goals in the build process is site, which makes maven to generate the project site (under the target folder) Is there a way to have continuum link and serve the project's site? If I go to the working folder and click on

RE: [m201] cygwin: Failed to initialize environment variable resolver. Skipping environment substitution in settings.

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
Check your environment for blank entries, entries without = and also check your path for a . (dot) - if a . Exists in your path - remove it. Check this out http://jira.codehaus.org/browse/MNG-1819 Aviran -Original Message- From: Christopher Cobb [mailto:[EMAIL PROTECTED] Sent:

RE: How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
goal with a distributionManagement section in your POM. A preview of the site could be a great idea, but I don't know if that's planned for Continuum. Maybe you can fill a request in Continuum's JIRA. Regards, Alex -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL

RE: How to view generated site?

2005-12-14 Thread Mordo, Aviran (EXP N-NANNATEK)
- From: Neil Padgen [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 11:06 AM To: continuum-users@maven.apache.org Subject: RE: How to view generated site? -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Is there a way to have

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
Ok, it is working now. The workaround - I had to remove both the carriage return from one of the environment entries AND remove the . From the path. Thanks for the help. Aviran -Original Message- From: Mordo, Aviran (EXP N-NANNATEK) Sent: Tuesday, December 13, 2005 4:14 PM

Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
I'm trying to build a project using continuum on Solaris and I'm getting the following exception: org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error while executing shell command. The most common error is that 'mvn' is not in your path. at

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
@maven.apache.org ;-) It seems there is a bug in our command line util class (used too by maven 2.0.1) Do you have a line without '=' when you run env command? The problem is with a substring on env result. Emmanuel Mordo, Aviran (EXP N-NANNATEK) a écrit : I'm trying to build a project using continuum

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
running continuum on solaris hmm, strange line. Do you know what is it? It isn't an environment variable Emmanuel Mordo, Aviran (EXP N-NANNATEK) a écrit : Yes I do, I have the following line: -- (without the quotes) -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 12:08 PM To: Maven Users List Subject: Re: Exception running continuum on solaris so -- is part of previous line with a return carriage? Mordo, Aviran (EXP N-NANNATEK) a écrit : It is part of the SP1 env variable

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
) Emmanuel Mordo, Aviran (EXP N-NANNATEK) a écrit : Correct. Anyway I changed this entry not to have a carriage return and I'm still getting the exception. I don't know if this is related but I found that if I have an entry in the system's path with a folder name containing a space

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 1:21 PM To: Maven Users List Subject: RE: Exception running continuum on solaris Sorry in I wasn't clear, the space in the path was under Windows where it failed to start. I attached the env file

RE: Exception running continuum on solaris

2005-12-13 Thread Mordo, Aviran (EXP N-NANNATEK)
- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 1:21 PM To: Maven Users List Subject: RE: Exception running continuum on solaris Sorry in I wasn't clear, the space in the path was under Windows where it failed to start. I attached the env file

RE: [m2] maven-install-plugin for 3rd party jars

2005-12-12 Thread Mordo, Aviran (EXP N-NANNATEK)
I have the latest SNAPSHOT and it is still not generating and deploy the POM. I run it like this: D:\TEMP\tempmvn deploy:deploy-file -DgroupId=myjar -DartifactId=myjar -Dversion=1.0 -Dpackaging=jar -Dfile=myjar.jar -DrepostoryId=dev -Durl=file://d:\temp\repos -DuploadPom=true -U Am I doing

Re: [m2] How to install 3rd party libraries to remote repository

2005-12-06 Thread Mordo, Aviran (EXP N-NANNATEK)
repository? You may also refer to this page http://maven.apache.org/guides/development/guide-testing-development-p lugins.html to know how to use snapshots version plugins. regards, -allan Mordo, Aviran (EXP N-NANNATEK) wrote: I have set up a corporate remote repository, in which we

RE: maven2 deploy using wagon-ftp

2005-12-05 Thread Mordo, Aviran (EXP N-NANNATEK)
Where can I get alpha-5 version? What is the url? -Original Message- From: Michael Fiedler [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 1:37 PM To: Maven Users List Subject: RE: maven2 deploy using wagon-ftp Thank you for the suggestion. I also getting this error while

RE: [m2] How to install 3rd party libraries to remote repository

2005-12-05 Thread Mordo, Aviran (EXP N-NANNATEK)
repository? You may also refer to this page http://maven.apache.org/guides/development/guide-testing-development-p lugins.html to know how to use snapshots version plugins. regards, -allan Mordo, Aviran (EXP N-NANNATEK) wrote: I have set up a corporate remote repository, in which we

[m2] How to install 3rd party libraries to remote repository

2005-12-02 Thread Mordo, Aviran (EXP N-NANNATEK)
I have set up a corporate remote repository, in which we plan to put our artifacts and 3rd party dependencies. I could not find how to install 3rd party jar files into the remote repository. The mvn install:install-file goal only installs to the local repository. Can anyone tell me how to

[m2] How to install 3rd party libraries to remote repository

2005-12-02 Thread Mordo, Aviran (EXP N-NANNATEK)
I have set up a corporate remote repository, in which we plan to put our artifacts and 3rd party dependencies. I could not find how to install 3rd party jar files into the remote repository. The mvn install:install-file goal only installs to the local repository. Can anyone tell me how to

RE: [m2] Problem using snapshot repository

2005-11-29 Thread Mordo, Aviran (EXP N-NANNATEK)
:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 2:21 AM To: Maven Users List Subject: RE: [m2] Problem using snapshot repository Hi Aviron, Mordo, Aviran (EXP N-NANNATEK) wrote on Monday, November 28, 2005 9:43 PM: I have a snapshot repository (running under apache). When I use mvn deploy

[m2] Problem using snapshot repository

2005-11-29 Thread Mordo, Aviran (EXP N-NANNATEK)
:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 2:21 AM To: Maven Users List Subject: RE: [m2] Problem using snapshot repository Hi Aviron, Mordo, Aviran (EXP N-NANNATEK) wrote on Monday, November 28, 2005 9:43 PM: I have a snapshot repository (running under apache). When I use mvn deploy

[m2] Include all jar files as dependencies during compilation

2005-11-29 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a web app, which has all the dependant jar files under src\webapp\WEB-INF\lib (i.e jboss files, logging and other jar files that are needed to compile and deploy) Is there a way to tell maven to use this lib folder to find all the jar files it needs during compilation, or do I need to copy

RE: using Maven 2 and Getting this error

2005-11-29 Thread Mordo, Aviran (EXP N-NANNATEK)
This is a maven 1 project file, it does not work with maven 2 Aviran http://www.aviransplace.com -Original Message- From: Charlie Abela [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 4:57 PM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: using Maven 2 and Getting this

Setting up repositories

2005-11-28 Thread Mordo, Aviran (EXP N-NANNATEK)
Hi all, I'm trying to set up repositories but I don't really know how to do it. Here is my problem. I have a build machine which will hold the snapshot repository and the release repository. Now this machine will not be connected to the internet, so I need to setup a plugin repository which

[m2] Problem using snapshot repository

2005-11-28 Thread Mordo, Aviran (EXP N-NANNATEK)
I have a snapshot repository (running under apache). When I use mvn deploy goal to deploy core-1.0-SNAPSHOT, maven deploys the snapshot jar and the POM files with a timestamp. All good until now. Now I have another machine that has this snapshot as a dependency, but when it tries to download the

RE: Build Error while creating project

2005-11-23 Thread Mordo, Aviran (EXP N-NANNATEK)
/05, Mordo, Aviran (EXP N-NANNATEK) [EMAIL PROTECTED] wrote: I tried running mvn archetype:create -DgroupId=com.company -DartifactId=testapp -DarchetypeArtifactId=maven-archetype-webapp -U - To unsubscribe, e-mail: [EMAIL

RE: [M2] aggregating surefire reports ?

2005-11-18 Thread Mordo, Aviran (EXP N-NANNATEK)
For cruisecontrol all you need to do is to add a merge element in cruisecontrol's config.xml log merge dir=\MyProject\target\surefire-reports/merge /log Aviran http://www.aviransplace.com -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005

No goals needed for project - skipping

2005-11-17 Thread Mordo, Aviran (EXP N-NANNATEK)
I'm trying to build a multi project application. I have a pom.xml file which has a default goal of package, and is building several sub modules. On one of the modules I always get a message No goals needed for project - skipping Why is that? How can I make it compile and test. BTW: If I run the

RE: No goals needed for project - skipping

2005-11-17 Thread Mordo, Aviran (EXP N-NANNATEK)
- skipping On 11/18/05, Mordo, Aviran (EXP N-NANNATEK) [EMAIL PROTECTED] wrote: I'm trying to build a multi project application. I have a pom.xml file which has a default goal of package, and is building several sub modules. On one of the modules I always get a message No goals needed for project

[m2] Generating Junit Reports

2005-11-17 Thread Mordo, Aviran (EXP N-NANNATEK)
Hi, I'm new to maven and I'm trying to generate Junit reports from the Junit tests that I run, but I could not find the right plug-in and goal to run. (I could only find some stuff for m1). Can anyone show me an example of generating junit reports for m2 ? Thanks Aviran

[m2] StarTeam And Maven Example

2005-11-11 Thread Mordo, Aviran (EXP N-NANNATEK)
Hi all, I'm new to maven and I was looking for an example of puling code from StarTeam as part of the build process in maven. Does anyone have an example of how to do that? What plug-in do I need for that ? Thanks, Aviran

RE: Multiple source directories (again)

2005-11-10 Thread Mordo, Aviran (EXP N-NANNATEK)
+1 me too -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 10:20 AM To: 'Maven Users List' Subject: RE: Multiple source directories (again) +1 I'd be interested in this too! -- Peter Pilgrim :: J2EE Software Development Operations/IT

RE: M2 Getting started guide

2005-11-08 Thread Mordo, Aviran (EXP N-NANNATEK)
I have just started to evaluate Maven myself, and was looking for this information of how to setup multiple projects. Aviran http://www.aviransplace.com -Original Message- From: Pete [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 7:23 AM To: Maven Users List Subject: M2