About WebLogic Plugin - Help

2006-12-12 Thread Eric YH WONG
Hi everyone, I have urgent questions abt the weblogic plugin. I tried to search on web and can't find the suitable solution. Here is my current POM for the Weblogic plugin: ?xml version=1.0? project parent artifactIditms/artifactId groupIddttn/groupId

Re: Site generation - Maven differes Forest

2006-12-12 Thread Lukas Theussl
http://maven.apache.org/maven-1.x/plugins/xdoc/reference/xdocs.html Note that these docs are for the m1 xdoc plugin, the m2 site plugin doesn't have all the features. However, the xdoc format should be the same, there is even a dtd to validate them (see the section on validation on the above

RE: About WebLogic Plugin - Help

2006-12-12 Thread bjorn.de.bakker
What errors do you get? -Original Message- From: Eric YH WONG [mailto:[EMAIL PROTECTED] Sent: mardi 12 décembre 2006 9:08 To: users@maven.apache.org Subject: About WebLogic Plugin - Help Hi everyone, I have urgent questions abt the weblogic plugin. I tried to search on

RE: Continuum with clearcase - pom.xml not found problem

2006-12-12 Thread Robert Langridge
Hi Janos, I had the same problem with clearcase. If you select you project and Edit your build definition you have a field call POM Filename, here you can specify the path to your pom from the stream root directory. In your case simply change pom.xml to fedone-core/pom.xml. If you have more

RE: configuration of wagon-ssh

2006-12-12 Thread Martin Goldhahn
This works for ftp servers and the like. I have an ssh daemon that uses keyboard interactive password authentication (as opposed to public key authentication). In this case, the ssh plugin won't pick up the password from the setting in the server.xml. When I run the test cases of the ssh-plugin (I

Re: Anyone seen a M2 XSTLC plugin?

2006-12-12 Thread Mark Hobson
On 12/12/06, Wayne Fay [EMAIL PROTECTED] wrote: Updated MOJO-483 with my changed files as previously mentioned. Tkae a look when you have a chance... Thanks Wayne, will do when I get a moment. Mark - To unsubscribe, e-mail:

RE: findbugs plugin

2006-12-12 Thread Paul Bakker
Hi, Thanks for your reply. I played around with your example, but still no xml output. This is the debug info: [INFO] [findbugs:findbugs {execution: findbugs}] [DEBUG] Using source root: [DEBUG] C:\Documents and ettings\paulb\workspaces\Maven2Endeavour\Test\SecondModule\target\classes

RE: using Maven SCM with Perforce

2006-12-12 Thread Bruno Dumant
Hi, I am using the scm plugin with perforce every day with no problem. I do NOT configure maven-scm-plugin in the plugins list. Maven seems to find the appropriate plugin by itself. My connection configuration looks like that: scm connection scm:perforce:my

Accessing project properties in apt files.

2006-12-12 Thread Ståle Undheim
Is it possible to access project properties (ie. project.version) in an apt file. I found this: http://www.nabble.com/Maven-properties-in-apt-files-t2727709s177.html Though the reply isn't really usefull. What is the syntax if this is possible? The scenario I want it for is a download page for

Re: Transitive Dependencies

2006-12-12 Thread jiangshachina
Hello, I encountered the trouble, too. But my solution was installing jta-1.0.1B by manual. If you don't want to depend on jta when you use hibernate as dependency, you may try the following scripts, dependency groupIdorg.hibernate/groupId artifactIdhibernate/artifactId

RE: About WebLogic Plugin - Help

2006-12-12 Thread Eric YH WONG
Here is error [INFO] Could not find manifest file: C:\DTTN\ITMS\Source\itms\ears\itmsPortal\src\main\application\META-INF\MANIF EST.MF - Generating one [INFO] Building jar: C:\DTTN\ITMS\Source\itms\ears\itmsPortal\target\itmsPortal-1.0.ear Downloading:

RE: Excluding packages from javadoc plugin

2006-12-12 Thread Jörg Schaible
[EMAIL PROTECTED] wrote on Tuesday, December 12, 2006 1:30 AM: Hi, I want to exclude classes in any package that matches this pattern: *.impl.* In other words, any class in a subpackage (of any depth) of a package called impl should not have JavaDocs generated. The docs seem to

Re: [m2] war overlay and web.xml

2006-12-12 Thread nicolas de loof
I just discovered MECLIPSE-172 about this. Is there any plan to include it into maven-eclipse-plugin 2.3 ? Nico. 2006/12/11, nicolas de loof [EMAIL PROTECTED]: Hello I just discovered the war overlay option and this will be very usefull for me : I have to create a developper environment for

Re: findbugs plugin

2006-12-12 Thread Rémy Sanlaville
Hi, I think I found your problem. plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId version1.0-beta-1/version You need to use the version1.0-SNAPSHOT/version cf. http://mojo.codehaus.org/findbugs-maven-plugin/changes-report.html The

Re: Site generation - Maven differes Forest

2006-12-12 Thread Petar Tahchiev
On 12/12/06, Lukas Theussl [EMAIL PROTECTED] wrote: http://maven.apache.org/maven-1.x/plugins/xdoc/reference/xdocs.html Note that these docs are for the m1 xdoc plugin, the m2 site plugin doesn't have all the features. However, the xdoc format should be the same, there is even a dtd to

setting -D file for checkout/bootstrap

2006-12-12 Thread Romson, Erik
CruiseControl (and other buildservers I presume) injects a property cctimestamp, which is the timestamp it uses when it scans CVS. I want to make maven use this timestamp when it checks out the projects. Otherwise there might be inconsitences between the actual build and what we get. After

RE: findbugs plugin

2006-12-12 Thread Paul Bakker
Hi, Your idea didn't work for me. If I change to the snapshot version I get the following error: org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build project for plugin 'org.codehaus.mojo:findbugs-maven-plugin': POM 'org.codehaus.mojo:findbugs-maven-plugin' not found in

Re: findbugs plugin

2006-12-12 Thread Rémy Sanlaville
It will works... just one thinks more... The problem now is different. You have to declare in your pom where is the codehaus snaphot repository (and not the codehaus repository). For this, you just have to declare the pluginRepositories instruction in our pom.xml: project

Is this possible with any Maven plugins?

2006-12-12 Thread Stephane Marquis
Hi everyone, As a new Maven\Continuum user (started yesterday), i'm trying to make the following scenario to repeat everyday: 1. Download a WAR file from a specific server; 2. Deploy the WAR file under Tomcat; 3. Get a copy of the WSDL files that were deployed from the WAR file

maven-proxy: how to exclude source artifacts from beeing resolved from a public repo

2006-12-12 Thread Mark Struberg
Hi! Our situation: We are using maven in our corporate environment, maintaining our own local artifact and plugin repository for inhouse stuff. All locally released artifacts also have attached source artifacts for debugging purpose in Idea and Eclipse. We are using maven-proxy to reduce

RE: findbugs plugin

2006-12-12 Thread Paul Bakker
Thanks a lot Rémy, it works now! :-) -Oorspronkelijk bericht- Van: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 12 december 2006 13:45 Aan: Maven Users List Onderwerp: Re: findbugs plugin It will works... just one thinks more... The problem now is different. You have to

