Re: Any way to generically specify a release version in a child POM when using the Maven release plugin?

2013-08-20 Thread Brett Vanderveen
Hey Ziga, Is it possible to do the same thing for test-jar's? It looks like maven still wants the version. Is it OK just just use ${project.version} in that case? *Brett VanderVeen* | brett.vanderv...@gfs.com *Gordon Food Service®* | IS Transportation | *www.gfs.com* P 616-717-6042 | C 630-310

Re: Any way to generically specify a release version in a child POM when using the Maven release plugin?

2013-08-20 Thread Brett Vanderveen
Ignore my last email. inserts foot in mouth It would help if I had the version entry on the parent pom. Example: dependency groupIdorg.mainco.subco/groupId artifactIdchildModuleB/artifactId version${project.version}/version typetest-jar/type scopetest/scope /dependency *Brett VanderVeen

Re: [VOTE] Retire Maven One Plugin

2013-07-21 Thread Brett Porter
+1 Thanks Dennis! - Brett On 20/07/2013, at 7:13 PM, Dennis Lundberg denn...@apache.org wrote: Hi, Now that we have Maven 1 at End-Of-Life, I think it's time to retire Maven One Plugin as well. It has been almost six years since the last release. I therefor propose that we retire maven

Re: Is it necessary to learn XML in order to lear Maven?

2013-06-27 Thread Brett Vanderveen
Not to be pretentious, but I think there is a lot of better documentation out there than W3 Schools, for example: https://developer.mozilla.org/en-US/docs/XML *Brett VanderVeen* | brett.vanderv...@gfs.com *Gordon Food Service®* | IS Transportation | *www.gfs.com* P 616-717-6042 | C 630-310-0172

Re: Maven zip artifact

2013-06-24 Thread Brett Vanderveen
of a better way. *Brett VanderVeen* | brett.vanderv...@gfs.com *Gordon Food Service®* | IS Transportation | *www.gfs.com* P 616-717-6042 | C 630-310-0172 Street: 1300 Gezon Parkway SW | Wyoming, MI 49509-9300 Mail: Mail Code 12003 | PO Box 1787 | Grand Rapids, MI 49501-1787 On Sun, Jun 23, 2013

Re: Maven zip artifact

2013-06-24 Thread Brett Vanderveen
Hey Cody, How would you unzip a static zip file rather than a Maven artifact? *Brett VanderVeen* | brett.vanderv...@gfs.com *Gordon Food Service®* | IS Transportation | *www.gfs.com* P 616-717-6042 | C 630-310-0172 Street: 1300 Gezon Parkway SW | Wyoming, MI 49509-9300 Mail: Mail Code 12003

Checkstyle Plugin: Upgrade dependency to Checkstyle v5.6

2012-11-13 Thread Brett Walker
in, very effective. Keep up the good work, Brett Walker Brett Walker brett.wal...@geometryit.commailto:brett.wal...@geometryit.com Software Developer / Analyst Geometry Pty Ltd Telephone 03 6223 1999 Mobile 0458 498 386 Fax 03 6223

Re: Checkstyle Plugin: Upgrade dependency to Checkstyle v5.6

2012-11-13 Thread Brett Walker
not familiar with Maven Plugin Architecture nor with how the Checkstyle Plugin links to the Checkstyle Library. I am hoping someone can point me in the right direction. Brett - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Seeking Maven Way advice: repos in project profile?

2012-10-22 Thread Brett Porter
this in another project is to add them to the plugin's POM, but also document for users how to set up a repository manager: http://incubator.apache.org/npanday/docs/1.5.0-incubating-SNAPSHOT/guide/devinfra/artifact-repository.html. Others here will likely disagree :) - Brett -- Brett Porter

Re: Maven on a Terminal Server

2012-09-27 Thread Brett Porter
typically give each user a local repository and are free to clean it out frequently if needed. Cheers, Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter http://twitter.com/brettporter

Re: ClassNotFoundException: org.codehaus.classworlds.Launcher

2012-07-24 Thread Brett Porter
whatever version is forked in this instance). Cheers, Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter http://twitter.com/brettporter - To unsubscribe, e-mail: users

