RE: maven.repo.local, again

2008-05-06 Thread Beelen, M. - SPLXL
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 6:59 PM To: users@maven.apache.org Subject: maven.repo.local, again Is there any property set by maven that tells me where the local build repository is? I.e., once it resolves where it is

problem using the buildnumber plugin with maven

2008-05-06 Thread Niranjan Deshpande
Hi all I am using the buildnumber plugin in my pom. details of the plugin are here http://mojo.codehaus.org/buildnumber-maven-plugin/index.html http://www.mail-archive.com/users@maven.apache.org/msg60497.html I have configured the plugin under the build pluginManagement tags While taing the

AW: Dependency Tree with child-parent relationships

2008-05-06 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hi, yes, I want reverse deps in order to know if a certain artefact is still in use and who is using it. Archiva solves the reverse deps for the first upper level by indexing the releationships, though, I don't want to use Archiva just for this feature. Kuno -Ursprüngliche Nachricht-

Re: exclude .svn

2008-05-06 Thread Jan Torben Heuer
Wayne Fay wrote: I think you must have added /target (or something under it) to SVN. Remove it and try again. Is it possible that maven automatically puts target to svn:ignore when it creates that diretory (and svn is used) Jan

Perforce and release:branch goal

2008-05-06 Thread Bracewell, Robert
Hi all, Investigating the use of the release:branch goal but running into issues. The error is listed below. I have to say that I have no issue using the release:prepare goal so everything seems to be in place with the SCM section of the pom. Does anyone use the release:branch goal in

How to restrict deploy

2008-05-06 Thread Subramanian, N.Venkata
Hi Our maven repository is such that anybody ( in our team ) can deploy artifacts into the repository. We would like to restrict/authenticate so that things are in control. Please let me know the mechanism to restrict in deploying the artifacts. We are using wagon-ftp to deploy.

Re: How to restrict deploy

2008-05-06 Thread Tim Kettler
Hi, just adjust the filesystem permissions on the FTP-Server so that only authorized people can deploy. Or give only login access to this group of people. -Tim Subramanian, N.Venkata schrieb: Hi Our maven repository is such that anybody ( in our team ) can deploy artifacts into the

Re: Try to run install before eclipse:eclipse

2008-05-06 Thread Martin Höller
On Thursday 06 March 2008 Brian E. Fox wrote: This seems related to MNG-2277, which was fixed in 2.0.8. Are you seeing this on 2.0.8 or earlier? The reported issue still exists with maven 2.0.9 and maven-eclipse-plugin 2.5.1, so it's probably different to MNG-2277. Related issues, a sample

Multiple executions of Maven-Compiler-Plugin

2008-05-06 Thread Matthew Tordoff
Hi All, I want to compile Java code to two different target versions. I want to compile a single java file to v1.5 then 3 files to v1.1 and then 30 remaining files to v1.5. Is it possible to do this within a single build loop? I don't really want to have to create an entire pom.xml and all

Release failure

2008-05-06 Thread Subhendu Mahanta
Hi Guys, I cannot release my project, not even can roll back. Pl. refer to the tracelog.I am using maven-release-plugin 2.0-beta-7. [INFO] Installing D:\medio\custom\pubsearch\trunk\databuilds\target\chec

RE: Multiple executions of Maven-Compiler-Plugin

2008-05-06 Thread Jörg Schaible
Matthew Tordoff wrote: Hi All, I want to compile Java code to two different target versions. I want to compile a single java file to v1.5 then 3 files to v1.1 and then 30 remaining files to v1.5. Is it possible to do this within a single build loop? I don't really want to have to create an

Checkstyle configLocation error

2008-05-06 Thread jactor
Hi! I have configured maven to run a checkstyle when mvn site is used. Here is the configuration: modules modulechildren.project.jar/module ... /modules ... plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-checkstyle-plugin/artifactId

Re: Checkstyle configLocation error

2008-05-06 Thread jactor
I went playing with my checkstyle configuration and modified the following: configLocation../checkstyle.xml/configLocation Original: jactor wrote: configLocationcheckstyle.xml/configLocation I know have a system which runs with the correct checkstyle.xml :-D. If I want

Maven stalls while scanning for projects

2008-05-06 Thread Michael Delaney
All, While trying to execute a maven goal install against a project, sometimes I see the behavior where it starts to scan for projects, within the project I am building, and the java process consumes 100% of my CPU resources for hours, where it should take seconds. Does anyone know why this

RE: Forcing the execution of a phase before a goal

