ContinuumException: could not find project group containing 6

2007-07-09 Thread Junping.Lehmann-You
when I started the build at the first time, all the project source files are checked out into a forlder called 6, then I received the following error message. Could anyone help me to figure out what this Exception mean and how to fix the problem? Thanks in advanced, Junping

Continuum Error : Cannot find parent

2007-07-09 Thread javijava
Hi folks, I have two projects with dependence, A depends of B and B depends of A. To build correctly this,I create a superpom .This is the structure of the projects: projectATrunk---pom.xml projectBTrunk---pom.xml parent--pom.xml Ok, the super pom have configurated their

Re: Merging and switching

2007-07-09 Thread Mark Hobson
On 09/07/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: Thanks. Do you want to implement them? Hehe, I'd love to if I had the time! I'll let you know if I do get the chance in future. Mark

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-09 Thread Robert Hadfield
Hi, I commented out the mirrors node in the settings.xml and in now works. (Woo hoo!) Thanks very much for your help :-) Rob. Wendy Smoak wrote: On 7/8/07, Robert Hadfield [EMAIL PROTECTED] wrote: Just further to my last note, I started tcpdump before running maven and I see a whole lot

How to define Custom properties for dependencies in Maven2 POM

2007-07-09 Thread nilesh.saple
Hi, I have gone through previously posted messages in ths forum for my query. but i haven't got any solution. Previously in Maven 1.x we used define custom properties for individual dependency in project.xml dependency idpostgresql-8.0-311.jdbc3/id

Tomcat Plugin with version 6.0.x

2007-07-09 Thread MustafaSait Özen
Is anyone knows how to start maven-tomcat plugin works with Apache Tomcat 6.0.x. I have checked that it works with Tomcat 5.5.3. -- Mustafa Sait ÖZEN

New maven user: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-09 Thread Robert Hadfield
Hi, I have tried several times now to get maven, just to try it out. I've been pretty disappointed at not being able to get going after 5 or 6 attempts over the last few months. I have followed the steps in the 5 minute guide (and the quickstart - I seem to get the same problem whatever I

Re: Maven Release Plugin release:branch goal

2007-07-09 Thread Emmanuel Venisse
Do you have tried with branchName=branchName/projectName ? Emmanuel [EMAIL PROTECTED] a écrit : Hi Everyone, Is there anyway to tell the release plugin, when doing the branch goal, the directory where to place the code in the branch. For example the plugin copies your code to the

Cannot download parent pom from specified remote repository

2007-07-09 Thread Daniele Dellafiore
Hi all. I have this problem. I have created a super pom in a project defined as: groupIdcom.sourcesense.alfresco/groupId artifactIdalfresco-base/artifactId packagingpom/packaging version1.0/version then I use it in my actual project in this way: parent

Where can I download the source code of a maven plugin?

2007-07-09 Thread Leo Liang
Hi, I wanna read the source code of maven-release-plugin, but I counldn't find any source download link in maven project site. Who can tell me? thanks -- - Leo Liang E-mail:

Re: Where can I download the source code of a maven plugin?

2007-07-09 Thread Mark Hobson
On 09/07/07, Leo Liang [EMAIL PROTECTED] wrote: Hi, I wanna read the source code of maven-release-plugin, but I counldn't find any source download link in maven project site. Who can tell me? I can. trunk: https://svn.apache.org/repos/asf/maven/release/trunk/maven-release-plugin/ last

Re: Where can I download the source code of a maven plugin?

2007-07-09 Thread Mark Hobson
On 09/07/07, Mark Hobson [EMAIL PROTECTED] wrote: On 09/07/07, Leo Liang [EMAIL PROTECTED] wrote: Hi, I wanna read the source code of maven-release-plugin, but I counldn't find any source download link in maven project site. Who can tell me? I can. trunk:

release:perform deletes the current directory

2007-07-09 Thread Leo Liang
I'm a ClearCase user. Once I execute mvn release:perform in a snapshot view, maven will remove the current directory. I know that release:perform goal will create a new snapshot view, load the sources into that view and perform release build. Why it must delete the files and directories in

Cannot download parent pom from specified remote repository

2007-07-09 Thread Daniele Dellafiore
Hi all. I have this problem. I have created a super pom in a project defined as: groupIdcom.sourcesense.alfresco/groupId artifactIdalfresco-base/artifactId packagingpom/packaging version1.0/version then I use it in my actual project in this way: parent

Re: Maven Release Plugin release:branch goal

2007-07-09 Thread DavidWilliams
Emmanuel, I did try that and I got the directory doesn't exist message from SVN. I'll run it again to be sure. Thanks, David Emmanuel Venisse [EMAIL PROTECTED] 07/09/2007 02:47 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc

Re: Merging and switching

