[ANN] Maven JDiff Plugin 1.5 released

2005-09-06 Thread brett
We are pleased to announce the Maven JDiff Plugin 1.5 release! http://maven.apache.org/reference/plugins/jdiff/ Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts. Changes in this version include: New Features: o

[ANN] Maven Cruise Control Plugin 1.6 released

2004-12-06 Thread brett
The maven team is pleased to announce the Maven Cruise Control Plugin 1.6 release! http://maven.apache.org/reference/plugins/cruisecontrol/ A plugin to handle the generating and maintaining of Cruise Control configuration. Changes in this version include: New Features: o Lost script

[ANN] Maven Changelog Plugin 1.7.2 released

2005-01-07 Thread brett
We are pleased to announce the Maven Changelog Plugin 1.7.2 release! http://maven.apache.org/reference/plugins/changelog/ Changes in this version include: Fixed bugs: o Fix subversion revision passing on Windows Issue: MPCHANGES-29. Thanks to Matthew Daniel. o Handles new CVS date

[ANN] Maven Gump Plug-in 2.0.1 released

2005-05-31 Thread brett
The maven team is pleased to announce the Maven Gump Plug-in 2.0.1 release! http://maven.apache.org/reference/plugins/gump/ Changes in this version include: New Features: o Add maven.gump.svn.dir property for setting the subdirectory under the svn repository o Add the ability to

[ANN] Maven Gump Plug-in 2.0.1 released

2005-05-31 Thread brett
The maven team is pleased to announce the Maven Gump Plug-in 2.0.1 release! http://maven.apache.org/reference/plugins/gump/ Changes in this version include: New Features: o Add maven.gump.svn.dir property for setting the subdirectory under the svn repository o Add the ability to

[ANN] Maven Changelog Plugin 1.8.2 released

2005-06-15 Thread brett
The maven team is pleased to announce the Maven Changelog Plugin 1.8.2 release! http://maven.apache.org/reference/plugins/changelog/ Changes in this version include: Fixed bugs: o Avoid NullPointerException when no type is given Issue: MPCHANGELOG-66. o Corrected parsing of VSS results

[ANN] Maven Changelog Plugin 1.8.2 released

2005-06-15 Thread brett
The maven team is pleased to announce the Maven Changelog Plugin 1.8.2 release! http://maven.apache.org/reference/plugins/changelog/ Changes in this version include: Fixed bugs: o Avoid NullPointerException when no type is given Issue: MPCHANGELOG-66. o Corrected parsing of VSS results

[ANN] Maven IDEA Plug-in 1.6 released

2005-06-15 Thread brett
The maven team is pleased to announce the Maven IDEA Plug-in 1.6 release! http://maven.apache.org/reference/plugins/idea/ IDEA Plugin for Maven. Changes in this version include: New Features: o Add a property for specifying generated source directories to include in the module Issue:

[ANN] Maven IDEA Plug-in 1.6 released

2005-06-15 Thread brett
The maven team is pleased to announce the Maven IDEA Plug-in 1.6 release! http://maven.apache.org/reference/plugins/idea/ IDEA Plugin for Maven. Changes in this version include: New Features: o Add a property for specifying generated source directories to include in the module Issue:

[ANN] Maven Artifact Plugin 1.5.2 released

2005-06-15 Thread brett
We are pleased to announce the Maven Artifact Plugin 1.5.2 release! http://maven.apache.org/reference/plugins/artifact/ Tools to manage artifacts and deployment. Changes in this version include: Fixed bugs: o Correct the translation of dependency properties on deployment of the POM

[ANN] Maven File Activity Plug-in 1.5.2 released

2005-07-30 Thread brett
The maven team is pleased to announce the Maven File Activity Plug-in 1.5.2 release! http://maven.apache.org/reference/plugins/file-activity/ This document provides a report of activity in terms of CVS commits and breaks it out by file. Changes in this version include: Fixed bugs: o

[ANN] Maven Developer Activity Plugin 1.5.2 released

2005-07-30 Thread brett
The maven team is pleased to announce the Maven Developer Activity Plugin 1.5.2 release! http://maven.apache.org/reference/plugins/developer-activity/ This document provides a report of activity in terms of CVS commits and breaks it out by developer. Changes in this version include:

