Re: SCM problems

2007-02-01 Thread Ulrich Metzger
Hi, i had to solve the same problem. To put the .cvspass file containing the cvs login information in the homedirectory of the user running continuum solved the problem for me. Uli 2007/2/2, Eric Rose <[EMAIL PROTECTED]>: Hi, I am trying to get continuum working to see if it will do a better

tag main module only, not recursive into submodules

2007-02-01 Thread Edelbroek, J.H. \(Jan\)
I want to use the scm:tag to tag my nightly builds in Continuum with a timestamp. Therefore i want to do something like: mvn clean install scm:tag -DaddTimestamp=true etcetera However, i noticed that scm:tag starts tagging the main module (which contains the main pom). After that it tries to tag

Re: [m2] checkstyle: suppressionsLocation and SuppressionFilter

2007-02-01 Thread Barrie Treloar
On 1/31/07, Barrie Treloar <[EMAIL PROTECTED]> wrote: suppressionsLocation appears not to set any properties like ${checkstyle.suppressionsLocation}. After looking at the source I also need to set the configuration for checkstyle.suppressions.file before a value will get set. -

copying a jar from a 1 module to another

2007-02-01 Thread krisrr3
hello people, i would like a little help to know how to copy a jar that I am creating from 1 module to another. file:///${basedir}/src/main/resources/Keystore test xl ${project.build.directory}/signed/${project.build.finalName}.jar

Re: Anchors on maven.apache.org

2007-02-01 Thread Wayne Fay
You should probably file this as a new bug report in JIRA. Wayne On 2/1/07, Alexander Dotor <[EMAIL PROTECTED]> wrote: Dear Users, it seems to me that since at least two weeks the anchors for on-page-mavigation on maven.apache.org are broken. The href-attrivbute contains Uppercase letters at t

Re: Why maven 2.0.4 do not work ???