2007-07-09 Thread Emmanuel Venisse
We don't have an issue for them so you can raise one. I'm not sure we'll can use them with other SCMs. If they aren't supported, we'd can do a working copyremove then a new checkout. Emmanuel Mark Hobson a écrit : Hi there, Has there been any discussion on supporting merging and switching

Re: Cannot download parent pom from specified remote repository

2007-07-09 Thread Rémy Sanlaville
Hi, You parent pom is like any artifact and you have to indicate to maven 2 where to find it. Since you have a corporate repository (via a maven proxy) you have two solutions : 1. Either you add a reference to your corporate repository in your pom.xml repositories repository

Re: Cannot download parent pom from specified remote repository

2007-07-09 Thread Daniele Dellafiore
I know, there are a lot of dependencies that are downloaded from my company repository that is specified in the child project pom. As you can see in my log, there is a incoherence that I am trying to point out: Maven tries to download the parent pom just from repo1.maven.org: [INFO] Scanning

Plugin configuration for specific goals - doc error?

2007-07-09 Thread jallen
Hi all, As per the rather excellent guide available at Sonatypes website (http://www.sonatype.com/book/using-plugins.html#configuring_plugins): One is told that the following two compiler plugin configurations are synonymous: project ... build plugins plugin

How to generate resources in test and include them into release JAR?

2007-07-09 Thread Eugeny N Dzhurinsky
Hello! In my application some tests are performing lookup for test (sample) data, create and manage some mapping tables, which tables are verified by another tests and then needed to be included into main JAR file, generated by maven package/install goals. So I need to provide an ability to

Re: Plugin configuration for specific goals - doc error?

2007-07-09 Thread John Casey
Out of curiosity, does it make any difference if you specify iddefault/id in the plugin execution? It really shouldn't, but those id's are used as a basis for merging configurations, so if it were grabbing the wrong default value (or none at all), then merging your plugin configuration

Maven deploy problem

2007-07-09 Thread Alexandre Nshimiyimana
Hi, I get this error when I try to deploy manualy the quartz jar to my repository. Any has idea? Alex. C:\mvn deploy:deploy-file -Durl=http://urlToRepository/reposit ory -DgroupId=quartz -DartifactId=quartz -Dversion=1.6.0 -Dpackaging=jar -Dfile= C:/quartz-1.6.0.jar -e + Error stacktraces

Re: Plugin configuration for specific goals - doc error?

2007-07-09 Thread jallen
No change John, 'compile' MOJO gets properly configured 'testCompile' does not. Out of interest I notice that, unlike the 'compile' MOJO the 'testCompile' MOJO execution does not get postfixed with the execution id:- ... [DEBUG] (f) target = 1.5 [DEBUG] (f) verbose = false [DEBUG] -- end

maven JDK issue finding tools.jar

2007-07-09 Thread Mick Knutson
I haave a JDeveloper ant script I want to run with Maven. I get no issues when I run this through JDeveloper. plugin artifactIdmaven-antrun-plugin/artifactId executions execution phasegenerate-sources/phase

Re: 5 minute quickstart: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-09 Thread Wayne Fay
For the future, information like this (I configured a mirror in settings.xml) is useful to mention in your first email... ;-) Wayne On 7/9/07, Robert Hadfield [EMAIL PROTECTED] wrote: Hi, I commented out the mirrors node in the settings.xml and in now works. (Woo hoo!) Thanks very much for

How to get a plugin to see my log4j.xml

2007-07-09 Thread Ryan Moquin
I'm trying to generate classes for a wsdl using the xfire-maven-plugin but I'm running into trouble. I need to get my log4j.xml onto the plugins classpath so that I can see it's logging output, but it won't pick it up like I would have expected from the src/main/resources directory. Is there a

How to use dependency:purge-local-repository

2007-07-09 Thread Erez Nahir
Hi, I'm trying to run mvn dependency:purge-local-repository -DreResolve=false and was expecting that my local repository will be cleaned up, but that's not happening. Am I missing something? Has someone have an example of using this goal? We use maven 2.0.5 on Linux. Thanks, Erez.

how to get pom name into site documentation?

2007-07-09 Thread Mick Knutson
I want to take: nameMIS File Intake/name and add it to site.xml: menu name=${name} But want to know what to use? ${name} is not correct -- --- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

RE: Which technology stack are you using?