2008-05-06 Thread Brian E. Fox
Adding @aggregator to you mojo annotations should do what you want. -Original Message- From: carioca [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 9:49 AM To: users@maven.apache.org Subject: RE: Forcing the execution of a phase before a goal Hi Brian, Thank you for the help.

Executing only one test with Selenium

2008-05-06 Thread Marc Schneider
Hi, I'd like to run a selenium test but just for one class. Is it possible to do that (without changing the pom.xml) ? Maybe with an argument in the command line ? Thanks, Marc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Perforce and release:branch goal

2008-05-06 Thread Richard Chamberlain
I've run into this issue as well. Tried lots of configuration options to see if I work around it, but gave up in the end. -Original Message- From: Bracewell, Robert [mailto:[EMAIL PROTECTED] Sent: 06 May 2008 12:42 To: users@maven.apache.org Subject: Perforce and release:branch goal Hi

RE: Checkstyle configLocation error

2008-05-06 Thread Brian E. Fox
You can see a way to bundle and share the config here: http://blogs.sonatype.com/brian/2008/04/17/120848550.html (at the end, I specifically talk about the checkstyle use) -Original Message- From: jactor [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 8:00 AM To:

Re: maven2 was plugin

2008-05-06 Thread Turgay
Hi, I have the same problem. I could not find a way. Could you find? Thanks Guillaume Boucherie wrote: Hum, Ok thank you, I will try it. Guillaume Boucherie 2008/5/5, [EMAIL PROTECTED] [EMAIL PROTECTED]: You must use the plugin on a machine where Websphere is installed,

Re: Executing only one test with Selenium

2008-05-06 Thread Mick Knutson
Are you using TestNG for your selenium tests, or JUnit? On Tue, May 6, 2008 at 9:17 AM, Marc Schneider [EMAIL PROTECTED] wrote: Hi, I'd like to run a selenium test but just for one class. Is it possible to do that (without changing the pom.xml) ? Maybe with an argument in the command line ?

RE: maven.repo.local, again

2008-05-06 Thread Brewster, Richard
Does Maven provide a property with the path to the local repo? I think the answer is 'no'. I define a real property in my settings.xml, redundantly with localRepository. localRepositoryc:/m2/repository/localRepository profile idmy-profile/id activation

Re: maven 2.0.9 create-from-project

2008-05-06 Thread bkbonner
I'm trying to run the archetype:generate based on a archetype generated using archetype:create-from-project. The new project is generated, but the directories and files are not restored from the jar file that is sitting in the repository. All that is created is the pom.xml file. Any advice?

Re: maven 2.0.9 create-from-project

2008-05-06 Thread bkbonner
OK, I ran it with the -U option and realized that there is a newer version of the Archetype plugin than the one that I had. I had to go back and recreate the archetype from the project again, but it works GREAT! Brian bkbonner wrote: I'm trying to run the archetype:generate based on a

Re: maven 2.0.9 create-from-project

2008-05-06 Thread bkbonner
There was one hiccup I found. I used the archetype I created and specified: groupid = net.sf.appname, package = net.sf.appname. The packagenames of the java files became: package net/sf/appname.domain; instead of: package net.sf.appname.domain; I'll submit a JIRA issue if this is not a

Re: maven 2.0.9 create-from-project

2008-05-06 Thread Raphaël Piéroni
Hi Brian, If you can reproduce the problem, Please raise a jira. Don't forget to call maven with -X attach to your jira: the trace from the create-from-project and generate the command line you used and if you can the initial project, the resulting archetype and the resulting project Regards,

RE: maven.repo.local, again

2008-05-06 Thread Brian E. Fox
${settings.localRepository} should work IIRC. -Original Message- From: Brewster, Richard [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 9:57 AM To: Maven Users List Subject: RE: maven.repo.local, again Does Maven provide a property with the path to the local repo? I think the

Re: maven ant task, copy local libs

2008-05-06 Thread Hervé BOUTEMY
ok, if you don't want to use simple mapper type=flatten / but prefer the VersionMapper (to remove version from filenames), you need to add versionsId=dependency.versions to you dependencies task Hervé Le lundi 05 mai 2008, roman schoenbichler a écrit : Hervé BOUTEMY schrieb: Ok the archives

RE: Maven stalls while scanning for projects

2008-05-06 Thread Brian E. Fox
Try running with -X to see if it's spinning in a loop somewhere. -Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 8:07 AM To: users@maven.apache.org Subject: Maven stalls while scanning for projects All, While trying to execute a maven

RE: Perforce and release:branch goal

2008-05-06 Thread Bracewell, Robert
I have since found out that the Maven SCM implementation for Perforce does not support the release:branch goal Refer to http://docs.codehaus.org/display/SCM/SCM+Matrix This probably explains the error but would have been more helpful if the Maven documentation actually linked to this information

RE: Maven stalls while scanning for projects

2008-05-06 Thread Michael Delaney
Brian, I didn't see an endless loop; the last output I saw is pasted below. I let it sit there for some time (~15 Minutes) and nothing happened. [java] [cc]May-06 18:07:38 ScriptRunner - [INFO] Scanning for projects... [java] [cc]May-06 18:07:38 ScriptRunner - [DEBUG] Searching for

Re: Can't run ant task in maven 2.0.9

2008-05-06 Thread Matt Milliss
The problem only happens with maven 2.0.9. If I rollback maven to 2.0.8 it works fine with ant tasks 2.0.9. And maven 2.0.9 still doesn't work with ant tasks 2.0.8. The maven antun plugin version is 1.1. I even tried rolling ant back to 1.6.5 as I noticed that the antrun plugin has a

[ANNOUNCEMENT] - WAS6 Maven Plugin 1.0-alpha-2 released

2008-05-06 Thread David J. M. Karlsen
The WAS6 Maven Plugin team is pleased to announce the was6-maven-plugin-1.0-alpha-2 release! Tools for working with IBM WebSphere 6.1.x. This plugin works along with an installation of WebSphere Application server (standalone or ND), to provide automated tasks for: generating RMIC stubs,