Maven Change Log plugin 1.5 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Changelog Plugin 1.5 release! http://maven.apache.org/reference/plugins/changelog/ Changes in this version include: Fixed bugs: o Parsing of windows user names (domain\user) was broken. Issue: MPCHANGELOG-22. Thanks to Tim Shadel. o Bad

Maven distribution plugin 1.5 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Distribution Plugin 1.5 release! http://maven.apache.org/reference/plugins/dist/ Changes in this version include: Changes: o Switch from javadoc:generate to site:generate so that entire project site is included in the binary

Maven dashboard plugin 1.3 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Dashboard Plugin 1.3 release! http://maven.apache.org/reference/plugins/dashboard/ Generate a dashboard containing global statistics about other maven reports Changes in this version include: New Features: o Added Simian Total Duplicate

Maven checkstyle plugin 2.4 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Checkstyle Plugin 2.4 release! http://maven.apache.org/reference/plugins/checkstyle/ Changes in this version include: Changes: o Allow Checkstyle plugin to access checks file from a URL. Issue: MPCHECKSTYLE-7. o Upgraded to Checkstyle

Maven clover plugin 1.5 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Clover Plugin 1.5 release! http://maven.apache.org/reference/plugins/clover/ Changes in this version include: Fixed bugs: o Do not execute Clover if there are no tests to run Clover on. This prevents an error happening in the

Maven console plugin 1.1 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Console Plugin 1.1 release! http://maven.apache.org/reference/plugins/console/ Changes in this version include: New Features: o Add some whitespace before goal Issue: MPCONSOLE-2. Fixed bugs: o Set properties in parent scope so it takes

Maven Javadoc plugin 1.5 released

2004-05-15 Thread brett
The maven team is pleased to announce the Maven Javadoc Plug-in 1.5 release! http://maven.apache.org/reference/plugins/javadoc/ Changes in this version include: Fixed bugs: o javadoc:jar changed to place the jar in maven.build.dir o trim absolute paths to basedir in javadoc report,

Maven test plugin 1.6 released

2004-05-16 Thread brett
The maven team is pleased to announce the Maven Test Plug-in 1.6 release! http://maven.apache.org/reference/plugins/test/ Run JUnit tests. Requires Maven 1.0 RC2. Changes in this version include: Fixed bugs: o add maven.junit.envvars property Issue: MPTEST-27. Thanks to joseph

Maven java plugin 1.4 released

2004-05-16 Thread brett
The maven team is pleased to announce the Maven Java Plug-in 1.4 release! http://maven.apache.org/reference/plugins/java/ Changes in this version include: Fixed bugs: o Allow specifying a JDK to compile with other than the running one Issue: MPJAVA-18. Thanks to Lynn Richards. o Add

Maven SCM plugin 1.4 released

2004-06-19 Thread brett
The maven team is pleased to announce the Maven Source Control Management Plug-in 1.4 release! http://maven.apache.org/reference/plugins/scm/ A plugin for SCM tasks, currently CVS. Changes in this version include: New Features: o Add minimal support for SVN to allow cruisecontrol plugin

[ANN] Maven Artifact Plugin 1.4.1 released

2004-09-29 Thread brett
The maven team is pleased to announce the Maven Artifact Plugin 1.4.1 release! http://maven.apache.org/reference/plugins/artifact/ Tools to manage artifacts and deployment. Requires Maven 1.0 RC4 Changes in this version include: Fixed bugs: o Improve error handling in FTPDeployer o Allow

[ANN] Maven Changes Plugin 1.5.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Changes Plugin 1.5.1 release! http://maven.apache.org/reference/plugins/changes/ Changes in this version include: Fixed bugs: o Fixed typo in changes.xml example on plugin web site. Issue: MPCHANGES-20. o Close output file in

[ANN] Maven JIRA Plug-in 1.1.2 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven JIRA Plug-in 1.1.2 release! http://maven.apache.org/reference/plugins/jira/ This plugin download issues from Jira and create a report. Changes in this version include: Fixed bugs: o Fix jira downloading url for some jira instance like

[ANN] Maven Html2XDoc Plug-in 1.3.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Html2XDoc Plug-in 1.3.1 release! http://maven.apache.org/reference/plugins/html2xdoc/ Creates XDoc documentation from normal HTML documentation. Changes in this version include: Fixed bugs: o Fix crash with an empty html body element.