Re: Executing a goal *after* install

2012-07-24 Thread Brett Porter
Binding the mojo in the install phase will run it after anything already executed in the install phase, which should be sufficient for your use case (you can probably even run it in the package phase since everything attaching artifacts will happen there). - Brett On 25/07/2012, at 7:08 AM

Re: 'mvn deploy' complaining that it cannot find what it is deploying

2012-07-18 Thread Brett Porter
On 18/07/2012, at 6:05 AM, Benson Margulies wrote: (http://maven.basistech.net/nexus/content/repositories/thirdpary/) I think you have mis-spelt thirdparty. - Brett - To unsubscribe, e-mail: users-unsubscr

Re: Migrating from Maestro to Apache Maven - Archiva

2011-12-08 Thread Brett Porter
should start up the latest release of Archiva from http://archiva.apache.org/, create the repositories that you want, and then copy the repository data from your old installation into the locations you specified. It will automatically re-scan and index them for you. Hope that helps, Brett

Re: Managing Different Java Versions

2011-10-08 Thread Brett Porter
in it can be different). - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Looking for free wrapper_windows_x86_64_exe version 3.2.3

2011-09-29 Thread Brett Porter
As far as I recall, the x86_64 Windows wrapper has only been available since 3.3.0, and has always been commercial. You will have to contact Tanuki Software. - Brett On 29/09/2011, at 1:03 PM, Dan Tran wrote: Hi the opensource version of java service wrapper ( JSW ) used by appassembler

Re: Maven release from Git branch

2011-09-19 Thread Brett Porter
may need to set the tag element in the scm section of the POM on the branch. In my experience, the release plugin correctly releases in that situation (I'm not using Hudson for that, however). - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com

Re: How can I run my class file(abc.java).

2011-08-01 Thread Brett Porter
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter - To unsubscribe, e-mail: users-unsubscr

Re: Issue with building .net project through maven

2011-05-11 Thread Brett Porter
You will need to provide more information about what you tried. What plugins are you using to build the .NET project? For example, is it http://incubator.apache.org/npanday/ ? - Brett On 11/05/2011, at 6:59 PM, sadaf2dec wrote: I am getting below error while compiling my project with Maven

Re: How to use wagon-ssh-external instead of wagon-ssh?

2011-05-02 Thread Brett Porter
On 02/05/2011, at 8:11 PM, Andreas Sewe wrote: Hi Brett, I think in the Maven 3 version of the site plugin, you need to add the wagon as a dependency of the site plugin, instead of as an extension (which only applies to the core deployment components). thanks for your suggestion. I am

Re: How to use wagon-ssh-external instead of wagon-ssh?

2011-05-01 Thread Brett Porter
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter

Re: Configuring repositories

2011-02-26 Thread Brett Porter
will also only be available if I am connected to our VPN. Is there also a way to configure a connect timeout so it doesn't hang for minutes when Im not connected to the VPN? https://brettporter.wordpress.com/2009/06/16/configuring-maven-http-connections/ Cheers, Brett -- Brett Porter br

Re: Re : Unable to get the mvn release:prepare work

2011-02-08 Thread Brett Cave
list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Cave Systems Architect Jemstep, Inc www.jemstep.com

Controlling the maven lifecycle

2011-02-04 Thread Brett Cave
Hi, I have a project that I would like to customize the way the maven lifecycle is processed. Instead of restarting the lifecycle, is there a way to get maven to continue its lifecycle from a specific phase? I would like to break up the lifecycle into different stages in our CI system, while

Re: Copying dependencies' binaries (dlls) for runtime

2011-01-05 Thread Brett Porter
specific plugins if that's the flavour of DLL you are dealing with. - Brett On 06/01/2011, at 11:22 AM, Phillip Hellewell wrote: On Wed, Jan 5, 2011 at 4:32 PM, Phillip Hellewell ssh...@gmail.com wrote: My question now is, if I want to define the resources in a separate stand-alone xml file

Re: The master password

2011-01-04 Thread Brett Porter
I believe if you regenerated another settings-security.xml file with the same master password, while the hash would be different it would effectively decrypt the passwords. However, you make a good point - automatically generating it would be a nice additional feature. - Brett On 04/01/2011

[ANN] Apache Archiva 1.3.3 released

2010-12-20 Thread Brett Porter
indexing performance [MRM-1440] - system status page [MRM-1441] - monitor repository scanning progress [MRM-1442] - track time spent in each consumer during a scan, to help diagnose poor scanning performance [MRM-1445] - disable referrer check by default -- Brett Porter br...@apache.org http

Re: Deployment Advice?

2010-12-16 Thread Brett Porter
-maven-best-practices.pdf. Or for those that have it, chapter 7 of Apache Maven 2: Effective Implementation. Cheers, Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter

Re: Mvn3 book and documentation

2010-12-15 Thread Brett Porter
Bern - Fon +41 31 311 32 22 http://www.basis06.ch - source of smart business - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br

Re: Problem with release plugin versions

2010-11-23 Thread Brett Porter
On 18/11/2010, at 10:10 AM, Todd Nine wrote: Hi Brett, There wasn't any version in my pom. I believe I've found the issue. I had a repository that connected to github, which is issuing 301 redirects. This bug is the underlying issue http://jira.codehaus.org/browse/WAGON-314 Maven

Re: Maven 3.0 doesn't download sources

2010-11-23 Thread Brett Porter
will actually store separate metadata per classifier. They should be the same in the scenario you describe, but maybe Artifactory doesn't support the new metadata format and affects it in some way. HTH, Brett On 24/11/2010, at 3:21 AM, Stephen Connolly wrote: Don't know what it should be but I think we

Re: New version of Eclipse from Springsource

2010-11-18 Thread Brett Porter
related :) Cheers, Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Problem with release plugin versions