Re: maven-proxy: how to exclude source artifacts from beeing resolved from a public repo

2006-12-12 Thread nicolas de loof
I had the same issue, but with another point of view : I expected all artifacts on maven repo to have source jars. I have created a private sources repository, and added missing artifacts sources to it. The summer, I have attached my zipped source repository to an upload request to make them

Re: maven-proxy: how to exclude source artifacts from beeing resolved from a public repo

2006-12-12 Thread Tom Huybrechts
The latest version (in svn) of eclipse:eclipse maintains a status cache for source downloads. See the download-soruces parameter in http://maven.apache.org/plugins/maven-eclipse-plugin/eclipse-mojo.html On 12/12/06, Mark Struberg [EMAIL PROTECTED] wrote: Hi! Our situation: We are using maven

Images and i18n

2006-12-12 Thread Eric Giguère
Hi all A quick one. I've just stated using the multilingual support in site generation. Pretty cool. But now I'm trying to have images (screen shots) inserted in the text and am wondering if it is possible to switch images with the languages? I'm writing some an installation procedure that

Repository health report needs configurability

2006-12-12 Thread Max Bowsher
Currently, the health report treats the condition of Artifact's dependency does not exist in the repository as a failure. For central, this condition is actually an important issue, but for any institutional repository, it's entirely normal, since the institution's artifacts are almost certain to

compatibility Maven Eclipse 3.2 and wtp