[ANN] Maven JXR Plug-in 1.4.2 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven JXR Plug-in 1.4.2 release! http://maven.apache.org/reference/plugins/jxr/ Create cross reference. Requires Maven 1.0 RC2. Changes in this version include: Fixed bugs: o Support enum types in Java 5.0 Issue: MPJXR-19. Thanks to Stephen

[ANN] Maven Site Plugin 1.5.2 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Site Plugin 1.5.2 release! http://maven.apache.org/reference/plugins/site/ Generate web site. Changes in this version include: Changes: o Allow tar options as a property Issue: MPSITE-15. Thanks to M. Sean Gilligan. To automatically

[ANN] Maven Jalopy Plugin 1.3.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven Jalopy Plugin 1.3.1 release! http://maven.apache.org/reference/plugins/jalopy/ Changes in this version include: Changes: o Matchs Jalopy and checkstyle. Issue: MPJALOPY-3. o Allows multiple includes/excludes patterns. Issue: MPJALOPY-6.

[ANN] Maven WAR Plugin 1.6.1 released

2004-10-23 Thread brett
The maven team is pleased to announce the Maven WAR Plugin 1.6.1 release! http://maven.apache.org/reference/plugins/war/ War Plugin for Maven Changes in this version include: Fixed bugs: o Removed attribute update=truefrom ant:jarcall, so now a fresh WAR is created on each run. Issue:

[ANN] Maven PDF Plug-in 2.2.1 released

2004-10-30 Thread brett
The maven team is pleased to announce the Maven PDF Plug-in 2.2.1 release! http://maven.apache.org/reference/plugins/pdf/ PDF Documentation generator Changes in this version include: Fixed bugs: o The content of style tag was printed on the PDF file. Issue: MPPDF-21. o JDK 5.0

[ANN] Maven Eclipse Plugin 1.9 released

2004-10-30 Thread brett
The maven team is pleased to announce the Maven Eclipse Plugin 1.9 release! http://maven.apache.org/reference/plugins/eclipse/ A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Changes in this version include: New Features: o add

[ANN] Maven JCoverage plugin 1.0.9 released

2004-11-10 Thread brett
The maven team is pleased to announce the Maven JCoverage plugin 1.0.9 release! http://maven.apache.org/reference/plugins/jcoverage/ This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool. Changes in this version include: Fixed bugs: o Fix

Re: [M1.1] Remote repository problem

2005-08-10 Thread Brett Porter
Please file a bug in JIRA. Thanks! - Brett On 8/10/05, Krutyakov Roman [EMAIL PROTECTED] wrote: Hi, I have remote repository accessible thru http with basic auth (subversion repository with http access) in my build properties: maven.repo.remote=http://user:[EMAIL PROTECTED]:81/svn/v2/trunk

Re: how to get maven-scm-provider-svn-1.0-alpha-2 in place. [was] Re: No such provider: 'svn+ssh'

2005-08-10 Thread Brett Porter
That's what I meant, but I forgot to mention you need to add maven-scm-manager as well with the same version. Cheers, Brett On 8/10/05, berndq [EMAIL PROTECTED] wrote: Hi Brett, thanks for you help! If you replace the provider, you must replace all the SCM JARs - there was an API

Re: how to get maven-scm-provider-svn-1.0-alpha-2 in place. [was] Re: No such provider: 'svn+ssh'

2005-08-10 Thread Brett Porter
Sorry, didn't quite have my head with me. http://snapshots.maven.codehaus.org/maven2/org/apache/maven/scm/maven-scm-manager-plexus/1.0-alpha-2-SNAPSHOT/ You should be able to get the equivalent builds from that directory. These are all development builds and in no way official. - Brett On 8/10

Re: how to get maven-scm-provider-svn-1.0-alpha-2 in place. [was] Re: No such provider: 'svn+ssh'

2005-08-10 Thread Brett Porter
The repository URL will not, but the jars there will if you place them in your local repository. - Brett On 8/10/05, berndq [EMAIL PROTECTED] wrote: Brett Porter wrote: Sorry, didn't quite have my head with me. http://snapshots.maven.codehaus.org/maven2/org/apache/maven/scm/maven-scm

Re: Maven equivalent of Ant's BuildListener?

2005-08-10 Thread Brett Porter
Maven does return an exit code, but I think the m1 batch file does not pass it back. You could look at the m2 batch file where it seems to work (win2k+ only) and make the same changes, then submit it back for future inclusion in m1. - Brett On 8/11/05, Jamie Bisotti [EMAIL PROTECTED] wrote: Ant