2010-11-17 Thread Brett Porter
Try mvn help:effective-pom to see if you've locked in the version. Otherwise, we would need to know if you were using a repository manager. - Brett On 18/11/2010, at 7:38 AM, Todd Nine wrote: Hi all, This morning I attempted to perform a release using maven v 2.2.1 (r801777; 2009-08-07 07

Re: New version of Eclipse from Springsource

2010-11-17 Thread Brett Porter
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail

[OT] BarCamp Apache Sydney - December 11, 2010

2010-11-15 Thread Brett Porter
drinks event the night before for those who are interested. See you there! Cheers, Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: maybe bug in release plugin for computing next dev release?

2010-11-01 Thread Brett Porter
to the right level and committing that change to the trunk. -Marshall Schor - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br

Re: 3.0 Arftifact changes

2010-10-11 Thread Brett Porter
dependency groupIdorg.apache.maven/groupId artifactIdmaven-artifact/artifactId /dependency -Original Message- From: Brett Porter on behalf of Brett Porter Sent: Sun 10/10/2010 7:36 PM To: Maven Users List Subject: Re: 3.0 Arftifact changes It looks like you

Re: 3.0 Arftifact changes

2010-10-11 Thread Brett Porter
(you should see something in the build for that), or if there are some other potential changes like an exclusion for one of those libraries in the tree, or a optional flag. - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: 3.0 Arftifact changes

2010-10-11 Thread Brett Porter
:1.1-alpha-2 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.2.1 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.2.1 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.2.1 -Original Message- From: Brett Porter on behalf of Brett Porter

Re: How to change the commit message when publishing a site to Subversion?

2010-10-11 Thread Brett Porter
it with. It isn't possible to use properties. For the site plugin specifically, it might be able to take some configuration to apply to the wagon which would allow greater flexibility, since I believe it's configuring it's own ones rather than using them from the core. - Brett On 12/10/2010, at 7:07

Re: Release Plugin 2.1 : invalid label perforce scm provider 1.4

2010-10-11 Thread Brett Porter
is : why does getCommonBaseDir lowercase the common base dir ? Christophe -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands

Re: ${version} in 3.0

2010-10-10 Thread Brett Porter
...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: 3.0 Arftifact changes