2006-12-12 Thread lmk
hi; i try to integrate maven multiproject on eclipse 3.2. i use tomcat 5.5, when i start the server, Eclipse dont publish the dependencies. is maven eclipse plugin compatible with the Eclipse 3.2, perhapse I must upgrade the pluging ?? how can i do that? thanks.. -- View this message in

Maven 2 and xdoclet

2006-12-12 Thread Gaute Lote
Hi, I'm trying to get xdoclet to work with maven, but it won't generate source for some of my beans. The beans it won't generate source for all have this tag * @ejb.env-entry name=ejb/BeanFactoryPath type=java.lang.String * value=applicationContext.xml I'm trying to port from an extisting ant

RE: Maven 2 and Cruisecontrol

2006-12-12 Thread Siegmann Daniel, NY
CruiseControl 2.5 supports Maven2 out of the box: http://cruisecontrol.sourceforge.net/main/configxml.html#maven2 I'm not aware of any M2 plugin dealing with CC, but I'm not sure why one would be needed. -- Daniel Siegmann FJA-US, Inc. (212) 840-2618 ext. 139 -Original Message- From:

Re: Maven 2 and Cruisecontrol

2006-12-12 Thread Tom Huybrechts
There used to be a M1 plugin that could generate cruisecontrol configuration for a project. http://maven.apache.org/maven-1.x/plugins/cruisecontrol/ There is a M2 cruisecontrol plugin for in the mojo-sandbox, but I don't now what its status is. See http://mojo.codehaus.org On 12/12/06, Siegmann

Approach to web apps on different databases

2006-12-12 Thread Aleksei Valikov
Hi folks, We have a webapp on Hibernate/JSF. DB access only via Hibernate, no pure JDBC code. I'd like to ask advice on building this webbapp for different databases. We use HSQLDB in development-time, but production variants should run on Oracle and PostgreSQL. My questin is how could we

Execute mvn package from a mojo

2006-12-12 Thread gbois
Hi, From a mojo, i generate an another sourceDirectory (modified source from the original). And I want to execute the mvn package command on this new source directory and a new set of dependency from the maven plugin How you make this? Thanks in advance -- View this message in context:

probelem when am generating pmd report

2006-12-12 Thread t rajesh
Hi, build:start: pmd: pmd:report: [echo] Running the PMD task with rulesets/basic.xml,rulesets/unusedcode.xml,rulesets/imports.xml ... [echo] No java source files to process. [echo] Converting the PMD report to xdoc ... Caught exception evaluating: [EMAIL PROTECTED] Reason:

Re: Approach to web apps on different databases

2006-12-12 Thread Wayne Fay
Profiles can probably handle this for you. Wayne On 12/12/06, Aleksei Valikov [EMAIL PROTECTED] wrote: Hi folks, We have a webapp on Hibernate/JSF. DB access only via Hibernate, no pure JDBC code. I'd like to ask advice on building this webbapp for different databases. We use HSQLDB in

trying to tag root, not modules

2006-12-12 Thread Stephan Heilner
I'm using scm:tag with subversion and am trying to tag the root of my project (which will in turn get all the sub folders, etc) instead of tag the individual modules within the project. The scm:tag seems to want to tag each sub-module separately but they are all in one repository. Anyone know

Re: m2 profiles: pom with os specific (and native) dependencies

2006-12-12 Thread Bhupendra Bhardwaj
Hi, could you resolve your problem. I am in similar situation, so you may be helpful for me. And in the repo1.maven.org the swt for win32 is there, but didn't find the swt for linux in that repository. Can you tell me which repository has the swt for linux? I was thinking if the runtime binary

Native VS2005 Solution compilation

2006-12-12 Thread Thomas Jackson
I am looking for a Maven plug-in to will build a VS2005 Solution. I know about the Native Plug-in and have been looking at it but I want to manage the compile options via Visual Studio and not have to transfer and/or manage them via the pom. Does such a plug-in exist? Thanks Thomas

RE: m2 profiles: pom with os specific (and native) dependencies