Re: Dependency Version consistency

2005-08-10 Thread Brett Porter
. - Brett On 8/11/05, Grant Ingersoll [EMAIL PROTECTED] wrote: So, do I just look at the report and then go and update all the projects that need it? We have a fair amount of shared code spread across a couple of projects? Is the transitive checking going to exist in 1.1 or is that 2.0 only

Re: False Start: Maven Sample won't compile on win2k.

2005-08-10 Thread Brett Porter
for the inconvenience. Cheers, Brett On 8/11/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Hi, I am trying to run The Ten Minute Test sample but even after two hours of experimenting I haven't gotten any further. I must be missing something (either on my w2k system or in my

Re: How to load unknown dependencies.

2005-08-10 Thread Brett Porter
Yes: http://maven.apache.org/reference/internal-repositories.html You can get libraries uploaded, but only if their license allows unrestricted redistribution (which I think JMF and Jimi wouldn't) - Brett On 8/11/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Hi, I need one

Re: How to load unknown dependencies.

2005-08-10 Thread Brett Porter
Hi Erwin, The specific instructions on the page I gave you were for Maven 1.0.2. In Maven 2.0, you must add the extra repository to pom.xml. project.properties is not used. - Brett On 8/11/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Sorry, it's me again... My apologies

Re: How to load unknown dependencies.

2005-08-10 Thread Brett Porter
Yes Edwin is right. You can also drop the policy settings, the defaults will suffice. If you have a problem with the file:// URL, try file://localhost/d:/... (however I believe the current form also works). - Brett On 8/11/05, Edwin Punzalan [EMAIL PROTECTED] wrote: The url must be set

Re: [m2] bootstrapping settings.xml in a corporate environment

2005-08-11 Thread Brett Porter
Hi John, You can include settings.xml in M2_HOME - there should be a sample file to edit in the latest release that is used. We are also looking at specific improvements for corporate environments - the JIRA issues are on the roadmap if you'd like to add your thoughts/watch/vote. Cheers, Brett

Re: Remote-checkout

2005-08-12 Thread Brett Porter
Maven doesn't use the password - you should remove that and do a manual cvs login first. - Brett On 8/12/05, NIRMALA Manivasagam [EMAIL PROTECTED] wrote: Hi, When iam trying to run the checkout command from maven it gives the following error:outside maven it is working fine. can anyone

Re: [m2] Reports

2005-08-12 Thread Brett Porter
, this will all be incorporated into the web site. - Brett On 8/12/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: All, Just a question: Is the reporting example below supposed to work? If I add it literally to my pom.xml I get a: Thanks, Erwin [INFO] [site:site

Re: external dependencies for maven2

2005-08-12 Thread Brett Porter
No, but it's not necessary with more recent m2 builds. - Brett On 8/12/05, Bennett, Timothy (JIS - Applications) [EMAIL PROTECTED] wrote: -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 7:28 PM To: Maven Users List Subject: Re

Re: [m2] Dependencies as resources

2005-08-12 Thread Brett Porter
The resources don't currently copy dependencies. This is something the assembly plugin does however (Creating a tar/zip/jar including certain files, dependencies, etc). - Brett On 8/12/05, Bennett, Timothy (JIS - Applications) [EMAIL PROTECTED] wrote: I've got a jar dependency in my project

Re: [m2] Dependencies as resources

2005-08-12 Thread Brett Porter
with us, we'll get there before the final release. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] Dependencies as resources

2005-08-12 Thread Brett Porter
already know what they are. Generally, scope is used though - probably one of runtime, compile or provided. - Brett On 8/13/05, Bennett, Timothy (JIS - Applications) [EMAIL PROTECTED] wrote: -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 9:50

Re: [m2] Dependencies as resources

2005-08-12 Thread Brett Porter
- constructing Bundle-ClassPath with the information from the POM that you also include in the JAR. If you are going this way, however, iterate ${project.artifacts}, looking for instances of ${artifactId}-${version}.jar being in the file list. - Brett

Re: An oversight in the plugin matrix WRT the existing M1 plugin for commons-attributes

2005-08-13 Thread Brett Porter
will do. Actually, I think commons-attributes provides this themselves... - Brett On 8/14/05, Andy Glick [EMAIL PROTECTED] wrote: It turns out that there is a working maven plugin that is distributed with commons-attributes. It was used with out difficulty at a company where i did some work

Re: Assembly plugin -- couple of questions [m2a3]

2005-08-13 Thread Brett Porter
. A workaround is to create a suproject that depends on all the modules you want to aggregate and includes them (their transitive deps will also be included). - Brett On 8/13/05, Sidart Kurias [EMAIL PROTECTED] wrote: All, I am trying to build an assembly for a multiproject setup in m2a3. I would

Re: [m2] repositories entry is being ignored

2005-08-13 Thread Brett Porter
Offline means remote repositories (even file ones) will be ignored. The error message is misleading because it seems to indicate it tried :) - Brett On 8/14/05, Jason Grant [EMAIL PROTECTED] wrote: I have a repositories entry that seems to be ignored, since it produces the following output

