Welcome Kristian Rosenvold to the Maven PMC

2010-09-02 Thread Brian Fox
This is a little delayed, but still deserved. A few weeks ago, Kristian joined us on the Maven PMC. He's been driving a lot of interesting work in Maven 3 to support parallel builds. If you haven't tried that out yet, please do and send some feedback. Welcome Kristian! --Brian Fox Maven PMC

Setting goals for upcoming releases

2010-09-02 Thread Brian Fox
Now that Maven 3 beta 3 is out with Guice and Aether, we can pretty safely call it feature complete. I'd like to propose a few goals to get some things done. We have ApacheCon coming up the first week of November, and it would be great to set that as a target to get Maven 3.0 out the door. So far

Re: Setting goals for upcoming releases

2010-09-02 Thread Brian Fox
On Thu, Sep 2, 2010 at 8:40 PM, Barrie Treloar baerr...@gmail.com wrote: On Fri, Sep 3, 2010 at 9:04 AM, Brian Fox bri...@infinity.nu wrote: Now that Maven 3 beta 3 is out with Guice and Aether, we can pretty safely call it feature complete. I'd like to propose a few goals to get some things

Re: Setting goals for upcoming releases

2010-09-02 Thread Brian Fox
When 3.0 is released, is 2.2 pretty much a dead branch? I have no problem with that btw :-) Isn't it essentially dead now? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

snapshot range changes in m3

2010-09-02 Thread Brian Fox
... On Fri, Sep 3, 2010 at 11:34 AM, Brian Fox bri...@infinity.nu wrote: Now that Maven 3 beta 3 is out with Guice and Aether, we can pretty safely call it feature complete. I'd like to propose a few goals to get some things done. We have ApacheCon coming up the first week of November

Re: maven-dependency-plugin (version 2.1) question

2010-08-31 Thread Brian Fox
Yes it was intentional. On Tue, Aug 31, 2010 at 1:33 PM, EJ Ciramella ecirame...@casenetinc.com wrote: I've noticed recently that copy-dependencies finds the transitive dependencies, but copy does not. Is this intentional? We'd like to NOT have to repeat a majority of the dependencies when

Re: Dependency:sources skipping files

2010-08-31 Thread Brian Fox
They don't exist and the dependency plugin has remembered this fact. It stores marker files in /target/dependency so if you run it many times it won't try to get the missing ones over and over. This goal dates to the days when the connection to central was unreliable and I was tired of having

Re: Enforce Maven client to use credentials for read artifacts from repository

2010-08-31 Thread Brian Fox
The http clients usually don't send the credentials until the server requests them with a 403, then it will send them and good clients will recall this and pre-emptively send the credentials for future requests to that server. Maven doesn't pre-emptively send them by default, but it is possible to

Re: Enforce Maven client to use credentials for read artifacts from repository

2010-08-31 Thread Brian Fox
The http clients usually don't send the credentials until the server requests them with a 403, then it will send them and good clients will recall this and pre-emptively send the credentials for future requests to that server. Maven doesn't pre-emptively send them by default, but it is possible to

Re: [VOTE] Release Apache Maven 3.0-beta-3 (take 2)

2010-08-30 Thread Brian Fox
Plus 1. (just discovered the plus key on my board is broken) On Mon, Aug 30, 2010 at 9:09 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, what's a better start for a week than a new fresh release :-) ? So here we go! Apart from another few regression fixes, this release

[mojo-dev] [jira] Commented: (MVERSIONS-122) New Mojo: set-scope

2010-08-30 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MVERSIONS-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=233645#action_233645 ] Brian Fox commented on MVERSIONS-122: - moved to versions plugin because modifying the pom

[mojo-dev] [jira] Moved: (MVERSIONS-122) New Mojo: set-scope

2010-08-30 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MVERSIONS-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox moved MDEP-283 to MVERSIONS-122: -- Key: MVERSIONS-122 (was: MDEP-283) Project: Maven 2.x Versions Plugin

Re: Question to: No primary artifact to install...

2010-08-26 Thread Brian Fox
this means you have no artifact with an empty classifier. This is not necessarily a problem, if you're using the build helper or assembly to build attached artifacts. On Thu, Aug 26, 2010 at 8:20 AM, Thomas Trepper thomas.trep...@blueclaim.com wrote:  Hi all, this is a snippet from my build,