2010-10-10 Thread Brett Porter
I assume you mean does not work. These APIs should continue to work without modification, as it's commonly used in other plugins. What's the problem you're seeing? - Brett On 11/10/2010, at 11:35 AM, Jason Chaffee wrote: I have a custom plugin that is using the following classes from maven 2

Re: 3.0 Arftifact changes

2010-10-10 Thread Brett Porter
It looks like you were missing a dependency before - there's no dep on maven-artifact or maven-model. Do you have them in your POM? I can see why it would have run in 2.0, but not sure how it ever compiled :) - Brett On 11/10/2010, at 12:56 PM, Jason Chaffee wrote: Yes, I meant does not work

Re: Maven 3.0 has landed!

2010-10-08 Thread Brett Porter
Are you using Safari? There's a long standing issue that it would download a HTML page instead for the .gz when you go via the mirror script. - Brett On 09/10/2010, at 12:09 AM, Nayan Hajratwala wrote: The ZIP appears to be working fine, but the tar.gz is only downloading a 12.3K file

[ANN] Maven Release Plugin 2.1 Released

2010-10-08 Thread Brett Porter
] - Allow custom files to be modified before doing a prepare or branch... * [MRELEASE-583] - Better Snapshot Dependency Handling Enjoy, -The Maven team -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Maven generated MANIFEST.MF: Commit or ignore?

2010-10-07 Thread Brett Porter
? - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Difference between archetype:create and archetype:generate?

2010-10-06 Thread Brett Porter
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Failing a build with maven-failsafe-plugin

2010-10-05 Thread Brett Porter
Add: goalverify/goal and make sure you run up until that phase. Cheers, Brett On 05/10/2010, at 10:46 PM, Thomas Sundberg wrote: goalintegration-test/goal -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Early Bird ends this Friday: Maven Training @ ApacheCon Atlanta

2010-10-05 Thread Brett Porter
, Lucene, OSGi, Java Enterprise Development, Business Community. Hope to see you there! Cheers, Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr

Re: Does Maven support this workflow?

2010-09-30 Thread Brett Porter
and msbuild - though it is focused at .NET C# and VB and may need some changes to support C++. You might also be interested in the NAR plugin, though I'm not sure what it's latest home is. - Brett On 01/10/2010, at 7:07 AM, Phillip Hellewell wrote: Hi all, I'm investigating Maven for use

Re: Deploy large files

2010-09-30 Thread Brett Porter
/guide-wagon-providers.html) - Brett On 30/09/2010, at 11:32 PM, Em DauPhu wrote: I'm using just http://. That's what one of my colleague told me about the double upload. That's what I meant with MNG-4236 but we're using maven 2.2.1 and it should be resolved. I agree about the double

Re: Deploy large files

2010-09-29 Thread Brett Porter
but that's not the point. ;) It sounds related to the double upload issue. Are you using dav:http:// or just http:// ? Do you have any of the other configuration options set somewhere? - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Release plugin to check SCM location

2010-09-28 Thread Brett Porter
, they should be part of one check, but I can see why they might be implemented separately. Is there a plugin/goal/way to check this, at least before the release? None that I know of - I'm sure it's not too hard to implement though if you'd like to take a shot at a patch! Cheers, Brett

Re: Release plugin to check SCM location

2010-09-28 Thread Brett Porter
);, and it would require a change in all SCM providers again. Lóránt On Tue, Sep 28, 2010 at 09:04, Brett Porter br...@apache.org wrote: On 28/09/2010, at 4:01 PM, Lóránt Pintér wrote: My problem with both these options is that they'd only check the syntax of the URLs. My problem

Re: Why? Maven 2.2.1 defaults to maven-surefire-plugin 2.4.3

2010-09-28 Thread Brett Porter
-- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Release plugin to check SCM location

2010-09-27 Thread Brett Porter
...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Plans to release Maven 3.0

2010-09-10 Thread Brett Porter
Most are seeing it in the other direction. Are you able to reproduce it on a sample project you can post? Or is there anything distinctive about the build that is slower? Do you notice where it spends most of its time? - Brett On 10/09/2010, at 11:49 PM, Tim wrote: I've been using m3

Re: SFTP wagon host key requires user input