Re: Dependency Management - Need advice

2005-08-13 Thread Brett Porter
the internal versions. - Brett On 8/14/05, dan tran [EMAIL PROTECTED] wrote: Hello all, I am going to have a m2 build system that contains lots of sub projects. my daily build uses the same version of all sub projects. and the version is incremented for each daily build. In M1, I use one

Re: [m2] Application Assembly

2005-08-14 Thread Brett Porter
want to make that change locally and submit a patch, we'd greatly appreciate it :) Thanks, Brett On 8/15/05, Daniel Krisher [EMAIL PROTECTED] wrote: I recently made the jump from Ant to Maven (2.0-beta snapshot), and I must say that I am very impressed. Having never used Maven before, it only

Re: [m2] MavenRunner for Eclipse q?

2005-08-14 Thread Brett Porter
if you are intending to build a Maven2 plugin for Eclipse. They have some experience in this area building a plugin for Maven1, and we're really interested to see how this progresses. Cheers, Brett - To unsubscribe, e-mail

Re: [M2] Requesting an example of a POM plugin entry for M2 plugin that allows the inclusion and exclusion of artifacts, and works

2005-08-14 Thread Brett Porter
settings: build plugins plugin artifactIdmaven-surefire-plugin/artifactId configuration excludes exclude implementation=java.lang.String**/AppTest.*/exclude /excludes /configuration /plugin /plugins /build Thanks, Brett On 8/15/05, Andy Glick

Re: [m2] Roadmap for Maven2

2005-08-15 Thread Brett Porter
We're definitely running behind - a few other things have come up. We're looking at a late September release. We expect Maven to be stable by the end of the month, then spend time making cosmetic changes, plugins, documentation, etc. Cheers, Brett On 8/15/05, Michael Owen [EMAIL PROTECTED] wrote

Re: [m2] status of SCM plugin

2005-08-15 Thread Brett Porter
? It is shared infra like wagon. It is still alpha (ie, the API might change), but it is well proven and has good tests (esp. cvs and svn). - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [m1.1] jar/war deploy doesn't Deploy

2005-08-15 Thread Brett Porter
You'll find them in c:\ The bug was fixed in the 1.6 release of the artifact plugin. - Brett On 8/16/05, Curtis, Harrison [EMAIL PROTECTED] wrote: In Maven 1.1 when a jar:deploy is performed the jar files in the local repository should be copied to the specified remotes. My build.properties

Re: [m1.1] jar/war deploy doesn't Deploy

2005-08-17 Thread Brett Porter
Thanks. Can you do a search to find out where the actually did end up? (it would be very strange for it to show progress and not save them). With that info, please file a bug report and I'll try and repair it as soon as possible. - Brett On 8/17/05, Curtis, Harrison [EMAIL PROTECTED] wrote: I'm

Re: [M2a3] Marmelade tld appears to be missing?

2005-08-17 Thread Brett Porter
Remove id/ from the metadata in the mmld file. I will fix it now as we get this question a lot... - Brett On 8/17/05, Leck, William C (Bill) [EMAIL PROTECTED] wrote: I'm a maven newbie an have been working my way through the documentation. I'm trying to build the example Hello World Plug

Re: [m1.1] using a proxy and a local server.

2005-08-17 Thread Brett Porter
In 1.1, use maven.proxy.nonProxyHosts. You may also be able to use the java.net.nonProxyHosts system property in 1.0.2 - I'm not sure. - Brett On 8/17/05, Hogeweg, Erwin (GE Infrastructure) [EMAIL PROTECTED] wrote: Hi, Is there any way to tell maven to use the proxy setting for one