2006-12-12 Thread Villere, Michael P.
You can use mvn help:active-profiles to help resolve your problems with profiles. It will show you which profiles have been activated. Probably both profiles are being activated for some reason. Michael -Original Message- From: Bhupendra Bhardwaj [mailto:[EMAIL PROTECTED] Sent:

downloading zip/tar from http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x/

2006-12-12 Thread Bhupendra Bhardwaj
Hi all, Can someone please point me to the right direction or provide an example of creating a runtime platform from zip/tar downloading from http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x using maven I want to assemble my eclipse RCP with required platform specific ecliple

Mojos, Testing, and Dependency Resolution

2006-12-12 Thread Matthew Beermann
So, I've written a Mojo that I want to write some test cases for. I found the AbstractMojoTestCase in the maven-plugin-testing-harness, and it works great - up to a point. The problem is that my Mojo @requiresDependencyResolution. In other words, I need the configuration items backed by

Cannot login to Archiva web application

2006-12-12 Thread Michael Horwitz
Hi, I have managed to get Archiva up and running as per the Getting Started instructions. All works as it should until after I register the details of the admin user. I am then presented with the login page. All attempts to login simply redirect me back to the login page without raising an

Re: Eclipse target directory

2006-12-12 Thread Donnchadh Ó Donnabháin
Here's a quick and dirty Eclipse Monkey (http://www.eclipse.org/dash/) script to make all target folders derived. Update site for Eclipse Monkey is http://download.eclipse.org/technology/dash/update/ --- Came wiffling through the eclipsey wood --- /* * Menu: Maven Make Maven Targets Derived *

Re: Native VS2005 Solution compilation

2006-12-12 Thread Dan Tran
candidate for a new plugin msdev-maven-plugin ;-) -D On 12/12/06, Thomas Jackson [EMAIL PROTECTED] wrote: I am looking for a Maven plug-in to will build a VS2005 Solution. I know about the Native Plug-in and have been looking at it but I want to manage the compile options via Visual Studio

Re: Cannot login to Archiva web application

2006-12-12 Thread Wendy Smoak
On 12/12/06, Michael Horwitz [EMAIL PROTECTED] wrote: I have managed to get Archiva up and running as per the Getting Started instructions. All works as it should until after I register the details of the admin user. I am then presented with the login page. All attempts to login simply redirect

Re: downloading zip/tar from http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-x/

2006-12-12 Thread Dan Tran
I upload all eclipse bundle artifacts to my internal remote directory and use maven-dependency-plugin to pull them down -D On 12/12/06, Bhupendra Bhardwaj [EMAIL PROTECTED] wrote: Hi all, Can someone please point me to the right direction or provide an example of creating a runtime platform

Re: probelem when am generating pmd report

2006-12-12 Thread Wayne Fay
I think your problem is: [echo] No java source files to process. So then there's no PMD report to convert, resulting in the NPE. [echo] Converting the PMD report to xdoc ... java.lang.NullPointerException Not positive but this is my guess about what's going on. Wayne On 12/12/06, t rajesh

How to invoke mvn to not do the reactor build?

2006-12-12 Thread Christian Goetze
Is there an option to disable the reactor build when invoking maven from the project parent? All I want is the installed pom, nothing else. Background: I need to embed maven into a larger build system, and I would like to be more specific about which parts of a project need rebuilding. My

Re: How to invoke mvn to not do the reactor build?

2006-12-12 Thread Wendy Smoak
On 12/12/06, Christian Goetze [EMAIL PROTECTED] wrote: Is there an option to disable the reactor build when invoking maven from the project parent? All I want is the installed pom, nothing else. $ mvn -help ... -N, --non-recursiveDo not recurse into sub-projects So 'mvn install -N' will

Re: probelem when am generating pmd report

2006-12-12 Thread Lukas Theussl
Still, this should not happen as it could screw up multiproject builds. However I just ran pmd on a project with no java source files, got the same warning but no NPE. Which version of the pmd plugin are you using? Please provide more details about your setup. -Lukas Wayne Fay wrote: I

Re: compatibility Maven Eclipse 3.2 and wtp

2006-12-12 Thread Carlos Sanchez
Does this help? http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html On 12/12/06, lmk [EMAIL PROTECTED] wrote: hi; i try to integrate maven multiproject on eclipse 3.2. i use tomcat 5.5, when i start the server, Eclipse dont publish the dependencies. is maven eclipse plugin

RE: Maven 2 and Cruisecontrol