2007-02-01 Thread Wayne Fay
settings.xml file is not required, thus there will be no "missing config file" etc if the file does not exist. You must have something incorrectly defined in your proxy config inside settings.xml file, or else the downloads would be successful. Wayne On 2/1/07, Ariel Isaac Romero Cartaya <[EMAI

Re: Activation a profile from another profile

2007-02-01 Thread Wendy Smoak
On 2/1/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Anybode care to answer? I have the very same problem. (See the Jakarta commons-parent POM.) I tried setting a property in one profile, and having another activated by that property, but that didn't work. (I didn't expect it to-- it would e

Re: Q: Weblogic Plugin

2007-02-01 Thread Gregory Kick
Using maven-antrun-plugin with the wldeploy ant task works with wl 8.1. You might give that a try... On 2/1/07, lemon dumpling <[EMAIL PROTECTED]> wrote: Hi Everyone, Is there a way to deploy and redeploy exploded war file into weblogic 9.2using maven2? Thanks. Cheers -- Gregory Kick [EMA

Re: How to use maven2 to share the various project document for each member of the project on the site?

2007-02-01 Thread Wendy Smoak
On 1/31/07, 秋秋 <[EMAIL PROTECTED]> wrote: Thanks for Wendy's help,I have put the word doc on the site successfully,but there new issue,I add configuration in the src\site\.xml like this: as a result,the site show the new menu "worddoc", "claim" and "userguid" is under the "wordd

Re: Activation a profile from another profile

2007-02-01 Thread Jochen Wiedmann
Anybode care to answer? I have the very same problem. (See the Jakarta commons-parent POM.) On 1/23/07, Janecek Jan <[EMAIL PROTECTED]> wrote: Hi, is it possible to trigger profile activation by activating another profile? I have several profiles defined that can be divided to few sets that h

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: Issue with commons-logging 1.1

2007-02-01 Thread Dennis Lundberg
Srepfler Srgjan wrote: Hi, The problem I've bumped in is that commons-logging 1.1 has put a dependency on the servlet-api library and left the default scope. That means servlet-api gets right into my EAR which in turn makes my web application unable to serve my jsp's as it's a library that is

Why maven 2.0.4 do not work ???

2007-02-01 Thread Ariel Isaac Romero Cartaya
Hi every body: I want to use maven 2.0.4 with andromda, I was trying to do the tutorial in http://galaxy.andromda.org/index.php?option=com_content&task=view&id=105&Itemid=89but when I'm going to configure maven I get some errors, I'm working on windows XP. I followed step by step the tutorial,

Re: [m2] using 3rdParty PlugIn

2007-02-01 Thread Maria Odea Ching
Yep, I used exactly the same command that you've posted in your first email. I just copied it in the command line. Christian Cabanero wrote: Did you use the same command I did? Could you email what you ran? On 2/1/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: I also have no idea when it

Re: [m2] using 3rdParty PlugIn

2007-02-01 Thread Maria Odea Ching
Yep, I used exactly the same command that you've posted in your first email. I just copied it in the command line. Christian Cabanero wrote: Did you use the same command I did? Could you email what you ran? On 2/1/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: I also have no idea when it

SCM problems

2007-02-01 Thread Eric Rose
Hi, I am trying to get continuum working to see if it will do a better job than our current cruisecontrol setup. The version of continuum I am using is 1.0.3 and I cannot get a reliable build from it. The POM contains a SCM connection string like the following: scm:cvs:pserver:[EMAIL PROTECTED

Re: How to check value of a variable is numeric?

2007-02-01 Thread Arnaud HERITIER
* Try to clean project is a bad cut'n paste ;-) On 2/2/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Not really a quick reply but something like that can do it (not tested) : * Try to clean project my.integer.property (${my.integer.p

Re: How to check value of a variable is numeric?

2007-02-01 Thread Arnaud HERITIER
Not really a quick reply but something like that can do it (not tested) : * Try to clean project my.integer.property (${my.integer.property}) isn't an Integer my.integer.property (${my.integer.property}) is an Integer To reuse it you can hide it

NPE while generating site

2007-02-01 Thread Thierry Lach
I'm trying to run mvn site and am getting the NPE stack trace below. Any ideas what I am missing? TIA. [INFO] [DEBUG] Trace java.lang.NullPointerException at org.apache.maven.doxia.site.decoration.inheritance.Default

Q: Weblogic Plugin

2007-02-01 Thread lemon dumpling
Hi Everyone, Is there a way to deploy and redeploy exploded war file into weblogic 9.2using maven2? Thanks. Cheers

Re: Refer to overridden parent POM properties?

2007-02-01 Thread Manos Batsis
Manos Batsis wrote: In multiproject modules i would like to refer to (soon to be) overridden parent POM properties. For exampe, how can i do something like ${parent.project.artifactId} Obviously this does not make sense, i meant something like ${parent.project.artifactId}-module1 -

Refer to overridden parent POM properties?

2007-02-01 Thread Manos Batsis
Hello, In multiproject modules i would like to refer to (soon to be) overridden parent POM properties. For exampe, how can i do something like ${parent.project.artifactId} When i try using the pre-overridden value like ${project.artifactId} i get an ModelInterpolationException. Using a cu

CVS author field in build result

2007-02-01 Thread Anoop kumar V
Something happened and after a bounce of continuum, I fail to see the author field value (the comments do appear) in the email notifications after a successful build. the email has something like this: Online report : http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/P

Re: Execution order in pre-integration-test phase for Cargo/Antrun

2007-02-01 Thread John Casey
FWIW, I just wrote up a proposal and submitted a JIRA for ordering of executions within a phase. Please vote for/watch this issue if you're interested. JIRA: http://jira.codehaus.org/browse/MNG-2804 Proposal: http://docs.codehaus.org/display/MAVEN/Suppression%2C+Ordering%2C+and+Replacement+of+Pl

RE: Execution order in pre-integration-test phase for Cargo/Antrun

2007-02-01 Thread Bashar Abdul Jawad
This might be helpful: http://www.mail-archive.com/users@maven.apache.org/msg30757.html Bashar -Original Message- From: Crossley, Jim [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 6:48 AM To: Maven Users List Subject: RE: Execution order in pre-integration-test phase for C

Re: native2ascii-maven-plugin is now in mojo's sandbox

2007-02-01 Thread Dan Tran
On 1/30/07, mraible <[EMAIL PROTECTED]> wrote: Thanks Dan - this is just what I needed! :-D How would I configure this plugin to process multiple files? Here's how I did it with Ant: Here's a guess:

Re: native2ascii-maven-plugin is now in mojo's sandbox

2007-02-01 Thread mraible
This plugin doesn't seem to work on OS X: [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) com.sun:tools:jar:dummy Try downloading the file manually from the project website. Then,

Re: What API to access plugin's dependency artifacts?

2007-02-01 Thread John Casey
I'd try a parameter with the default-value of ${plugin.artifacts} which returns a List of Artifact instances. If you need a Map of Artifacts, keyed by groupId:artifactId (output of ArtifactUtils.versionlessKey( artifact ) ), then you can use ${plugin.artifactMap} HTH, john On 2/1/07, Rebecca Se

maven local repository within SVN..

2007-02-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
Well, you could could install SVN on the machine, and have your build call a bootstrapping project which checks out whatever you need from SVN. Then, control would flow to the build, etc. Thanks. This message (including any attachments) contains confidential information intended for a specifi

Re: Dynamic dependencies

2007-02-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
You could define a "custom.version" in your settings.xml or POM and have your dependency be of the form: a b ${custom.version} This way, you could change the value of custom.version whenever you want, and the POM will pick up the right version of the dependency. Thanks. This message (includin

Re: Issue with commons-logging 1.1

2007-02-01 Thread Carlos Sanchez
already filed in MEV On 2/1/07, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: Hi, The problem I've bumped in is that commons-logging 1.1 has put a dependency on the servlet-api library and left the default scope. That means servlet-api gets right into my EAR which in turn makes my web application u

Re: memory leak in m2 compile?

2007-02-01 Thread Carlos Sanchez
I wouldn't be surprised if there are memory leaks. Nothing known though. On 2/1/07, Niels Gylling <[EMAIL PROTECTED]> wrote: Our project set is very large, about 275 poms, and 5500 over java files. When I do a full install of all these artifacts I see OutOfMemoryError after 30 mins of work. Are

RE: Maven 2 surefire doesn't handle junit TestSetup very well

2007-02-01 Thread Bashar Abdul Jawad
Jörg answered my question, surefire doesn’t support TestSuites but you can still run them the way I did (even though it's not pretty). Bashar -Original Message- From: diroussel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 2:42 AM To: users@maven.apache.org Subject: Re: Mav

Re: Issue with commons-logging 1.1

2007-02-01 Thread Aleksei Valikov
Hi. The problem I've bumped in is that commons-logging 1.1 has put a dependency on the servlet-api library and left the default scope. That means servlet-api gets right into my EAR which in turn makes my web application unable to serve my jsp's as it's a library that is provided by the servle

Issue with commons-logging 1.1

2007-02-01 Thread Srepfler Srgjan
Hi, The problem I've bumped in is that commons-logging 1.1 has put a dependency on the servlet-api library and left the default scope. That means servlet-api gets right into my EAR which in turn makes my web application unable to serve my jsp's as it's a library that is provided by the servlet

Re: Execute and OS command in Maven...

2007-02-01 Thread Siegfried Goeschl
Try false Cheers, Siegfried Goeschl Gary Kind wrote: I want to zip up a source directory branch of a tree in an zip file. That is all. I want to specify the root of the tree, etc. I have tried the assembly plugin in, but it keeps putting its own root dir in the zip file, with my source und

Re: [m2] using 3rdParty PlugIn

2007-02-01 Thread Christian Cabanero
Did you use the same command I did? Could you email what you ran? On 2/1/07, Maria Odea Ching <[EMAIL PROTECTED]> wrote: I also have no idea when it would be released in central repo, but you could send an email in the dev list to request for its release :-) Anyway, I've tried installing the

How do i unpack and filter multiple artifacts and zip a package from this

2007-02-01 Thread Sebastian Breit
Hello list, I have a project containing multiple artifacts which need to be unpacked. These unpacked artifacts need to be filtered and afterwards packaged together in a zip archive. I tried to use the assembly plugin to perform this task. In my assembly descriptor xml I put the following part

Execute and OS command in Maven...

2007-02-01 Thread Gary Kind
I want to zip up a source directory branch of a tree in an zip file. That is all. I want to specify the root of the tree, etc. I have tried the assembly plugin in, but it keeps putting its own root dir in the zip file, with my source under it. Can somebody help me on this? I will probably d

Re: how to get jar for a parent project in Maven 2.x

2007-02-01 Thread Thierry Lach
I suggest you download "Better Builds with Maven" from http://www.mergere.com/m2book_download.jsp and look at section 3. On 2/1/07, ritesh_riv <[EMAIL PROTECTED]> wrote: can u please let me know how to do it. is it possible to create a jar from a subproject. Thierry Lach-2 wrote: > > I would

Extends from Javac and Test phase failure.

2007-02-01 Thread Rebecca Searls
My Mojo instantates a class that extents org.apache.tools.ant.taskdefs.Javac. The maven test phase fails on instantation of this class. The plugin runs correctly without the test phase. How to resolve this. stack trace [INFO] There are test failures. [INFO] -

Modifing Build Goals in continuum

2007-02-01 Thread AyoContinuum
Hi, I am trying to define a goal for a maven 2 project in continuum where...the maven script builds an EAR file. Does know the goal syntax to have the EAR file copied to a different specified directory upon completion of build.. Thanks -- View this message in context: http://www.nabbl

What API to access plugin's dependency artifacts?

2007-02-01 Thread Rebecca Searls
My PluginMojo needs to acquire the artifacts of all plugin specific defined dependencies. What API methods provide this access. Example, for MyNewPlugin the MyNewPluginMojo needs to retrieve ref A and ref B artifacts. -- MyNewPlugin --

RE: Modifing Build Goals in continuum

2007-02-01 Thread Hendrikse Z. (Zeger)
Hi, > Does know the goal syntax to have the EAR file copied to a different > specified directory upon completion of build.. The Maven dependency plug-in is probably what you are looking for: http://maven.apache.org/plugins/maven-dependency-plugin/howto.html Kind regards, Zeger Hendrikse. *

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
Do you still have default in your plugin definition? And can you log in to http://localhost:8080/jmx-console from a browser using the username and password specified in your settings? -Original Message- From: Vidya Mahavadi [mailto:[EMAIL PROTECTED] Sent: Friday, 2 February 2007 2:35 AM

RE: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
Hi Greg, I have tried that option as well. no luck! my config is very simple and default maven2 and jboss 4.0.5. Regards, Vidya "Greg Jones" <[EMAIL PROTECTED]> 01/02/2007 17:16 Please respond to "Maven Users List" To "'Maven Users List'" cc Subject RE: jboss-maven-plugin My set

Re: Setting up new project fails

2007-02-01 Thread Emmanuel Venisse
Can you try continuum 1.1 snapshot? I think it's fixed. Emmanuel Minto van der Sluis a écrit : Thanks Hilco, Maybe I should better read what I write. Luckily the password was for a test account. And a password without an account isn't of much use. A pity to hear Continuum can not cope with my

Anchors on maven.apache.org

2007-02-01 Thread Alexander Dotor
Dear Users, it seems to me that since at least two weeks the anchors for on-page-mavigation on maven.apache.org are broken. The href-attrivbute contains Uppercase letters at the beginning and blanks between words. The name-Tag of the appropriate anchors is in lowercase and containt underscores ins

Re: M2 dashboard plug-in found

2007-02-01 Thread diroussel
I looked at the pom a while ago, and it looked like it had been automatically converted to maven 2. I didn't know that was possible, and I didn't try it. But now people here are saying it works I might give it a go. Anyone else used it with success? David Wendy Smoak-3 wrote: > > On 1/28/0

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
My settings file doesn't have a namespace specified. Can you try removing the default namespace from your settings file and see if that works? Just make the first element: Remove: xmlns="http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocati

Re: Managing Dependent Jars

2007-02-01 Thread Wayne Fay
I'm still on Oracle App Server v10.1.2 which means J2EE 1.3 on more than one project, so don't complain too loudly... ;-) OAS v10.1.3 is out but our Production Support team isn't fully trained etc on it and won't move us to it yet. Wayne On 2/1/07, Lasse Koskela <[EMAIL PROTECTED]> wrote: On 1

RE: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
Thanks for the response and the hope. My settings.xml in .m2 folder looks like this now. However, it still has the same 401 unauthentication problem. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4

Re: [pmd:pmd] How to include src/test/java in pmd checking?

2007-02-01 Thread Daniel Kulp
On Wednesday 31 January 2007 18:58, Barrie Treloar wrote: > It looks like pmd:pmd is not checking src/test/java and that there is > no way to configure the plugin to do so. > > Am I missing something? > > (We noticed this when we added the pmd eclipse plugin and our unit > tests started failing the

Re: problem with maven

2007-02-01 Thread nabble
What have you got in your settings.xml file? Your not in offline mode are you? Does using 'mvn -X -cpu' help? On Thu, 1 Feb 2007 09:03:44 -0500, "Ariel Isaac Romero Cartaya" <[EMAIL PROTECTED]> said: > Hi everybody: > > Diroussel I tried mvn with -X parameter but I don't get any jar urls I > ge

Re: problem with maven

2007-02-01 Thread Ariel Isaac Romero Cartaya
No, I am not offline: "false" that's what I put in the settings.xml file. But, now I realize that don't matter where I put the settings.xml anyway I get the same error that I sent you before, I thought that if I deleted the settings.xml from the "conf" folder then it must appear an error like "

Re: rar project dependency

2007-02-01 Thread Michal Hlavac
Dňa Št 1. Február 2007 Michal Hlavac napísal: > Hello, looks like philosophy problem. rar archive wraps jar archives and descriptors. It doesn't contain directly compiled java classes. Solution is divide project into 2 projects. First project builds jar (it can be used also as classpath for ano

problem with maven

2007-02-01 Thread Ariel Isaac Romero Cartaya
Now I realize that don't matter where I put the settings.xml anyway I get the same error that I sent you before, I thought that if I deleted the settings.xml from the "conf" folder then it must appear an error like "failed to load the settings.xml file" Doesn't it ??? But I just get the same erro

memory leak in m2 compile?

2007-02-01 Thread Niels Gylling
Our project set is very large, about 275 poms, and 5500 over java files. When I do a full install of all these artifacts I see OutOfMemoryError after 30 mins of work. Are there known memory leaks in any main maven2 component, or is this what to expect? We use WinXP, jdk 142_10 and maven_opts

Re: problem with maven

2007-02-01 Thread Ariel Isaac Romero Cartaya
Hi everybody: Diroussel I tried mvn with -X parameter but I don't get any jar urls I get this message: + Error stacktraces are turned on. Maven version: 2.0.4 [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin gs\aromero\.m2\plugin-registry.xml' [DEBUG] Building Mav

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
Aha! Firstly, my apologies to the previous poster about the server element. I was getting mixed up with the serverName element on the configure goal. Response 401 is the HTTP Unauthorized code, which means that your Jboss has been set up to expect a username/password combination for your jmx-cons

Re: Maven-antrun-plugin regexp

2007-02-01 Thread Marc Gassmann
Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions, Inc. at Cisco) said the following on 31.01.2007 20:33: I am having some issues with maven-antrun-plugin when using type="regexp"> The error message says, No supported regular expression matcher found I am using JDK1.5, Maven2 and al

RE: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
C:\Vidya\WorkSpace\dealamendments>mvn -e jboss:deploy + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jboss'. [INFO] [INFO] Building RMB Calypso Sche

Re: Managing Dependent Jars

2007-02-01 Thread Lasse Koskela
On 1/31/07, Wayne Fay <[EMAIL PROTECTED]> wrote: I doubt anyone will need to use Spring 1.2.1 for example when 2.0 is available, so you won't need to ever access those older /spring etc artifacts. Anyone except all of those thousands of poor corporate developers who just this week celebrated a

RE: Maven 2 surefire doesn't handle junit TestSetup very well

2007-02-01 Thread Jörg Schaible
Hi Basher, Bashar Abdul Jawad wrote on Wednesday, January 24, 2007 12:19 AM: > Hello, > > I am using junit TestSetup to set up a common selenium > connection among my > different tests. The TestSetup runs a global setup and > Teardown once before > any of the tests are run. I wrapped a TestSuite

RE: jboss-maven-plugin

2007-02-01 Thread Greg Jones
Hi Vidya, Ignore the previous response. The element in the jboss-maven-plugin specifies which server definition to use for Jboss, not which (host) server to use. In your case it is probably 'default' so leave it at that. I suspect your problem stems from something else. Can you run Maven with er

maven local repository within SVN..

2007-02-01 Thread Wojtek Ciesielski
Hi there, We're trying to set up continuous building infrastructure and incorporate Maven 2.0 in line with know best-practices. What I've read is that it's a good idea to put maven installation to the SCM system - because of this we can share maven-wide settings.xml among members of a team.

Re: jboss-maven-plugin

2007-02-01 Thread Vidya Mahavadi
Where is settings.xml located.. I cannot find it in jboss or my project folder. I am using jboss 4.0.5 and maven2. "Arik Kfir" <[EMAIL PROTECTED]> 31/01/2007 17:51 Please respond to "Maven Users List" To "Maven Users List" cc Subject Re: jboss-maven-plugin the specifies the corre

Re: Maven-antrun-plugin regexp

2007-02-01 Thread Maruf Aytekin
Another way to do this without using com.sun.tools as dependency. add before you call the ant tasks/filesas below. it worked for me and wanted to share with the list install Maruf Jagan Padmanabha Pillai -X (jpadmana - Insight Solutions,

Re: [m2] using 3rdParty PlugIn

2007-02-01 Thread Maria Odea Ching
I also have no idea when it would be released in central repo, but you could send an email in the dev list to request for its release :-) Anyway, I've tried installing the jar again using the custom pom you emailed previously and the pom was successfully installed in my local repo together with

Re: authorization denied

2007-02-01 Thread Antoine Véret
Hello, in the default configuration, i dont succeed to browse the repo, i receive an http401 error with guest or my own user. It works when i comment the line "" in the xwork-security.xml, but i hope its a temporary workaround. When i add the repository observer role to my user, the following ex

Re: Maven 2 surefire doesn't handle junit TestSetup very well

2007-02-01 Thread diroussel
You don't say what doesn't work when you run if from maven? Is it that the tests don't run at all? Or that the setup gets called too many times? Could it be to do with forking the JVM for each test? Your testSuite() method looks stange to me, surely it should return something to the test runner

RE: How to run maven with java class

2007-02-01 Thread Janecek Jan
Unfortunately I have never used it. I only know that it exists and that it probably is what you need. But I can't give you any further information. Probably someone else will. Jan -Original Message- From: Apu [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 4:24 PM To: users@

Re: problem with maven

2007-02-01 Thread diroussel
It could be your internet proxy is blocking some of the jars. That's what happens at my work place. Some get though, but I found the architype ones were blocked. Try running mvn with the -X parameter then you'll be able to see the urls that are being accessed. You can then try them in your bro

Re: how to get jar for a parent project in Maven 2.x

2007-02-01 Thread ritesh_riv
can u please let me know how to do it. is it possible to create a jar from a subproject. Thierry Lach-2 wrote: > > I would suggest creating jar A in a subproject rather than in the parent. > > On 1/30/07, ritesh_riv <[EMAIL PROTECTED]> wrote: >> >> >> In my project , suppose project A is parent

Re: [M2] Siblilng dependencies not found when building a multi-module project

2007-02-01 Thread Rodrigo Ruiz
Thank you very much! It works like a charm :-) Best regards, Rodrigo Ruiz Jörg Schaible wrote: > Hi Rodrigo, > > Rodrigo Ruiz wrote: > >> Hi Wayne, thanks for your prompt response :-) >> >> I have tried to create a simple testcase for my problem, and I have >> discovered that the problem is not