Re: assembly-plugin FileSet includes does not match empty directories

2005-08-17 Thread Brett Porter
This should probably be a configurable option. Would you mind filing a jira issue? Thanks, Brett On 8/17/05, Daniel Krisher [EMAIL PROTECTED] wrote: I have noticed that any fileset includes specified in the assembly xml will not match empty directories, even if the empty directory

Re: [m2] how to create a new lifecycle mapping ?

2005-08-17 Thread Brett Porter
this helps. Cheers Brett On 8/17/05, Van Steenberghe Mario (GFDI) [EMAIL PROTECTED] wrote: Hello, I'm trying to create a new lifecyle mapping in maven2. For this I create a file named components.xml inside src/main/resources/META-INF/plexus as follows: components component

Re: [m2] Transitive Dependency Question

2005-08-17 Thread Brett Porter
better, read the info Jason sent here). Cheers, Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: scm:checkout:

2005-08-18 Thread Brett Porter
:.../repository:project1 Cheers, Brett On 8/19/05, Michael McCrann [EMAIL PROTECTED] wrote: I am having a problem using scm:checkout: /c/michaels_projects/master_build maven scm:checkout -Dmaven.scm.cvs.module=project1 __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects

Re: Source code tar

2005-08-18 Thread Brett Porter
over https under subversion - please let us know if that isn't the case. Cheers, Brett On 8/19/05, Michael McCrann [EMAIL PROTECTED] wrote: Is it possible to get the Maven source code release beta1.1 in a tar file? It's not available in the Apache download area. NOTICE This e-mail

Re: scm:checkout:

2005-08-19 Thread Brett Porter
can ssh to the server without any input first. Cheers, Brett On 8/19/05, Michael McCrann [EMAIL PROTECTED] wrote: Thanks. That has got me further now, but now it is hanging: maven -be scm:checkout build:start: scm:find-connection: [echo] Using connection: scm:cvs:ext:[EMAIL PROTECTED

Re: scm:checkout:

2005-08-19 Thread Brett Porter
It has to be setup - the username/password can only be used for SVN over https at the moment due to support from the executables themselves. - Brett On 8/19/05, Michael McCrann [EMAIL PROTECTED] wrote: Thanks again. Does the plugin use the properties below when connecting to the CVS

Re: To stop commit!!!!

2005-08-19 Thread Brett Porter
Sorry, but this is not an appopriate list for this question. There are plenty of other avenues for getting help with CVS - for example the CVS book: http://cvsbook.red-bean.com/ On 8/19/05, NIRMALA Manivasagam [EMAIL PROTECTED] wrote: Hi, Iam trying to restrict the access of my repository

Re: [m2] plugin classpath question

2005-08-19 Thread Brett Porter
Was that necessary? I assume you now have BeanDocClient as a dep on your plugin, which should make the classloader current anyway, without switching the context class loader. - Brett On 8/19/05, Van Steenberghe Mario (GFDI) [EMAIL PROTECTED] wrote: Thanks. In fact my plugin calls a library

Re: [M2] How does filtering resources work?

2005-08-19 Thread Brett Porter
to promote filters to the resource element itself, but it can be considered again. Cheers, Brett On 8/20/05, Andrius Karpavicius [EMAIL PROTECTED] wrote: Hi, I am almost an expert here, after trying to get filtering work for two days :) From resources plugin code: // support

Re: m[1] Exception on war:deploy/war:install

2005-08-19 Thread Brett Porter
You need artifact 1.6. I know you said you were using it, but the error message says 1.5.2 - check that you don't still have 1.5.2 JAR in $MAVEN_HOME/plugins or ~/.maven/plugins. - Brett On 8/20/05, Vitaliy Geraymovych [EMAIL PROTECTED] wrote: Hi All, I am getting this exception while

Re: Problem with the Hi...somebody here know if there is a problem with the maven cactus plugin at the apache maven page?

2005-08-20 Thread Brett Porter
http://maven.apache.org/reference/3rdparty.html links to http://jakarta.apache.org/cactus/integration/maven/ which works for me. Where do you get the 404? - Brett On 8/21/05, Marcelo Alcantara [EMAIL PROTECTED] wrote: Hi, Somebody here knows if there is a problem with the maven cactus

Re: [M2] system property dictionary ??