2007-07-09 Thread Sundling, Paul
Perforce (Subversion at home) Maven (still some Ant migrating from, Maven should make things easier without resorting to Ant) Proximity Cruise Control (very easy, had trouble with Continuum) Eclipse Plugins: SpringIDE (had some problems with DEV milestone release of 2.0, but it has lots of

Use native CVS by default

2007-07-09 Thread Siegmann Daniel, NY
How can I configure my POM so the SCM plugin will use the native CVS implementation by default? I'd rather not set this on the command line each time. Thanks, -- Daniel Siegmann FJA-US, Inc. 512 Seventh Ave., New York, NY 10018 (212) 840-2618 ext. 139

masking maven-xdoclet errors with hibernatedoclet

2007-07-09 Thread Mick Knutson
I keep getting these errors from my Generics within my code while running xdoclet with maven. How can I make these errors not show up, or correct this: Cobertura: Saved information on 13 classes. [INFO] Preparing findbugs:findbugs [INFO] [build-helper:add-source {execution: add-source}] [INFO]

RE: Changelog with perforce

2007-07-09 Thread Sundling, Paul
So nobody has a working perforce changelog config? Paul Sundling -Original Message- From: Sundling, Paul Sent: Thursday, July 05, 2007 1:41 PM To: users@maven.apache.org Subject: Changelog with perforce Does anyone have a working sample of a pom.xml that actually has a working

Re: [ANN] Maven Ant Tasks 2.0.7 Released

2007-07-09 Thread Frode Oldervoll
Problemet med settings.xml ser no ut til å vere fiksa i Maven Ant Tasks 2.0.7 - frå releasenotes: [MANTTASKS-6 http://jira.codehaus.org/browse/MANTTASKS-6] - ant artifact doesn't read settings.xml Frode 2007/7/6, Jason van Zyl [EMAIL PROTECTED]: The Apache Maven team would like to announce

Checkstyle report fails on release, not site

2007-07-09 Thread Jon Strayer
I have a parent pom that all my projects inherent. It configures the checkstyle plugin like this: configuration configLocation ../theteam/checkstyle.xml /configLocation headerLocation

Re: Problem using custom announcement with changes plugin

2007-07-09 Thread Steven Rowe
Hi Dennis, Why not use /src/changes/ instead of /src/main/resources/ ? By default, for jar packaging anyway, everything /src/main/resources/ will be put into the artifact, but why would anybody ever want an email announcement template in the artifact? Just curious, Steve Dennis Lundberg wrote:

Re: Lifecyle Question

2007-07-09 Thread Mykel Alvis
So why doesn't a multi-module build collect the test-jars into the reactor classpath? Is this a known issue of some sort? I managed to crash into this headlong today... :) On 6/7/07, Eric Redmond [EMAIL PROTECTED] wrote: Sounds like one of your modules has a dependency on a project that

Re: how to get pom name into site documentation?

2007-07-09 Thread Steven Rowe
Hi Mick, From http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide: ${project.name} or ${pom.name} refers to the name of the project. Steve Mick Knutson wrote: I want to take: nameMIS File Intake/name and add it to site.xml: menu name=${name} But want to know what to

Telling Maven to not append project hierarchy to parent's scm

2007-07-09 Thread Jackson, Brian R
So I've configured my scm in a company super POM as such: scm connectionscm:perforce:${perforce.host}:${perforce.port}:${perforce.pa th}/connection developerConnectionscm:perforce:${perforce.host}:${perforce.port}:${pe rforce.path} /developerConnection

Re: Use native CVS by default

2007-07-09 Thread Steven Rowe
Hi Daniel, The plugin docs reveal all; from http://maven.apache.org/scm/plugins/examples/scm-advance-features.html: If you want to change the default scm provider implementation, for exemple you want to use the native cvs instead of the pure java implementation, you must configure

RE: Assembly problem: Error Not a v4.0.0 POM

2007-07-09 Thread George Armhold
Hi John, I'm also interested in this fix for the assembly plugin. Could you kindly commit it, or at least post it here so we can apply it locally? Thanks, George Chris Helck wrote: Was this ever fixed? I still see it in maven 2.0.6 -- am about to try with 2.0.7. I don't see any direct

[m2] ejbModule artifact not a project dependency?

2007-07-09 Thread Mick Knutson
I have an ejb module: dependency groupIdorg.delta.esp-dap.utilities.services/groupId artifactIdlogging-mdb/artifactId version1.0.0.0/version typeejb/type /dependency That I am trying to include into an ear:

How to diagnose false unsatisfied dependency messages?

2007-07-09 Thread Deacon, Brian
So my build just started complaining of the lack of commons-io-1.2.jar, which is obviously not something we internally build. Furthermore, it IS available on our internal repository from which the script succesfully downloads other dependencies. Even further furthermore, I just hacked at

Re: New maven user: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2007-07-09 Thread Maria Odea Ching
Hi Robert, Try cleaning out your repo by deleting all versions of the maven-archetype-plugin (including metadata and pom files). Then execute archetype:create again. Sometimes, its because the artifact or metadata got corrupted. HTH, Deng Robert Hadfield wrote: Hi, I have tried several

Re: next javadoc plugin release?

2007-07-09 Thread Mark Proctor
Any update when the javadoc plugin will be released? Mark Mark Proctor wrote: The Javadoc plugin is currently broken for doclet usage. I fixed the bug and carlos applied my patch, http://jira.codehaus.org/browse/MJAVADOC-115 - vincent is taking time to work on xwiki so won't be doing any