2010-09-09 Thread Brett Porter
in ~/.ssh/known_hosts for the build server user. Then Maven will find it in future. But if you trust the connection, you can safely set the option to 'no' as described and Maven won't ask regardless. - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Why my OpenQA repository is not used..?

2010-09-02 Thread Brett Porter
compatible, and already present on central. - Brett On 02/09/2010, at 5:06 PM, Stephane-3 wrote: Hello, I get an unresolved dependency with Selenium. Maven is looking for it in the wrong repository I think.. [INFO] [resources:resources {execution: default-resources}] [WARNING] Using

Re: release plugin rollback and subversion

2010-08-27 Thread Brett Porter
Yes, it's a known issue that rollback doesn't remove any created tags. You should remove it manually. - Brett On 27/08/2010, at 11:56 PM, Timothy Mcginnis wrote: Hello, I am trying to use Subversion with Maven for the first time. For the past two years I have been using CVS. My

Re: failsafe failures don't fail the build

2010-08-23 Thread Brett Randall
Check out the suggested bindings at http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing Brett On 8/23/10, Benson Margulies bimargul...@gmail.com wrote: I have been unable to find a way to make a failure in an integration test result in failing the overall build. I have

Re: maven set wrong JRE version

2010-08-18 Thread Brett Randall
I've not used openjdk for a while, but worth checking your Eclipse setting for Java - JREs - Execution Environments (typed from memory) and make sure that your 1.6 openjdk JDK is registered/linked as an execution environment JRE for 1.6. Brett On 8/18/10, Daniel Rindt dri...@visetics.com wrote

Re: maven 3 and the enforcer plugin

2010-08-18 Thread Brett Randall
I don't know this plugin/rule well, but looking at your output, could it relate to the underscore versus hyphen in the detected versus normalized JDK version string? Maybe try a hyphen in your version rule. Brett On 8/19/10, EJ Ciramella ecirame...@casenetinc.com wrote: Mvn version output

Re: Getting Error - Couldn't find a version in [11.0] to match range [9.0,11.0)

2010-08-12 Thread Brett Porter
-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr

Re: maven-release-plugin: Accessing version numbers from custom mojos during a preparationGoal/ run goal

2010-08-06 Thread Brett Porter
you'd need to change the release plugin to pass them to the preparation goals as a system property (though again there's the difficulty of potentially not being the same for every module). - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: maven compile can't resolve the class in rt.jar

2010-08-03 Thread Brett Randall
to use the override mechanism Brett On 7/31/10, Alex Kuznetsov alexk...@gmail.com wrote: We are having problem with maven. maven compile can't resolve the class in rt.jar Error: cannot find symbol symbol : class Action location: package javax.xml.ws We are using : Maven version: 2.0.9

Re: How to clear cache used in DefaultMavenProjectBuilder

2010-08-03 Thread Brett Porter
/Maven2RepositoryMetadataResolver.html#166 Cheers, Brett On 03/08/2010, at 4:55 PM, amaresh mourya wrote: Hi All, In DefaultMavenProjectBuilder.java, there is one private hash map called rawProjectCache, which stores the last discovered projects. But i want each time it to read the pom file and return me

Re: maven-shared-io gone from http://svn.apache.org/repos/asf/servicemix/m2-repo/

2010-08-03 Thread Brett Porter
You'd have to ask the ServiceMix developers. It was probably not meant to be there in the first place, since if it's the same artifact, it's already on central: http://repo2.maven.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/ - Brett On 03/08/2010, at 3:55 AM, Andrew Hamilton wrote

Re: wagon-webdav

2010-08-02 Thread Brett Porter
1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: Why does maven build on dos prompt keeps waiting for user to press enter?

2010-07-28 Thread Brett Randall
What is Maven executing and what is in the output right before each pause/prompt? Brett On 7/28/10, Kannan Jayaprakasam kan...@arcot.com wrote: For my pom.xml based maven build, at multiple places it waits and keeps waiting until I press Enter. This is a huge time waster because for a big

Re: Is there a way to stop mail delivery but not unsubscribe?