2005-08-20 Thread Brett Porter
This isn't everything, but its probably everything you'll want to use. It is structured according to the XML, as you noticed above, so there isn't anything else you need to know there. - Brett On 8/21/05, John Franey [EMAIL PROTECTED] wrote: I will look into the maven-model source code

Re: [M1 b1] NPE with maven-java-plugin 1.5 - LAST TIME - HAVE PARTIALLY SORTED IT OUT

2005-08-20 Thread Brett Porter
Thanks for your reseearch into this Andy. I will take a look at commons sandbox. - Brett On 8/21/05, Andy Glick [EMAIL PROTECTED] wrote: I've been reporting the odd behavior I've noticed when using the maven-java-plugin-1.5 in certain circumstances. The symptoms are that the java plugin

Re: How to generate downloads.xml?

2005-08-21 Thread Brett Porter
It comes from the xdoc plugin, based on information in the versions/ tag in the POM, I believe. - Brett On 8/21/05, John Pappin [EMAIL PROTECTED] wrote: you have all see the downloads page a lot of Maven sites have. It looks like it's generated by a plugin of some sort, but I can't find

Re: [M2] How to include resources in a jar?

2005-08-21 Thread Brett Porter
Ok, that's something I can test out tomorrow. I'm not sure you need to create a subdirectory for this - the pom.xml will happily sit alongside your other build files. Cheers, Brett On 8/21/05, Carsten Ziegeler [EMAIL PROTECTED] wrote: Brett Porter schrieb: That's odd. We use this all

Re: Standardized Maven Environment

2005-08-21 Thread Brett Porter
that regularly for them. Happy to discuss any further thoughts you have on this. Cheers, Brett On 8/22/05, Buntingster [EMAIL PROTECTED] wrote: We are looking at standardizing our builds on Maven. We will have one server performing builds for our official artifacts. However, all of our

Re: Should I run maven on the Free Software Foundation's GCJ or Sun's java platform

2005-08-21 Thread Brett Porter
I believe that Maven has been shown to work on kaffe. I'm not sure about gcj. It is primarily tested on Sun's platform. - Brett On 8/22/05, bw t [EMAIL PROTECTED] wrote: Hi all, Should I run maven on the Free Software Foundation's GCJ or Sun's java platform ? Thanks, bwtoh

Re: Disabling Deploy Task - Maven 2

2005-08-22 Thread Brett Porter
It's just a matter of not running it. Since nothing comes after deploy, the only way it will run is if you run m2 deploy. - Brett On 8/23/05, Scott Goldstein [EMAIL PROTECTED] wrote: I have a quick newbie question. In Maven 2, from the documention, it appears that the deploy lifecycle

Re: Ant Tasks + Proxy

2005-08-22 Thread Brett Porter
Do setting the standard Java system properties work? We do not yet handle NTLM configuration. - Brett On 8/23/05, Wyvis vis [EMAIL PROTECTED] wrote: I am doing an evaluation of the Maven2 Ant dependency management tasks and I am having a few problems getting them to work :-( I am sitting

Re: M2 transitive dependencies and releasing with M1

2005-08-22 Thread Brett Porter
. Currently, the m1 - m2 conversion won't accommodate ranges (we'd need to let you add a new property to your m1 pom). - Brett On 8/23/05, Martijn Dashorst [EMAIL PROTECTED] wrote: All, I'm currently releasing Wicket and we have 2 projects: wicket and wicket-extensions. The extensions project has

Re: [m2] deployment during integration-test lifecycle phase

2005-08-22 Thread Brett Porter
for your own. - Brett On 8/23/05, Michael Deck [EMAIL PROTECTED] wrote: Hello all - I have taken over a project that is being built on maven 1 and would like to move it on to maven 2 when it is released. Currently we do a lot of in-container testing on our ejbs which sounds like it would

Re: [m2] maven-antrun-plugin

2005-08-23 Thread Brett Porter
I believe that the plugin requires the 2.0 beta-1 release of Maven and will be released alongside it. Cheers, Brett On 8/23/05, Chris Berry [EMAIL PROTECTED] wrote: Greetings, I am trying to get the m2 maven-antrun-plugin to run. I have gotten pretty far but now I'm stumped. First I

Re: includes tools.jar as dependency