Re: Filling in a few gaps with enforcer rules

2010-08-26 Thread Brian Fox
On Thu, Aug 26, 2010 at 12:39 PM, Rex Hoffman r...@e-hoffman.org wrote: Baptiste: I work in a large organization, where there are differing degrees of familiarity with maven. Most devs shy away from the release plugin for several reasons.  One is the use of hudson and nexus. I actually

[jira] Commented: (THRIFT-363) Maven Deploy

2010-08-25 Thread Brian Fox (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902694#action_12902694 ] Brian Fox commented on THRIFT-363: -- bryanduxbury is already part of the thrift group. I

Re: Filling in a few gaps with enforcer rules

2010-08-25 Thread Brian Fox
Yes, these are useful rules, although we have some that sound the same, but maybe there's a subtle difference? http://maven.apache.org/enforcer/enforcer-rules/requireReleaseDeps.html http://maven.apache.org/enforcer/enforcer-rules/requireReleaseVersion.html On Wed, Aug 25, 2010 at 6:26 PM, Rex

Re: Correcting a groupID

2010-08-23 Thread Brian Fox
The relocation poms will help prevent collisions of different versions, but eventually the users would want to update to the new groupId. On Mon, Aug 23, 2010 at 8:20 AM, sebb seb...@gmail.com wrote: Apache Commons NET currently uses the groupId commons-net. However, it should really use the

Re: central repo, snapshots and releases

2010-08-23 Thread Brian Fox
The reason is simple: Maven needs at least one snapshot repo configured, or it won't even attempt to ask anyone (specifically Nexus via the mirrorOf * setting) for any snapshots. Maven has built in an existing repository with the ID central but it is enabled only for releases. We must do either:

Re: nexus, local repository, and m2eclipse

2010-08-23 Thread Brian Fox
You mean, like adding a project information page in the community section with links to all the lists? http://nexus.sonatype.org/project-information.html ;-p On Mon, Aug 23, 2010 at 4:02 PM, Wayne Fay wayne...@gmail.com wrote: I didn't know there was a nexus list.  Thanks. This happens

Re: Is maven-enforcer-plugin active or not?

2010-08-23 Thread Brian Fox
Yep, i'm still here. I see some people have patches for this and the dependency plugin so I'll try to push out a release soonish. On Fri, Aug 20, 2010 at 5:05 PM, Haszlakiewicz, Eric ehas...@transunion.com wrote: I been using the maven-enforcer-plugin a bit, and I've noticed that some other

[jira] Closed: (MENFORCER-96) 'requirePluginVersions' recognizises some released maven-plugins as SNAPSHOTS

2010-08-23 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MENFORCER-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MENFORCER-96. -- Resolution: Not A Bug The message says that the versions are not locked down, and adds additional info

Re: maven 3 and the enforcer plugin

2010-08-19 Thread Brian Fox
I wrote it and it's interesting to me as well. I use some core logic in there, but off the top of my head, none of the normalization is related to core. I'll probably dig in just out of curiosity. On Thu, Aug 19, 2010 at 3:07 PM, EJ Ciramella ecirame...@casenetinc.com wrote: Gotcha - it's

Re: Any plans to reintroduce the uniqueVersion functionality?

2010-08-19 Thread Brian Fox
Nexus has REST urls to let you retrieve the latest snapshot from a deterministic url: http://nexus.sonatype.org/nexus-faq.html#25 On Mon, Aug 16, 2010 at 6:16 AM, ni...@codefresh.com ni...@codefresh.com wrote: Hi, I've noticed that the uniqueVersion attribute of the release plugin is

Re: question on maven uber jar and plexus-utils

2010-08-13 Thread Brian Fox
This was done so that plugins could use their own version of p-u and not have a class path conflict with the version used in core Sent from my iPad On Aug 13, 2010, at 10:35 AM, Martin Gainty mgai...@hotmail.com wrote: Good Morning Devs- I needed to rebuild maven-shared-components which

Re: maven-dependency-plugin configuration not found when invoking dependency:copy goal

2010-08-11 Thread Brian Fox
http://maven.apache.org/plugins/maven-dependency-plugin/faq.html#cli On Wed, Aug 11, 2010 at 6:52 AM, Joe Littlejohn joelittlej...@gmail.com wrote: Hi, I'm having trouble using the dependency:copy and dependency:unpack goals with Maven 2.2.1. I've been following this guide:

Re: Fwd: maven3 embedder

2010-08-10 Thread Brian Fox
use http instead of https On Tue, Aug 10, 2010 at 1:04 PM, Steffen Stundzig kont...@stundzig.de wrote: hi, thanks igor. For the second I need a login. Do you have a guest account or something else? regards Am 10.08.10 18:46, schrieb Igor Fedorenko: You may want to check how we do this in

[jira] Closed: (MDEP-259) copy-dependencies fails with Error copying artifact from .../target/classes to .../classes

2010-08-10 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-259. -- Resolution: Won't Fix This is a problem with Maven Core, not the dependency plugin. It will only happen if you

[jira] Commented: (ZOOKEEPER-787) groupId in deployed pom is wrong

2010-08-09 Thread Brian Fox (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12896726#action_12896726 ] Brian Fox commented on ZOOKEEPER-787: - brain cramp, it's in the proper location now

Re: [VOTE] Release Apache Maven 3.0-beta-2

2010-08-09 Thread Brian Fox
+1 works great on the projects I tested. On Sat, Aug 7, 2010 at 7:16 AM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, We solved 28 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16090 There are still a couple of issues left in JIRA:

[jira] Commented: (MDEP-275) Figuring out duplicate class definitions using the Analyze goal

2010-08-09 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=231536#action_231536 ] Brian Fox commented on MDEP-275: Your timing couldn't have been better. We were just discussing

Re: Problem with uniqueVersion=false in 3.0 beta1

2010-08-06 Thread Brian Fox
No, but with a repo manager, it's pretty quick to wipe the local and refetch everything cleanly from the local network. On Fri, Aug 6, 2010 at 10:31 AM, Adam Krieg akr...@pragmatrading.com wrote: Is the local repository smart enough to clear out the old snapshots?  I'm worried about tons of

Re: Problem with uniqueVersion=false in 3.0 beta1

2010-08-06 Thread Brian Fox
in M3. -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Friday, August 06, 2010 11:42 AM To: Maven Users List Subject: Re: Problem with uniqueVersion=false in 3.0 beta1 No, but with a repo manager, it's pretty quick to wipe the local and refetch everything

Re: 3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-06 Thread Brian Fox
2010/8/5 Arnaud Héritier aherit...@gmail.com: Ok,  Thus talking is good but doing is better ( I know I'm talking more than I'm doing :-) )  Could we have a consensus if we :  - release now the trunk as a beta 2 without Guice and Aether. With that we'll have a solid base to compare future

Re: 3.0 beta 2/3/4 roadmap was Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-06 Thread Brian Fox
I'm not so concerned about confusing users with a beta2 and then a beta3, that can be mitigated easily in the announcement. More releases won't hurt anyone. Let those working on it decide what to do and when presented with a vote, I'll test, verify and vote accordingly, regardless of if it's

Re: Podcast on Maven 3

2010-08-05 Thread Brian Fox
Was a great episode - just finished listening to it on the drive into work this morning.  I'd forgotten about the parallel builds stuff. Really look forward to using M3 - pity it causes me some headaches. -- Pull me down under... On Thu, Aug 5, 2010 at 10:07 AM, Brian Fox bri

Re: A dependency only for the dependency plugin

2010-08-05 Thread Brian Fox
...@gmail.com wrote: I don't understand the remark about M3. Either it implies that it \won't/ work in M2, or perhaps you left out a  word? On Wed, Aug 4, 2010 at 7:26 PM, Brian Fox bri...@infinity.nu wrote: In that case you'll need to use the unpack-dependencies goal along with provided. It's possible

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-05 Thread Brian Fox
The first thing I would like to happen is that we release 3.0-beta-2 *without* merging the proposed code. There are two reasons for this. Lets stage them both, I don't see any harm in having them back to back, it certainly could help isolate any regressions.

Re: How to get list of repositories referred by a pom.xml, including repos from its ancestors

2010-08-04 Thread Brian Fox
I added a goal to the dependency plugin a month or so ago to make it easier to dump out the full list of repos used by a build: mvn org.apache.maven.plugins:maven-dependency-plugin:2.2-SNAPSHOT:list-repositories On Wed, Aug 4, 2010 at 8:56 AM, Ron Wheeler rwhee...@artifact-software.com wrote:

Podcast on Maven 3

2010-08-04 Thread Brian Fox
The Basement Coders released a podcast this week where we talked a bit about Maven past, and the upcoming Maven 3 : http://www.dzone.com/links/episode_13_maven_3_interview_with_pmc_chair_brian.html?ref=ps --Brian - To

Re: A dependency only for the dependency plugin

2010-08-04 Thread Brian Fox
In that case you'll need to use the unpack-dependencies goal along with provided. It's possible that this would work correctly in M3 though because of the rework in the resolution. On Mon, Aug 2, 2010 at 9:18 PM, Benson Margulies bimargul...@gmail.com wrote: On Mon, Aug 2, 2010 at 4:17 PM, Brian

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-04 Thread Brian Fox
I find your pronouncement that it won't be here very troubling since you only have a single vote just as every other committer does. Knowing you in person, I'll take the above with a grain of salt that maybe it's not exactly what you meant. However my first reading of this was alarming.

Re: [VOTE] Release Maven SCM 1.4

2010-08-04 Thread Brian Fox
Anyone can vote. The community vote is certainly important, but official Apache policy requires a minimum of 3 PMC +1's. On Wed, Aug 4, 2010 at 6:56 PM, Mark Derricutt m...@talios.com wrote: +1 from me - I assume us joe-shmoe users can vote? -- Pull me down under... On Wed, Aug 4, 2010 at

[jira] Commented: (ZOOKEEPER-787) groupId in deployed pom is wrong

2010-08-03 Thread Brian Fox (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895118#action_12895118 ] Brian Fox commented on ZOOKEEPER-787: - Since the poms were correct and the deployed

Re: Merging in our Aether and Guice changes to Maven 3.x

2010-08-03 Thread Brian Fox
Our ITs say the codebases behave in an equivalent fashion, but it's the Aether/Guice changes that will be with us for the long haul. I would rather wait to integrate those in order to suss out problems that may be a result of that integration. I think you meant you would rather _not_

Re: checksum error on nexus

2010-08-02 Thread Brian Fox
To isolate if there's a problem and where, compare the jars and checksums you have retrieved locally against the same files in Central. We often see instances where network devices are scanning the jars and interfere/truncate the larger downloads. On Mon, Aug 2, 2010 at 12:01 PM, DONIAT,

Re: checksum error on nexus

2010-08-02 Thread Brian Fox
Regards, Christophe -Message d'origine- De : Brian Fox [mailto:bri...@infinity.nu] Envoyé : lundi 2 août 2010 18:05 À : Maven Users List Objet : Re: checksum error on nexus To isolate if there's a problem and where, compare the jars and checksums you have retrieved locally against

Re: A dependency only for the dependency plugin

2010-08-02 Thread Brian Fox
Your case was why I originally wrote these goals to take the artifact info as configuration instead of from the dependency list. The only reason you would want to use a dependency and the copy/unpack-dependencies would be if: You need to resolve dependencies produced by another module in the same

Re: Good writeup on deploying and using SNAPSHOTs?

2010-07-31 Thread Brian Fox
http://www.sonatype.com/books/mvnref-book/reference/pom-relationships-sect-pom-syntax.html#pom-relationships-sect-snapshot-versions On Thu, Jul 29, 2010 at 11:34 AM, Steve Johnson st...@parisgroup.net wrote:  Thanks for your reply! Yeah, I guess I can try that if you think my trouble is really

Re: Problem uploading bundles via Sonatype

2010-07-30 Thread Brian Fox
Yes, or file an INFRA ticket: https://issues.apache.org On Fri, Jul 30, 2010 at 4:28 AM, Dennis Lundberg denn...@apache.org wrote: Jason, shouldn't that be reposit...@apache.org instead? On 2010-07-29 21:11, Jason van Zyl wrote: The Apache repository specific concerns go to

Re: Want primary artifact of type 'zip'

2010-07-30 Thread Brian Fox
Hrm, that worries me a bit. If the packaging type=pom then most tools will expect that there is only a pom with no classifier (ie main artifact). The better way is to use a classifier. I'm pretty sure this setup you propose will confuse the indexer. On Fri, Jul 30, 2010 at 1:18 AM, Jörg Schaible

Re: Releasing the release plugin

2010-07-30 Thread Brian Fox
A lot of people seem to have the gpg plugin hang during release perform. It's never happened to me so I haven't dug into the root cause, if it's release or gpg...but that's the only thing that immediately comes to mind. On Thu, Jul 29, 2010 at 7:01 PM, Brett Porter br...@apache.org wrote:

Re: Non conforming groupIds in central repository from oss.sonatype

2010-07-29 Thread Brian Fox
The should be unless it was previously in Central. I'll find out. On Thu, Jul 29, 2010 at 6:43 AM, Carlos Sanchez car...@apache.org wrote: FYI I just noticed this project getting into central from oss.sonatype with a groupId of oauth.signpost

Re: scp config help needed

2010-07-27 Thread Brian Fox
You should use a repo manager and deploy over http, then you'll be on the well-worn path. On Mon, Jul 26, 2010 at 11:11 AM, Refr Bruhl refr_br...@yahoo.com wrote: Team I can get maven to scp files to a remote repository. However when I config the server entry in the settings file it seems

Re: Why all these errors with mvn site:site concerning https://maven-repository.dev.java.net/nonav/repository

2010-07-27 Thread Brian Fox
one of the reports in there hits all repos known to the build. There's a bug against it. On Tue, Jul 27, 2010 at 2:29 PM, Rick R ric...@gmail.com wrote: I keep getting all these errors about https://maven-repository.dev.java.net/nonav/repository. I tried googling about it but the responses are

Re: Updated release procedure documentation

2010-07-27 Thread Brian Fox
, 2010 at 12:09 AM, Barrie Treloar baerr...@gmail.com wrote: On Tue, Jul 27, 2010 at 3:04 AM, Brian Fox bri...@infinity.nu wrote: I finally crossed off a todo that was about 12 months old: I synthesized the various docs we had laying around to produce a generic Apache wide release procedure

Re: Problems with Maven Windows network drives

2010-07-26 Thread Brian Fox
Maven isn't doing anything special with the files, so it's most likely some delay or weird interaction with the shared folders either in Windows, or VirtualBox (or both). Since the local repo is expected to be local, it's not likely we would make any special changes to make remote mounting work

Updated release procedure documentation

2010-07-26 Thread Brian Fox
I finally crossed off a todo that was about 12 months old: I synthesized the various docs we had laying around to produce a generic Apache wide release procedure for publishing Maven based artifacts via the repository, and updated our Maven Project specific docs at the same time. These new docs

Re: svn commit: r978943 - /maven/site/trunk/pom.xml

2010-07-26 Thread Brian Fox
I assumed we had it deploying via ci, sorry about that. On Mon, Jul 26, 2010 at 5:10 PM, Dennis Lundberg denn...@apache.org wrote: Please make sure that a SNAPSHOT is released when you start to use it. I've deployed maven-parent 17-SNAPSHOT now. On 2010-07-25 01:07, bri...@apache.org wrote:

[jira] Commented: (MNG-4301) Invalid checksums on deploy when using webdav without extension

2010-07-26 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MNG-4301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=229883#action_229883 ] Brian Fox commented on MNG-4301: See the trick is that maven is producing these junk checksums upon

Re: ip address range blocked to maven infrastructure?

2010-07-23 Thread Brian Fox
You aren't on any block list, and given that your tracert stops way before it even reaches contegix's network let alone central itself, it seems to be an issue internally. On Tue, Jul 20, 2010 at 10:33 AM, kelvin goodson kelvingood...@apache.org wrote: On Tue, Jul 20, 2010 at 2:18 PM, Jason van

Re: Codehaus Repository

2010-07-23 Thread Brian Fox
use http://nexus.codehaus.org instead as a permanent solution. On Sun, Jul 18, 2010 at 6:59 AM, Jason van Zyl ja...@sonatype.com wrote: We have been helping Ben migrate things over to http://nexus.codehaus.org but it's slow going. He use to be running the Nexus indexer but I don't know what

Re: Request to unblock my IP address

2010-07-23 Thread Brian Fox
You downloaded more than 68,000 files. Why should we unblock it? Has anything changed on your end? On Fri, Jul 23, 2010 at 11:56 AM, Sateesh Kumar beeram.sate...@gmail.comwrote: Hi! I would request you to unblock my IP address 208.102.249.24 ,which was blocked while I was trying to download

Re: dependency:copy with resolve, or dependency:copy-dependencies with specified artifact

2010-07-22 Thread Brian Fox
copy-dependencies has filters you can use to filter on scope, group, artifact etc On Thu, Jul 22, 2010 at 6:03 AM, Tom t...@tbee.org wrote: I'm converting an applet project to use Maven. This means I have a applet artifact which uses all kinds of other Swing related libraries and the actual

Re: Why does nexus take so much space in the workspace?

2010-07-21 Thread Brian Fox
We have lots of IT tests. On Wed, Jul 21, 2010 at 4:46 AM, Usirs henrik.sjost...@scila.se wrote: Why does nexus take so much space in the workspace? When I check the size of my workspace I find that nexus (in workspace\.metadata\.plugins\org.maven.ide.eclipse\nexus) takes up alot of space.

Re: how to become an approved forge

2010-07-15 Thread Brian Fox
do NOT want to rush you, but just know when it could be done (I have to plan different client releases when this will be done and then plan my vacancies :)) Hope everything will be ok soon and thanks for your time. Tony. Le Fri, 2 Jul 2010 06:55:35 -1000, Brian Fox bri...@sonatype.com

Re: Site docs in Maven 3

2010-07-01 Thread Brian Fox
Since the site stuff is fully decoupled from core, it shouldn't really matter if site is done. Most people run the site build separately from a ci system anyway and for the time being you could use m2 if needed. For all the goodness m3 provides, I don't think the site plugin which has a separate

Re: standardized Maven GAV URN?

2010-06-30 Thread Brian Fox
...@gmail.com wrote: is le last part type or packaging ? 2010/6/29 Brian Fox bri...@infinity.nu Group:artifact:version:classifier:extension is pretty common On Jun 26, 2010, at 1:39 PM, lukewpatterson lukewpatter...@gmail.com wrote: It would be nice to be able to represent any Maven GAV

Re: making a repository read-only

2010-06-30 Thread Brian Fox
Use nexus and give different users different permissions. On Jun 30, 2010, at 1:38 AM, Jemos Infra jemos.in...@googlemail.com wrote: No, we don't use Nexus, just the file system. We've got a single account (sys_account) who is entitled to upload to this repository through ssh using an

Re: standardized Maven GAV URN?

2010-06-28 Thread Brian Fox
Group:artifact:version:classifier:extension is pretty common On Jun 26, 2010, at 1:39 PM, lukewpatterson lukewpatter...@gmail.com wrote: It would be nice to be able to represent any Maven GAV in a string. Does such a standard exist? A good use case is for plugins that allow input

Re: svn commit: r956833 - /maven/pom/trunk/maven/pom.xml

2010-06-22 Thread Brian Fox
Was this a mistake or do you want to go Emeritus? On Tue, Jun 22, 2010 at 5:23 AM, nico...@apache.org wrote: Author: nicolas Date: Tue Jun 22 09:23:13 2010 New Revision: 956833 URL: http://svn.apache.org/viewvc?rev=956833view=rev Log: updated developers list Modified:    

Re: [MDEP-269] please review

2010-06-21 Thread Brian Fox
If you're using the nexus api, then this belongs in the nexus-maven-plugin, not the maven-dependency-plugin. On Mon, Jun 21, 2010 at 8:39 AM, nicolas de loof nicolas.del...@gmail.com wrote: I tried to write an alternate implementation of MDEP-269 using nexus indexer API, based on samples found

Re: repository.apache.org - repo1.maven.org

2010-06-19 Thread Brian Fox
repo1.maven.org (aka Maven Central) syncs org.apache.* from repository.apache.org so all of your releases will be synced to Central automatically. The sync runs every 4 hours. On Fri, Jun 18, 2010 at 11:05 PM, Gabriele Columbro gabri...@apache.org wrote: Dear Mavens, cross-posting this to the

Re: repository.apache.org - repo1.maven.org

2010-06-19 Thread Brian Fox
repo1.maven.org (aka Maven Central) syncs org.apache.* from repository.apache.org so all of your releases will be synced to Central automatically. The sync runs every 4 hours. On Fri, Jun 18, 2010 at 11:05 PM, Gabriele Columbro gabri...@apache.org wrote: Dear Mavens, cross-posting this to the

[jira] Commented: (MNG-2553) Maven Local Settings Model should allow configuration of distributions (distributionManagement)

2010-06-19 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MNG-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=225871#action_225871 ] Brian Fox commented on MNG-2553: This is simply not how it was designed to work

Re: problems with jar in central?

2010-06-15 Thread Brian Fox
This implies to me that they attempted to re-release the same jar after it was synced to central. We don't allow that, hence the difference between the source repo and central On Mon, Jun 14, 2010 at 5:58 PM, Zac Thompson zac.thomp...@gmail.com wrote: Is there a place to report issues with the

Re: m2eclipse Mailing List

2010-06-10 Thread Brian Fox
Hi Shelli, The lists are still at codehaus so it should work via xircles. I guess it's time to proactively migrate to the sonatype.org servers. On Thu, Jun 10, 2010 at 4:34 PM, Shelli Orton shelli.or...@sjrb.ca wrote: Hi, This post isn't Maven related, but I thought someone on this list may

Re: gpg:sign and repository:bundle-create produce bad signatures

2010-06-10 Thread Brian Fox
We'll have to look into this and see what's up. It shouldn't modify the jar if it's already there. On Tue, Jun 8, 2010 at 2:08 PM, Bruno Harbulot bruno.harbu...@manchester.ac.uk wrote: On 08/06/10 16:52, Bruno Harbulot wrote: On 08/06/10 15:24, Bruno Harbulot wrote: I'm trying to follow

odd m3 help:effective-settings output

2010-06-09 Thread Brian Fox
While trying to debug some nexus-maven-plugin issues, I came across some differences in the help:effective-settings output between 2.2.1 and 3.0-b1. Is this expected? Note that in both cases the properties I have defined in my settings are not shown. From Maven 3: settings

Re: mvn dependency:tree goal

2010-06-02 Thread Brian Fox
It's not designed to work that way. It could be changed, but the effort involved isn't really worth it. On Wed, Jun 2, 2010 at 8:18 AM, timonik ryush...@gmail.com wrote: I processed mvn clean install and now it works fine. But, have I chance use depenedency:tree goal without project

Re: Maven GPG Plugin double singing artifacts

2010-06-02 Thread Brian Fox
Is there some plugin in your build that is forking the whole build? On Wed, Jun 2, 2010 at 10:29 AM, Alan D. Cabrera l...@toolazydogs.com wrote: I have a root POM that defines are deploy profile that generates source, javadoc, and signing. When I use this profile: mvn clean install -P

[jira] Commented: (MDEP-106) Unpacking primary artifact from sibling module uses repository rather than reactor

2010-06-02 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=223853#action_223853 ] Brian Fox commented on MDEP-106: It conceivably could be fixed in the plugin to check the reactor

Re: Maven Enforcer: Banned dependencies including type, classifier etc.

2010-05-27 Thread Brian Fox
Yes, it appears to support g:a:v only. I'm sure I had a reason at the time but I can't think of one now. It should be g:a:v:c:t On Thu, May 27, 2010 at 12:11 PM, Lewis, Eric eric.le...@ipi.ch wrote: Hi As far as I know, most Maven plugins rely on the Maven coordinates as described in

[jira] Closed: (MDEP-264) Dependency is copied from original source directory instead of .m2 using maven 3

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-264. -- Resolution: Fixed Fix Version/s: 2.2 The file name is always reconstructed now. The potential downside

[jira] Closed: (MDEP-257) includeClassifiers / seems to have no effect

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-257. -- Resolution: Duplicate MDEP-193 includeClassifiers / seems to have no effect

[jira] Commented: (MDEP-213) resolve dependencyManagement section with option to fail the build

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=222925#action_222925 ] Brian Fox commented on MDEP-213: So you want to resolve everything in depMgt to make sure the versions

[jira] Closed: (MDEP-208) finalName of artifacts not in the reactor is not taken into account.

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-208. -- Resolution: Fixed Fix Version/s: 2.2 fixed by MDEP-264 finalName of artifacts not in the reactor is not taken

[jira] Closed: (MDEP-240) ignoreNonCompile not available for analyze-report

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-240. -- Resolution: Fixed Fix Version/s: 2.2 ignoreNonCompile not available for analyze-report

[jira] Moved: (MNG-4690) Transitive dependency lost when included another dependency

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MNG-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox moved MDEP-202 to MNG-4690: - Complexity: Intermediate Component/s: (was: resolve

[jira] Closed: (MDEP-263) filtering by classifier don't work

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-263. -- Resolution: Fixed Fix Version/s: 2.2 fixed by MDEP-194 filtering by classifier don't work

[jira] Closed: (MDEP-182) Add exclude*, parameters to copy mojo (analogous to copy-dependencies mojo)

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-182. -- Resolution: Won't Fix Use the -dependencies goals for transitive resolution. The copy/unpack goals are meant exactly

[jira] Closed: (MDEP-260) fileSeparator\/fileSeparator causes an exception

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-260. -- Resolution: Fixed Fix Version/s: 2.2 patch applied, thanks. fileSeparator\/fileSeparator causes an exception

[jira] Closed: (MDEP-250) Add a skip paramater to dependency:unpack

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-250. -- Resolution: Fixed Fix Version/s: 2.2 Add a skip paramater to dependency:unpack

[jira] Moved: (MNG-4691) Partially resolved artifacts in local repo trip up go-offline

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MNG-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox moved MDEP-247 to MNG-4691: - Complexity: Intermediate Component/s: (was: resolve-plugins

[jira] Closed: (MDEP-195) dependency resolution fails when modules have inter-dependencies

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-195. -- Resolution: Duplicate dependency resolution fails when modules have inter-dependencies

[jira] Closed: (MDEP-188) switch to Mercury 1.0.0-alpha-2

2010-05-27 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MDEP-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Fox closed MDEP-188. -- Resolution: Won't Fix switch to Mercury 1.0.0-alpha-2 --- Key: MDEP

Re: Dependency analysis through wars

2010-05-26 Thread Brian Fox
On Wed, May 26, 2010 at 1:57 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 26 May 2010 01:02, leonfranzen leon_fran...@tvworks.com wrote: For now, my plan is to : 1. Build the DependencyNode tree with the maven DependencyTreeBuilder for the top-level POM 2. Traverse the

Re: Dependency analysis through wars

2010-05-26 Thread Brian Fox
In theory yes but then be prepared for unexpected results. On Wed, May 26, 2010 at 9:50 AM, Justin Edelson justinedel...@gmail.com wrote: On 5/26/10 9:47 AM, Brian Fox wrote: On Wed, May 26, 2010 at 1:57 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: On 26 May 2010 01:02

Re: [VOTE] Release Shiro version 1.0.0-incubating

2010-05-26 Thread Brian Fox
This looks correct to me. The way it's setup with the apache parent pom is that the root module will have the fully buildable source, all the individual modules still have their source and jdocs for ide integration. On Wed, May 26, 2010 at 12:39 PM, Les Hazlewood l...@hazlewood.com wrote: On

Re: This project has been banned...?

2010-05-23 Thread Brian Fox
This means that a project won't be built because it depends on something else in the build that failed. The fail at end will build anything it can to work around failures, but not if they depend upon the failed build. The ban is just for that maven execution, so there is no un-ban. Just run maven

Re: How often Codehaus' repo is sync with MavenCentral?

2010-05-23 Thread Brian Fox
I moved codehaus over to the more frequent sync but had a typo in there. It's running every 4 hours now in conjunction with Apache. On Sun, May 23, 2010 at 4:19 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: The sync seems not to have happened since at least 1am GMT+1h Saturday ...

<    1   2   3   4   5   6   7   8   9   10   >