2010-07-15 Thread Brett Porter
Send mail to users-allow-subscr...@maven.apache.org. Cheers, Brett On 15/07/2010, at 4:02 PM, benxs wrote: I prefer to read and write to this mailing-list through a browser frontend like nabble.com I want to avoid delivery of all postings from this mailing list to my mailbox

Re: maven claims to try a repo, but doesn't

2010-07-15 Thread Brett Porter
that aren't file:// try mirrorOfexternal:*,!internal/mirrorOf instead, or set up a repository manager at the mirror location and have it manage requests between the two. - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: GWT on Maven Central

2010-07-13 Thread Brett Randall
The developer: http://maven.apache.org/guides/mini/guide-central-repository-upload.html Send a request to the project developers/maintainers in the first instance. Brett On 7/14/10, Justin Edelson justinedel...@gmail.com wrote: Does anyone know who is responsible for getting the GWT jars up

Re: maven runtime error java.net.UnknownHostException: repo1.maven.org.

2010-07-01 Thread Brett Randall
is calling your expected DNS server. Best Brett On Thu, Jul 1, 2010 at 3:50 PM, Andrew Bucknell drewb3...@hotmail.com wrote: Thanks for the suggestion Brett but it appears that wasn’t the right fix. I updated to jdk 1.6.0_20. Im getting the same error in the same place. Caused

Re: maven runtime error java.net.UnknownHostException: repo1.maven.org.

2010-06-30 Thread Brett Randall
came back on the track, a bit strange though. I'd try updating to a current patch release of JDK 1.6.0 on you platform. Best Brett On Thu, Jul 1, 2010 at 11:13 AM, Andrew Bucknell drewb3...@hotmail.com wrote: I downloaded maven 2.2.1 on to my debian box and am having problems with it. I am

Re: Artifact in repo without an artifactId?

2010-06-16 Thread Brett Porter
. - Brett On 17/06/2010, at 6:26 AM, Wendy Smoak wrote: On Wed, Jun 16, 2010 at 3:54 PM, Stopp, Bryan bryan.st...@argushealth.com wrote: I'm experiencing a strange issue and discrepancy with Maven 2.2.1 and the m2eclipse plugin. This artifact: org.hsqldb:hsqldb-j5:2.0.0:jar has a pom in repo1

Re: wagon-maven-plugin and wagon-scm

2010-06-10 Thread Brett Porter
! -Jim - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: m2eclipse Mailing List

2010-06-10 Thread Brett Randall
Hi Shelli, I too had the same problem a few weeks back. I tried to raise this via email to the list admin. Regards Brett On Fri, Jun 11, 2010 at 6:34 AM, Shelli Orton shelli.or...@sjrb.ca wrote: Hi, This post isn't Maven related, but I thought someone on this list may know

Re: Unable to execute package target on centos machine

2010-05-14 Thread Brett Randall
On Fri, May 14, 2010 at 4:43 PM, Vijay Shanker Dubey vijay.s...@gmail.com wrote: Hi I am working on a maven project to build a simple utility api. The same source code when build on my office win XP machine, was successful. Now i am at home and working with same source code on CentOS

Re: Truncated pom.xml when artifact deployed to local repository

2010-05-12 Thread Brett Randall
Hi Ross, I saw your http://issues.hudson-ci.org/browse/HUDSON-6370 , and wondered if you had seen (closed, not reproducible) http://jira.codehaus.org/browse/MNG-2551 , which seems similar. Might not help much since it was not resolved. Brett On Wed, May 12, 2010 at 7:39 PM, Ross Hedley (AS400

Re: Sign existing artifacts in repository

2010-05-10 Thread Brett Porter
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users

Re: Maven2 Shade vs Maven1 UberJar

2010-05-04 Thread Brett Porter
...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Maven 2.2.1 on Windows-64 bit

2010-04-21 Thread Brett Porter
it work on 64-bit Windows platform ? Please advise. Thank you. Regards, Vineeth. -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-21 Thread Brett Porter
On 21/04/2010, at 11:13 PM, John Singleton wrote: Thanks, Brett. FWIW, I also noticed this problem with the 2.2 version of Compiler plugin, which was released a couple of weeks ago. Yes, they both use the same version of the shared component. It's being taken care of. - Brett -- Brett