2006-12-12 Thread Rollo, Dan
Yes, there is a Maven2 builder in CruiseControl. You should probably use the lastest from subversion, as it includes a bunch of fixes. The Maven2 builder was also available in the last released version (2.5). Dan -Original Message- From: Pawel Niemiec [mailto:[EMAIL PROTECTED] Sent:

Email configuration

2006-12-12 Thread Prashanth Krishnamurthy
Hi, I have configured ( in continuum ) email notifications to be sent only when there is a Failure and on error. But emails are sent even for success builds. How do I fix this ? thanks in advance. --Prashanth

Continuum Project Model: Field Project.id

2006-12-12 Thread Brad Harper
Hello: I'm implementing a java client for RPC-XML that will be installed as a svn post-commit hook. In looking at the continuum model, as described by https://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-model/src/main/mdo/continuum.xml Can anyone explain the Project.id field

Re: maven2 w/ modules oddity

2006-12-12 Thread DSL
Any one have any ideas? On 12/6/06, Daniel LaPrade [EMAIL PROTECTED] wrote: I have the following setup: ProjectName: | --- subone | subtwo I am getting the following error: .constructor threw exception; nested exception is java.lang.NoSuchMethodError :

Re: Maven 2 and Cruisecontrol

2006-12-12 Thread Barrie Treloar
On 12/13/06, Rollo, Dan [EMAIL PROTECTED] wrote: Yes, there is a Maven2 builder in CruiseControl. You should probably use the lastest from subversion, as it includes a bunch of fixes. The Maven2 builder was also available in the last released version (2.5). I should probably ask on the CC

Re: maven2 w/ modules oddity

2006-12-12 Thread Wayne Fay
The error is thrown from jdom. Thus I'd suspect you've got multiple versions of XML or Spring artifacts being pulled in from various subprojects and transitive dependencies. It seems like perhaps your subtwo project has the right artifact versions declared but then your parent pom is using an

RE: Excluding packages from javadoc plugin

2006-12-12 Thread CDickson
Thanks for the response Jorg. However, the multi-pattern option is not going to work for us as it implies we know the names of the packages enough only use 1 wildcard per package. This is not the case. I do not know what the names of the packages are at the time of writing the POM - this

Re: Continuum Project Model: Field Project.id

2006-12-12 Thread Jesse McConnell
ID is an identifier for use in the store, it has been used all over the place to refer to a particular project Name is the actual name of the project used for display purposes only, name can be free form. artifactId, groupId, and version are maven conventions used for referencing in

Re: Excluding packages from javadoc plugin

2006-12-12 Thread Wayne Fay
Unfortunately this isn't an option that's built into Javadoc, so its going to be a little bit challenging to add this option to the Maven Javadoc plugin: http://java.sun.com/j2se/javadoc/faq/index.html#exclude I'd recommend downloading the maven-javadoc-plugin code, tweaking it until it does

Issue with lightweight http plugin (1.0-alpha-6 and 1.0-beta-1)

2006-12-12 Thread Mykel Alvis
On a windows machine, authenticated on an NT domain, the proxy username and password appear to be sufficient for getting the lightweight http wagon to download artifacts. On a linux machine, which is connected to the domain's network but not authenticated on the domain, the same settings do not

Re: Mojos, Testing, and Dependency Resolution

2006-12-12 Thread Edwin Punzalan
It depends on what you'll do with ${project.artifacts}... I usually just create several artifact stubs into a List and inject the list into the plugin bec that's all what my plugin needed. Your plugin may need the actual jars or even poms, which is still doable with stubs but requires more

Re: Execute mvn package from a mojo

2006-12-12 Thread Edwin Punzalan
You may be doing it wrong... or I may be reading it wrong, ;) If your mojo is generating sources, you should do it in the generate-sources phase and add the directory where the generated sources are (usually in /target/generated-sources/mojo-name) in ${project}. This way, you can run mvn

Re: Is this possible with any Maven plugins?

2006-12-12 Thread Edwin Punzalan
#1 and #2 is doable with the cargo plugin, I think. And there's the Ant plugin for simple stuffs when no available plugin is doing it atm. Hope that helps. ^_^ Stephane Marquis wrote: Hi everyone, As a new Maven\Continuum user (started yesterday), i'm trying to make the

SQL scripts in webapp

2006-12-12 Thread Vinita Joshi
I want to use sql scripts in my webapp which I am building using maven 2. However, the scripts are executed when I run mvn package command. I want these scripts to be executed when I deploy the app on geronimo. Any help is appreciated. Regards, Vinita I have added the following

RE: Continuum Project Model: Field Project.id