2005-08-23 Thread Brett Porter
You can look at plexus-compiler-javac [1], or even use that itself, like the compiler mojo does [2]. - Brett [1] http://tinyurl.com/aj4ub [2] http://tinyurl.com/c6v7z On 8/22/05, Scokart Gilles [EMAIL PROTECTED] wrote: I have a project generates code. In my tests, I want to verify

Re: [M2] How to include resources in a jar?

2005-08-23 Thread Brett Porter
I tested this out and it works fine with the latest code from SVN. Maybe a bug in 2.0-alpha-3 - haven't tried to reproduce it there. - Brett On 8/22/05, Brett Porter [EMAIL PROTECTED] wrote: Ok, that's something I can test out tomorrow. I'm not sure you need to create a subdirectory

Re: maven2 : packaging options

2005-08-23 Thread Brett Porter
what do the modules do? A packging of POM is appropriate for pom-only (usually a parent element). - Brett On 8/16/05, Rizwan Merchant [EMAIL PROTECTED] wrote: Hi, I have a project with a number of sub-modules. I need to specify in some of the sub-modules that those modules should not be jar

Re: [M2] How does filtering resources work?

2005-08-23 Thread Brett Porter
I thinhk we should bounce this off the maven developer list first, but I'm thinking it is reasonable. - Brett On 8/23/05, Carsten Ziegeler [EMAIL PROTECTED] wrote: If I'm not the only one who thinks that filters directly defined at the resources is a good idea, I could try to develop a patch

Re: maven2 : packaging options

2005-08-23 Thread Brett Porter
Thanks Chris. I filed this yesterday as I was doing my investigation so if you could attach it back to MNG-777 that'd be great. Cheers, Brett On 8/24/05, Chris Berry [EMAIL PROTECTED] wrote: Actually, it does work when using echo level=error. My mistake... I will add an optional parameter

Re: Why is the version not appended to target/blah.war?

2005-08-23 Thread Brett Porter
as suggested). Hope that helps. Cheers, Brett On 8/24/05, Jamie Bisotti [EMAIL PROTECTED] wrote: On 8/23/05, Craig S. Cottingham [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 23, 2005, at 11:41, Jamie Bisotti wrote: Thanks for your response. Sorry, I

Re: m1: changing database config for testing

2005-08-23 Thread Brett Porter
the environment from ~/build.properties. - Brett On 8/24/05, Craig McDaniel [EMAIL PROTECTED] wrote: I have integration tests that use DBUnit for testing our persistence layer. If a developer runs the tests, I want it to execute against a certain database (we'll call it dev). We also have

Re: The scm url cannot be null: continuum, M1, multiproject plugin and svn

2005-08-23 Thread Brett Porter
Unfortunately Continuum does not yet support Maven 1 projects with inheritence except to check out the root directory of the multiproject - is that what you were trying that doesn't work? - Brett On 8/24/05, Kahn, Peter [EMAIL PROTECTED] wrote: I am trying to get a simple multiproject maven pom

Re: [M2] updating metadata due to status of 'none'

2005-08-23 Thread Brett Porter
not be getting it for poms you deployed yourself with m2. It only redownloads the POM and not the JAR, and currently is set to daily. - Brett On 8/24/05, Andrius Karpavicius [EMAIL PROTECTED] wrote: Using a version from svn. Periodically during build I get these messages: updating metadata due

Re: jar:install-snapshot - deprecated jar:snapshot

2005-08-24 Thread Brett Porter
As of the 1.5 release of the Maven Artifact plugin, anything with a SNAPSHOT name will automatically get timestamped. - Brett On 8/25/05, Andreas Guther [EMAIL PROTECTED] wrote: Hi: With the jar plug-in 1.7 I noticed that the creation of a versioned jar file seems to be deprecated. I

Re: [m1] get current Maven properties

2005-08-24 Thread Brett Porter
way of customising Maven (that was from a very old document - is it still online and linked from somewhere?) You should just use ~/build.properties on a per user basis. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [m1] problem with plug-in auto-download

2005-08-26 Thread Brett Porter
Try: typeplugin/type Also, change the host from sf.net to sourceforget.net (so it doesn't have to do the redirect). - Brett On 8/26/05, berndq [EMAIL PROTECTED] wrote: Hi, I want to use the plug-in auto-download feature so I added dependency groupIdmaven-plugins/groupId

Re: [m1] problem with plug-in auto-download

2005-08-26 Thread Brett Porter
://www.oreilly.com/catalog/mavenadn/errata/ - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   5   6   7   8   9   10   >