Re: [ANN] Maven Compiler Plugin 2.3 Released

2010-04-20 Thread Brett Porter
-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Cannot find wagon... for ftp

2010-04-16 Thread Brett Porter
On 16/04/2010, at 4:15 PM, Craig L Russell wrote: Hi Brett, I added the version number to the extension and now the symptom looks like this: clr% mvn install [INFO] Scanning for projects... [INFO] [INFO

Re: Cannot find wagon... for ftp

2010-04-15 Thread Brett Porter
low for it as far as I can tell. 2. What did I do wrong? If you add the wagon version to the POM, the build will work fine. - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e

Re: README.txt bundled with maven doesn't mention M2_HOME

2010-04-07 Thread Brett Porter
Sounds like making them consistent makes sense. Note that the env var is not required - it is mostly for people that wish to run multiple versions of Maven. - Brett On 08/04/2010, at 1:03 PM, Matthew McCullough wrote: Team, The download page for Maven mentions the M2_HOME variable

Re: Updating site.xml skin.version during a release, how?

2010-04-06 Thread Brett Porter
the ${project.version} will become 1.0.0 but the site.xml's ${skin.version} will remain at 1.0.0-SNAPSHOT (unless I am wrong). How can I sync the ${project.version} and the skin.version when performing a release? CHEERS :) -- Brett Porter http://brettporter.wordpress.com/

Re: Updating site.xml skin.version during a release, how?

2010-04-06 Thread Brett Porter
, but not the parent of the skin to avoid this conflict. That's where the site is run from, to ensure you don't build useless sites for things like the parent POM and skin. - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Updating site.xml skin.version during a release, how?

2010-04-06 Thread Brett Porter
to cause some confusion down the track. I'm not sure what your release patterns will look like. On 07/04/2010, at 2:57 PM, Andrew Hughes wrote: Thanks Brett :) I got a workaround by making the oganization pom the skin, by: typejar/ then I moved all of the ./acme-maven-site-skin/src/main

Re: Does wagon-scm work with maven-scm-provider-gitexe?

2010-03-31 Thread Brett Porter
I don't think wagon-scm has been tested with git - while most is generic there's a chance it won't work yet. You could file an issue in WAGON. You might also get help from more general git / scm users on us...@maven.apache.org. - Brett On 31/03/2010, at 3:47 AM, Kathryn Huxtable wrote

Re: Does wagon-scm work with maven-scm-provider-gitexe?

2010-03-30 Thread Brett Porter
version to you extensions also. Re-ordering the extensions so that SCM is listed first may also help. - Brett -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: wagon-users-unsubscr

[ANN] Maven Help Plugin 2.1.1 Released

2010-03-29 Thread Brett Porter
in effective-settings * [MPH-71] - call help:evaluate in batch mode Enjoy, -The Maven team -- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: Does wagon-scm work with maven-scm-provider-gitexe?

2010-03-29 Thread Brett Porter
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http://brettporter.wordpress.com

Re: Maven 2.2.1 and Release plugin 2.0 issue

2010-03-23 Thread Brett Porter
-- Brett Porter br...@apache.org http://brettporter.wordpress.com/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to add output statement in pom?

2010-03-17 Thread Brett Porter
] Thanks, Jane - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Brett Porter br...@apache.org http

Re: mvn archetype:create breaks on js file

2010-03-15 Thread Brett Randall
archetype:create is deprecated in favour of archetype:generate, so try archetype:generate. See its interactiveMode setting for a non-interactive option. Brett On 3/15/10, Antoine van Wel antoine.van@gmail.com wrote: Hi, I'm building an archetype using mvn archetype:create-from-project

Re: Test fail for release:perform only - no failure info

2010-03-15 Thread Brett Randall
Nice one. Adding an svn:ignore to a new project/module's target directory is about the first thing I do for a new artifact. Brett On 3/16/10, Randall Fidler randall.fid...@testadvantage.com wrote: Finally! As suspected... it was some stupid trivial item. I'm posting this just so the thread

  1   2   3   4   5   6   7   8   9   10   >