2006-12-12 Thread Brad Harper
Jesse: So will the following code work Project dxr = new Project(); dxr.setGroupId( groupId ); dxr.setArtifactId( artifactId ); dxr.setVersion( version ); // get the project try { reader.refreshProject( dxr ); ... Or will I need to set up the project in

Re: Cannot login to Archiva web application

2006-12-12 Thread Edwin Punzalan
seeing the logs, you we're able to login correctly but your username isn't allowed to edit configuration so you're prompted to login as admin. what version of archiva are you using ? Michael Horwitz wrote: Hi, I have managed to get Archiva up and running as per the Getting Started

Re: Site generation - Maven differes Forest

2006-12-12 Thread Arnaud HERITIER
The xdoc format was created from the one in Anakia http://jakarta.apache.org/velocity/docs/anakia.html and the format was defined here http://jakarta.apache.org/site/jakarta-site2.html But forrest certainly improved it. If you want you can open enhancements in the xdoc plugin but I'm not sure if

Maven 2 for desktop applications

2006-12-12 Thread Sebastien Arbogast
I know that this question has been asked many many times and still I cannot find one single valid answer with a simple google request like Maven2 desktop. Actually, everytime the answer seems to be about the same, Maven can allow that, but it can't do it by default: you have to tinker a bit, use

Re: classpathentry exported=

2006-12-12 Thread Verhagen
Vlad Skarzhevskyy skarzhevskyy at gmail.com writes: Hi All In maven 1 used to be a property eclipse.plugin.bundletrue/eclipse.plugin.bundle I can't find any idea how this can be done in maven2. Even more, there are no code related to exported in current maven-eclipse-plugin source

Execution of a plug-in by execution id

2006-12-12 Thread Andrés Viedma
Hi all, I want to run WAR plug-in in 2 situations for my project: 1) to build the main artifact (with no dependent war files) and 2) to ocassionally obtain an exploded directory with all the war dependencies to test the web. My intention was to configure an execution for 2), not binded to a

maven-dependency-plugin

2006-12-12 Thread Sommers, Elizabeth
If the documentation is correct, this is exactly what I need. BUT - it doesn't seem to exist in the ibiblio repository. Why isn't this plugin available? Where can I find it? Liz Sommers [EMAIL PROTECTED] - To unsubscribe,

Re: maven-dependency-plugin

2006-12-12 Thread Andrés Viedma
2006/12/13, Sommers, Elizabeth [EMAIL PROTECTED]: If the documentation is correct, this is exactly what I need. BUT - it doesn't seem to exist in the ibiblio repository. Why isn't this plugin available? Where can I find it? As far as I know, it hasn't been released yet. You can get the

Patched artifacts resolved incorrectly from internal repository

2006-12-12 Thread Nikunj Mehta
Hi, I am new to Maven and I need to patch Surefire to support JUnit4. Therefore, I applied patches as mentioned at http://jira.codehaus.org/browse/SUREFIRE-31#action_76833. After applying the patches, I am able to build maven-surefire-plugin as well as surefire-junit. However, I need to

Re: (-INTERNAL) POM from internal repo is not downloaded

2006-12-12 Thread feeder
jan_bar wrote: I have a patched plugin in our internal repo. The repo contains the plugin jar and the pom, both with -INTERNAL version. When I run maven that uses this plugin, the POM is not downloaded from the internal repository, only the plugin jar is downloaded. Here is maven output:

RE: maven-dependency-plugin

2006-12-12 Thread Brian E. Fox
The plugin did get moved from mojo to apache but the apache version hasn't been released yet. It's nearly ready, just waiting on some other releases to get out so we can comply with the new apache licensing guidelines. -Original Message- From: Andrés Viedma [mailto:[EMAIL PROTECTED]

Re: SQL scripts in webapp

2006-12-12 Thread Rahul Thakur
How are you deploying the app to a geronimo instance (Cargo Maven plugin?) You can use a profile and nest your plugin's configuration therein and invoke the profile using '-P profileName' when you want to invoke the deploy goal (I am assuming you are using Cargo for deployment). HTH, Rahul

Re: SQL scripts in webapp

2006-12-12 Thread Phillip Rhodes
I dealt with this one too. I had to take a step back. Maven is great for building/compiling code, but it is not an platform for execution. My problem went away when I decided to use maven to package/build my projects and left sql/data migration programs/etc/ to ant scripts. Just my 2 cents.

Release plugin

2006-12-12 Thread Portuendo Vestado
Hi all, When using mvn release:prepare on an aggregate project, it updates project and module pom versions to non-SNAPSHOT (1.0.0 vs 1.0.0-SNAPSHOT), and then fails with a message that one of the module artifacts v. 1.0.0 cannot be found (which makes sense since they haven't been deployed to

Re: Patched artifacts resolved incorrectly from internal repository

2006-12-12 Thread Barrie Treloar
On 12/13/06, Nikunj Mehta [EMAIL PROTECTED] wrote: surefire-junit. However, I need to share the patch with others in my company as well as make the patched artifacts available for use on other machines. Therefore, I decided to create an internal repository to host these patched artifacts (call

Re: (-INTERNAL) POM from internal repo is not downloaded

2006-12-12 Thread Barrie Treloar
Exact same problem. It appears that either the information on wiki is insufficient about how internal patch repositories work or Maven is working incorrectly when dealing with INTERNAL version artifacts. Another thread http://www.nabble.com/forum/ViewPost.jtp?post=7845254framed=yskin=177 had

RE: SQL scripts in webapp

2006-12-12 Thread Ryan Slobojan
Hi, On our side, we created the best of both worlds: * We used Ant's exec to call the command-line SQL client (in the poster's case, SQLPlus) and to rebuild the database as desired * We then used those ant scripts as the basis for a Maven plugin End result, a fully integrated and reusable

Re: Patched artifacts resolved incorrectly from internal repository

2006-12-12 Thread Nikunj Mehta
The trouble starts, however, when I try to use these new artifacts by adding internal.plugins to the pluginRepositories of my project. Maven resolves maven-surefire-plugin as shown in the following debug output to central: [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin:

RE: Continuum with clearcase - pom.xml not found problem

2006-12-12 Thread joy.ge
Dear Robert, Thanks a lot for your help! Regards, Joy -Original Message- From: Robert Langridge [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 4:41 PM To: JOY GE (ISDC-OCHL/SHA) Cc: continuum-users@maven.apache.org Subject: RE: Continuum with clearcase - pom.xml not found

Re: Patched artifacts resolved incorrectly from internal repository

2006-12-12 Thread Barrie Treloar
On 12/13/06, Barrie Treloar [EMAIL PROTECTED] wrote: On 12/13/06, Nikunj Mehta [EMAIL PROTECTED] wrote: surefire-junit. However, I need to share the patch with others in my company as well as make the patched artifacts available for use on other machines. Therefore, I decided to create an

Re: Release plugin

2006-12-12 Thread Dan Tran
On 12/12/06, Portuendo Vestado [EMAIL PROTECTED] wrote: Hi all, When using mvn release:prepare on an aggregate project, it updates project and module pom versions to non-SNAPSHOT (1.0.0 vs 1.0.0-SNAPSHOT), and then fails with a message that one of the module artifacts v. 1.0.0 cannot be found

Re: Patched artifacts resolved incorrectly from internal repository

2006-12-12 Thread Barrie Treloar
Next steps... Turning off internal.plugin proxying for mvn-proxy and trying again. That will have to wait for tomorrow. Bingo, I can reproduce the problem that you are seeing: [INFO] artifact org.apache.maven.plugins:maven-surefire-report-plugin: checking for updates from internal.plugins

Re: Release plugin

2006-12-12 Thread Markku Saarela
Hi, try using the *preparationGoals* maven-release-plugin in order to do an install instead of integration-test: configuration *preparationGoals*clean install/*preparationGoals* /configuration - markku Portuendo Vestado wrote: Hi all, When using mvn release:prepare on an aggregate

RE: compatibility Maven Eclipse 3.2 and wtp

2006-12-12 Thread bjorn.de.bakker
Everytime you add a dependency, you need to run mvn eclipse:eclipse -Dwtpversion=1.0 Especially the last part is important. Then check your .component file, to see whether the dependencies were added. If so, Eclipse should publish your dependencies to the lib-folder. -Original

Re: Continuum with clearcase - pom.xml not found problem

2006-12-12 Thread Wim Deblauwe
This question comes up a lot, we really should add this to the clearcase documentation... 2006/12/13, [EMAIL PROTECTED] [EMAIL PROTECTED]: Dear Robert, Thanks a lot for your help! Regards, Joy -Original Message- From: Robert Langridge [mailto:[EMAIL PROTECTED] Sent: Tuesday,