Re: [VOTE] Name our mascot: "Shotgun" vs "The Maven Owl"

2014-12-17 Thread Brian E. Fox
B --Brian (mobile) > On Dec 15, 2014, at 5:39 AM, Stephen Connolly > wrote: > > After the run-off round, we are left with two names standing. > > This second vote will be a straight and simple majority wins. > > The vote will be open for at least 72 hours (with the potential of an > extensi

Fwd: Doxia Tools > Converter > Additional Usage Example (ant script)

2011-03-03 Thread Brian E. Fox
For the archives --Brian (mobile) Begin forwarded message: > From: Adrien > Date: March 2, 2011 10:22:26 PM EST > To: bri...@apache.org > Subject: Doxia Tools > Converter > Additional Usage Example (ant script) > > Hi, > > i've found your project very useful. In my case, i neeeded to run wi

Re: Multi-module source release assembly, using Common Apache POM version 7 not using ?

2010-05-17 Thread Brian E. Fox
This descriptor assumes that all modules ate children of the execution root...or a tree. If that's not the case in your project then you would need to create a custom bundle descriptor. --Brian (mobile) On May 17, 2010, at 3:20 PM, Marshall Schor wrote: The current common apache parent P

Re: Dependency:unpack version problem

2010-05-06 Thread Brian E. Fox
Fwiw the depmgt is checked in the unpack/copy goals... But Stephen is right, unpack-dependencies is the right goal here. --Brian (mobile) On May 6, 2010, at 11:16 AM, Jörg Schaible wrote: subir.sasiku...@wipro.com wrote: Use a property for the version + you can also use dependencyMan

Re: Plugins and their versions

2009-12-30 Thread Brian E. Fox
Take a look at the enforcer requirepluginversions rule. It will do what you have asked. --Brian (mobile) On Dec 30, 2009, at 10:26 AM, "Roland Asmann" wrote: Hi all! I was wondering if there is a plugin that can report all configured plugins in a POM. Important to me would be the confi

Re: Links to artifacts in a snapshot repository

2009-12-22 Thread Brian E. Fox
The nexus FAQ shows the link syntax: http://nexus.sonatype.org/nexus-faq.html#25 --Brian (mobile) On Dec 22, 2009, at 12:37 PM, Johannes Schneider wrote: Hi, at the moment I am creating a page for a project of mine. And because not everybody out there uses maven (don't understand why),

Re: Plugin version in SUPER POM simply ignored, with trivial pom.xml

2009-12-06 Thread Brian E. Fox
Go by help effective pom not describe, it looks hokey to me. Is 2.4.1 the latest? Maybe that's what is being reported. --Brian (mobile) On Dec 5, 2009, at 10:07 PM, kdwinkler wrote: Help even reports version 2.4.1 for the below pom: ...

Re: Difference between repo1.maven.org/maven2 and repo2.maven.org/maven2?

2009-12-06 Thread Brian E. Fox
They are the same. Internally the nginx config for central is repo2 but how that came to be I don't know. --Brian (mobile) On Dec 6, 2009, at 3:23 PM, Brett Porter wrote: To my knowledge, they are exactly the same thing at this point. - Brett On 07/12/2009, at 6:18 AM, Glen Mazza wrote:

Re: "[WARNING] POM is invalid." error messages in Maven 2.2.1 but not in 2.0.10

2009-11-20 Thread Brian E. Fox
Maybe 2.2.2 will fix it. =) Not likely. The pom is plain wrong an it was a bug in 2.x which allowed it to go unnoticed. On Fri, Nov 20, 2009 at 3:42 PM, Brett Randall wrote: http://jira.codehaus.org/browse/MNG-4379 ... or did your team log that :). On Fri, Nov 20, 2009 at 2:59 PM, E

Re: Frustration with snapshot updates

2009-10-03 Thread Brian E. Fox
Then change your snapshot repo update policy to never. However since Maven keeps looking for something, there is cleary some other problem with your build setup. It's not normal for it to keep looking like that... That's what I was trying to help figure out. --Brian (mobile) On Oct 2, 2009

Re: Dependency missing on Windows

2009-07-18 Thread Brian E. Fox
Not all the internal lists were linkedlists until 2.0.10. That means the jdk 1.5 vs 1.6 could be causing subtle differences in the resolution order. Upgrade both to 2.0.10 and you should have repeatable results that you can use to adjust your pom accordingly. --Brian (mobile) On Jul 17, 2

Re: Assembly plugin Question

2009-07-18 Thread Brian E. Fox
Make a new module that builds your assembly and place a dependency on the war so that it will run last. --Brian (mobile) On Jul 17, 2009, at 9:10 AM, Jim Collings wrote: So I have a project which builds several submodules but culminates in the construction of a war file out of those submod

Re: dependency:tree in XML format

2009-07-18 Thread Brian E. Fox
I'll try to push a release then this week. --Brian (mobile) On Jul 18, 2009, at 2:29 PM, lukewpatterson wrote: Is there a build plugin that can generate the dependency list/tree in XML format? I found this open issue http://jira.codehaus.org/browse/MDEP-145 but it hasn't been releas

RE: m2eclipse and crashing on any access to pom.xml

2009-04-08 Thread Brian E. Fox
The m2eclipse user list is more appropriate for this, but Igor found these links: http://www.mail-archive.com/ubuntu-b...@lists.ubuntu.com/msg728168.html http://dev.eclipse.org/newslists/news.eclipse.newcomer/msg21845.html so it doesn't seem specific to M2e. -Original Message- From: sean

RE: mirrors, oh mirrors

2009-04-08 Thread Brian E. Fox
Yes, Nexus 1.3 supports true mirrors. http://www.sonatype.com/people/2009/03/new-feature-in-nexus-13-mirror-su pport/ -Original Message- From: CemKoc [mailto:cem.koc.fwd+nbl...@gmail.com] Sent: Wednesday, April 08, 2009 7:05 AM To: users@maven.apache.org Subject: Re: mirrors, oh mirrors

RE: LATEST and RELEASE release version management

2009-04-06 Thread Brian E. Fox
Having the release plugin translate these values at release time _before_ the validation build and tag is the only sane way to use them. I currently have never use them because they aren't repeatable. From: Hayes, Peter [mailto:peter.ha...@fmr.com] Sent: Monday, April 06, 2009 12:12 PM To: Mav

RE: Maven: The Definitive Guide in French

2009-04-06 Thread Brian E. Fox
We have had a couple of volunteers requests for the French version. Ping Tim @ b...@sonatype.com for details. -Original Message- From: Emmanuel Hugonnet [mailto:ehsavoi...@gmail.com] Sent: Monday, April 06, 2009 5:27 AM To: Maven Users List Subject: Maven: The Definitive Guide in French

RE: Maven Clean Plugin exclude target folder

2009-04-06 Thread Brian E. Fox
Agree. Everything in the target folder should be considered temporal and wiped on a clean build. -Original Message- From: Johan Lindquist [mailto:jo...@kawoo.co.uk] Sent: Monday, April 06, 2009 3:48 AM To: Maven Users List Subject: Re: Maven Clean Plugin exclude target folder -BEGIN

RE: Additional dependecy scope

2009-04-06 Thread Brian E. Fox
You want to potentially use profiles to manage your dependencies. There isn't the ability to add new scopes. -Original Message- From: Uldis Karlovs-Karlovskis [mailto:uldis.karlovs-karlovs...@ctco.lv] Sent: Monday, April 06, 2009 2:53 AM To: 'Maven Users List' Subject: RE: Additional dep

RE: Trouble finding correct repositories

2009-04-05 Thread Brian E. Fox
If you go to http://repository.sonatype.org and click on advanced search, you can find that you can do a checksum search. This will calculate the hash in your browser and then attempt to find the matching hash from the index of central -Original Message- From: daniel.green [mailto:october.

RE: Maven Archetype Plugin is Hosed --- and nobody cares

2009-04-04 Thread Brian E. Fox
>You are hearing my frustration with the entire Maven infrastructure >and the fact the default response of the community is always "that's >not Maven's problem; your build/plugin/approach is broken." Again with the stereotyping and generalization. I haven't seen anyone say anything like that yet.

RE: Maven 2.0 project versions, dependency versions, and perpetual releasing

2009-04-04 Thread Brian E. Fox
>Also have a look at versions-maven-plugin That's what I meant earlier, not dependency-maven-plugin. I haven't personally used it yet, but I've shown it to several clients / trainees and it's worked well for them in this case. - T

RE: Maven Archetype Plugin is Hosed --- and nobody cares

2009-04-04 Thread Brian E. Fox
Howard, You have an interesting way of motivation and over generalization: "Once again, Maven is screwed up beyond belief and the developer community response is pitifully absent" "http://twitter.com/hlship"; First of all, one plugin does not represent the entire Maven project. Second, the assum

RE: Maven 2.0 project versions, dependency versions, and perpetual releasing

2009-04-03 Thread Brian E. Fox
d a SNAPSHOT from an old checkout after my release build, but I can't fix everything. Any thoughts? #4 looks the best to me at the moment, but I haven't tried it yet. Still trying to wrap my head around it. Zac On Fri, Apr 3, 2009 at 3:49 PM, Brian E. Fox wrote: > Use snapshots d

RE: Maven 2.0 project versions, dependency versions, and perpetual releasing

2009-04-03 Thread Brian E. Fox
Use snapshots during your dev cycle and publish your non-developer-desktop builds as official releases. There is the dependency-maven-plugin that can ease the updates of cross dependencies, but if you structure your build tree effectively, this will be minimal. You're on the right track, but don't

RE: Help with patching a release?

2009-04-03 Thread Brian E. Fox
Original Message- > From: Brian E. Fox [mailto:bri...@reply.infinity.nu] > Sent: Friday, April 03, 2009 1:16 PM > To: Maven Users List > Subject: RE: Help with patching a release? > > Easiest thing is to roll the poms to a snapshot and then do a > traditional release. Thi

RE: Help with patching a release?

2009-04-03 Thread Brian E. Fox
Easiest thing is to roll the poms to a snapshot and then do a traditional release. This assumes that the project you are patching is your own and the scm info is correct. -Original Message- From: David C. Hicks [mailto:dhi...@i-hicks.org] Sent: Friday, April 03, 2009 12:32 PM To: Maven Us

RE: Is IBIBLIO down?

2009-04-03 Thread Brian E. Fox
>But is Central really down? Working for me. Central is not. Ibiblio was last I checked (last night). Central != Ibiblio and hasn't been for several years now. Ibiblio is just one of the mirrors. - To unsubscribe, e-mail: users-u

RE: Central index redirect

2009-04-03 Thread Brian E. Fox
>I find it amazing that there were 224 million downloads of a single >file in Central last month! That sounds more like the total usage of >Central, astounding. (Curious is you have those numbers available >too...) You're right, I had the wrong number in my head. 224m was the central hit, 4m is

RE: Is IBIBLIO down?

2009-04-02 Thread Brian E. Fox
Yes it seems to be down. Using a repository manager would isolate you from these issues. -Original Message- From: logachandru.x.rajamanic...@jpmchase.com [mailto:logachandru.x.rajamanic...@jpmchase.com] Sent: Thursday, April 02, 2009 8:01 PM To: Maven Users List Subject: Is IBIBLIO down?

RE: Central index redirect

2009-04-02 Thread Brian E. Fox
We moved the index to S3 back in November to reduce the load on Central and improve access time for other artifacts. (224m downloads and 24TB last month alone for the index) The index is not accessible from repo1.maven.org anymore and it redirects to S3. (the s3 url is pseudo dynamic so to get the

RE: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Brian E. Fox
>It's things like this that give maven a bad rep. Folks spend hours >trying to get it to work and never do. Fixing it is in order, but why >on earth can't the keepers of the plugin document this in an obvious >place? Because that assumption below isn't true. The unpack and copy goals allow you

Re: Maven2 ignoring environment variables

2009-04-02 Thread Brian E. Fox
In general, try to avoid using env vars as it makes your build more fragile as you¹ve noticed. Somehow it seems these env aren¹t getting through to maven, but there¹s not enough info below to tell you why. On 4/2/09 6:46 AM, "amys" wrote: > > > I use an environment variable like ${env.FLORENC

Re: How to use maven-dependency-plugin to unpack-dependencies for 2 artifacts?

2009-04-02 Thread Brian E. Fox
You should use the includeArtifactId to filter exactly the ones you want for each folder. It looks like it¹s picking up both of your files in both executions so you just need to be more specific which artifacts to unpack. On 4/1/09 11:42 PM, "David Hoffer" wrote: > I'm having problems figuring

RE: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Brian E. Fox
The war plugin is introduced by the lifecycle. The mappings are dependent on the packaging type. More info is available here: http://www.sonatype.com/books/maven-book/reference/simple-project-sect-l ifecycle.html -Original Message- From: Pankaj Tandon [mailto:pankajtan...@gmail.com] Sent:

RE: Why are projects deploying to repo1.maven.org not allowed to use plugins from other repositories?

2009-04-02 Thread Brian E. Fox
This isn't a hard and fast rule, but we generally like to see that the entire enclosure is available on Central. You would need to introduce not just the pluginRepo, but probably a regular repo and that's where problems start. That repo then pollutes the downstream resolution for other artifact loo

RE: [ANN] Maven 2.1.0 Released

2009-04-02 Thread Brian E. Fox
The @phase will automatically cause a plugin to run at that phase, but the plugin must still be mentioned in the pom. -Original Message- From: Pankaj Tandon [mailto:pankajtan...@gmail.com] Sent: Thursday, April 02, 2009 10:40 AM To: users@maven.apache.org Subject: Re: [ANN] Maven 2.1.0 R

RE: java.lang.OutOfMemoryError: PermGen space problem

2009-04-01 Thread Brian E. Fox
Use the MAVEN_OPTS env to bump up the memory. The contents of this variable are passed directly to your jdk. I forget the exact syntax for increasing the permgen, but I'm sure google knows. -Original Message- From: SRINIVASA RAO [mailto:srinivasv_amb...@yahoo.com] Sent: Wednesday, April

RE: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Brian E. Fox
I agree completely, but until/unless the svn team fixes this major defect, there's not much we can do. (besides switch everyone to git ;-) ) -Original Message- From: Todd Thiessen [mailto:thies...@nortel.com] Sent: Wednesday, April 01, 2009 10:18 AM To: Maven Users List Subject: RE: [AN

RE: Update maven-metadata.xml

2009-04-01 Thread Brian E. Fox
unch of repositories look like one on site, and I have a repository (not managed by a repository manager) here to prevent users going off over the internet (ie hitting repo1 infrequently). But shouldn't Maven just handle these things? -Jim -Original Message- From: Brian E. Fox [mailto

RE: Sharing Maven-based project

2009-04-01 Thread Brian E. Fox
We have some tools to help convert a local repo into a remote repo format: https://docs.sonatype.com/display/NX/Nexus+Command+Line+Tools -Original Message- From: HHB [mailto:hubaghd...@yahoo.ca] Sent: Tuesday, March 31, 2009 10:57 AM To: users@maven.apache.org Subject: Re: Sharing Maven-b

RE: Update maven-metadata.xml

2009-03-31 Thread Brian E. Fox
Using a repo manager would solve both problems. You could upload via a ui instead of deploy-file and the metadata would be correctly generated. -Original Message- From: Jim McCaskey [mailto:jim.mccas...@pervasive.com] Sent: Tuesday, March 31, 2009 9:17 PM To: 'users@maven.apache.org' Subj

RE: Sharing Maven-based project

2009-03-31 Thread Brian E. Fox
>Yes, although if all your project dependencies are in the Maven central >repository, there may be some value in waiting on Nexus (or one of the other >repo managers, although I like Nexus) 'til you're "ready". If you've >already got several dependencies in your local repo that can't be found on >

RE: Duplicate Module/Project Names in m2eclipse

2009-03-31 Thread Brian E. Fox
When you import, you can select a naming template and one of them includes the group. This is also handy if you happen to have multiple branches imported at the same time, since one of the other options includes the version. -Original Message- From: Andrew Hughes [mailto:ahhug...@gmail.com

RE: The plugin 'org.apache.maven.plugins:maven-aar-plugin' does not exist

2009-03-31 Thread Brian E. Fox
That plugin doesn't exist on apache, so the error is correct. -Original Message- From: Azazel Se [mailto:azazel...@hotmail.com] Sent: Monday, March 30, 2009 10:37 PM To: users@maven.apache.org Subject: The plugin 'org.apache.maven.plugins:maven-aar-plugin' does not exist Hi. I cannot

RE: dependency:unpack-dependencies not updating releases

2009-03-30 Thread Brian E. Fox
Richard -Original Message----- From: Brian E. Fox [mailto:bri...@reply.infinity.nu] Sent: 27 March 2009 18:44 To: Maven Users List Subject: RE: dependency:unpack-dependencies not updating releases By changing a release artifact you are violating Maven Commandment #1: Release artifacts are immutable.

RE: Despite trusted CA, "unable to find valid certification path to requested target"

2009-03-29 Thread Brian E. Fox
th to requested target" Brian E. Fox wrote: > The CA may be trusted, but the site needs to expose the full signature > trail from the server cert up to the CA. Not doing this will often cause > the site to appear ok in a browser, but not to java. Most SSL signing > authorities provide

RE: Despite trusted CA, "unable to find valid certification path to requested target"

2009-03-29 Thread Brian E. Fox
The CA may be trusted, but the site needs to expose the full signature trail from the server cert up to the CA. Not doing this will often cause the site to appear ok in a browser, but not to java. Most SSL signing authorities provide a bundle that you can set on the server side. -Original Mess

RE: How to bulk load the jars in my local repo into a new (empty) corporate remote repo?

2009-03-28 Thread Brian E. Fox
We have some tools to help with this. They will sort out snapshots from releases and cleanup the metadata that is specific to a local repo. They are designed to leave the repos in a state to put into Nexus and let Nexus rebuild all the missing metadata. If your repository manager is Nexus, you're i

RE: dependency:unpack-dependencies not updating releases

2009-03-27 Thread Brian E. Fox
By changing a release artifact you are violating Maven Commandment #1: Release artifacts are immutable. Maven will never recheck for updated release artifacts, so it will just hand back what's in the local repository to the plugin every time. -Original Message- From: Richard Chamberlain [m

RE: dependency:unpack-dependencies not updating releases

2009-03-27 Thread Brian E. Fox
Overwriting is different than re-resolving. He wants to re-resolve a release that has changed. -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Sent: Friday, March 27, 2009 2:10 PM To: Maven Users List Subject: Re: dependency:unpack-dependencies not updat

RE: How to perform a deploy only

2009-03-26 Thread Brian E. Fox
t. So ideally, we would run a build/test, make sure it all gets through completely, then deploy the resulting artifacts. -Jim -Original Message- From: Brian E. Fox [mailto:bri...@reply.infinity.nu] Sent: Wednesday, March 25, 2009 9:20 PM To: Maven Users List Subject: RE: How to perfor

RE: Apache maven snapshots repository root links are invalid

2009-03-26 Thread Brian E. Fox
Thanks for pointing this out. It's actually a misconfig in the proxy rewrite rules. The /snapshots is actually a proxy of http://repository.apache.org/content/groups/snapshots and it looks like the reverse proxy rules are bunging up the url. I'll have to polish my rewrite-fu to get them worked

RE: How to perform a deploy only

2009-03-25 Thread Brian E. Fox
This really isn't a supported use case. Deploy is a phase and by definition all earlier phases run before the one you've asked for. Why would you not want to build before you deploy? -Original Message- From: Jim McCaskey [mailto:jim.mccas...@pervasive.com] Sent: Wednesday, March 25, 2009

RE: maven-install-plugin-2.3 is missing from main Maven repository at repo1.maven.org

2009-03-25 Thread Brian E. Fox
The jar is now on central and is being pushed again to all 1st level mirrors. -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: Wednesday, March 25, 2009 9:48 PM To: Maven Users List Subject: Re: maven-install-plugin-2.3 is missing from main Maven repository at repo1.m

RE: Possible problem when multiple developers depend on SNAPSHOT versions

2009-03-25 Thread Brian E. Fox
>pick up the old Foo 2.1-SNAPSHOT, ignoring any changes Bob makes >in Foo. He will probably waste a lot of time debugging, at least until >he happens to notice that Foo's version has changed. Do we assume that bob is unable to see that the version he currently works on and compiles, tests, inst

RE: Find updates to versioned dependencies and plugins

2009-03-25 Thread Brian E. Fox
Google for the versions-maven-plugin -Original Message- From: Marcin Wiśnicki [mailto:mwisni...@gmail.com] Sent: Wednesday, March 25, 2009 9:27 AM To: users@maven.apache.org Subject: Find updates to versioned dependencies and plugins Hi, this might be a silly question but I did a lot of

RE: Does a plugin with no executions need to be marked inherited?

2009-03-24 Thread Brian E. Fox
Inherited is true by default. Prior to 2.0.9, only executions could be marked to not inherit, not the entire config. -Original Message- From: Trevor Harmon [mailto:tre...@vocaro.com] Sent: Tuesday, March 24, 2009 3:04 PM To: Maven Users List Subject: Does a plugin with no executions need

RE: Show maven plug-in configuration options?

2009-03-24 Thread Brian E. Fox
Lookup mvn help:describe on the maven-help-plugin page, that will get you the info that normally shows on a plugin's website. -Original Message- From: Will Hoover [mailto:java.whoo...@gmail.com] Sent: Tuesday, March 24, 2009 2:50 PM To: 'Maven Users List' Subject: Show maven plug-in confi

RE: Maven 2.1.0 + SHITTY plugin => Whose issue, Mine, Yours, Theirs?

2009-03-23 Thread Brian E. Fox
Already been filed: http://jira.codehaus.org/browse/MSHITTY-10 -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: Monday, March 23, 2009 8:58 AM To: Maven Users List Subject: Re: Maven 2.1.0 + SHITTY plugin => Whose issue, Mine, Yours, Theirs? I think the integration t

RE: Is there a mavenized library for copying files?

2009-03-13 Thread Brian E. Fox
Sorry I misunderstood the question. Plexus-utils has a fileUtils.move (or something similar, don't have the source in front of me) -Original Message- From: Brian E. Fox [mailto:bri...@reply.infinity.nu] Sent: Friday, March 13, 2009 4:05 PM To: Maven Users List Subject: RE: Is th

RE: Is there a mavenized library for copying files?

2009-03-13 Thread Brian E. Fox
Look at the maven-dependency-plugin -Original Message- From: Markus KARG [mailto:markus.k...@gmx.net] Sent: Friday, March 13, 2009 3:06 PM To: 'Maven Users List' Subject: Is there a mavenized library for copying files? I am writing a plugin which needs to copy files. Since the File.renam

RE: Maven Meetup @ Sonatype on March 19th & 20th

2009-03-12 Thread Brian E. Fox
As an addendum to the meetup, we're also going to conduct a keysigning party. For more information about a key signing party, take a look at these excellent documents for how the ApacheCon party runs: http://wiki.apache.org/apachecon/PgpKeySigning Note, that this requires a tiny bit of preparation

Re: Which phase does a plugin's goal execute ?

2009-03-12 Thread Brian E. Fox
Check the site for the plugin. The plugin author can tell maven to execute up to a certain phase in the annotations - and this will be reflected on the plugin's goal page for that goal. On 3/11/09 6:21 PM, "Balasubramanian, Ravi Shankar" wrote: Hi all, I am executing a plugin's goal directly t

Re: dependency lookup url

2009-03-12 Thread Brian E. Fox
You want a settings like this: http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-gro up.html On 3/11/09 1:25 PM, "mcystems" wrote: I tried every possible combination on settings.xml: without mirrors, with mirrors defining snapshot a release repositories remove them. Nothing.

RE: Dependency question

2009-03-04 Thread Brian E. Fox
The dependency:tree goal does show test dependencies by default. -Original Message- From: stanlick [mailto:stanl...@gmail.com] Sent: Wednesday, March 04, 2009 7:16 AM To: users@maven.apache.org Subject: Re: Dependency question I hear you pal, but the lawyers are concentrating on the fac

RE: Dependency question

2009-03-03 Thread Brian E. Fox
If every jar present in dependency:resolve is shown in the tree, then that's all folks. -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Tuesday, March 03, 2009 2:52 PM To: Maven Users List Subject: Re: Dependency question > I am running mvn dependency:tree and expec

RE: Use mirror in parent snapshot inheritance

2009-03-03 Thread Brian E. Fox
uot; that all projects inherit from" is a snapshot version, sub modules won't be able to find it. Thanks, Vincent. On Mon, Mar 2, 2009 at 7:57 PM, Brian E. Fox wrote: > You might want to take a look at this: > http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your-

RE: Use mirror in parent snapshot inheritance

2009-03-02 Thread Brian E. Fox
You might want to take a look at this: http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your- poms-is-a-bad-idea/ -Original Message- From: Vincent Beretti [mailto:vbere...@gmail.com] Sent: Monday, March 02, 2009 11:37 AM To: users@maven.apache.org Subject: Use mirror in

RE: sign refuses to sign jar artifact of project with custom packaging type

2009-03-02 Thread Brian E. Fox
Seems like the plugin itself needs to be changed to allow for this. It should look at the type of the file, not the packaging. -Original Message- From: Rob Dickens [mailto:arctic@googlemail.com] Sent: Monday, March 02, 2009 12:50 PM To: users@maven.apache.org Subject: jar:sign refuses

RE: Profiles & Filters - sharing common config

2009-02-28 Thread Brian E. Fox
>>But the reference >>is created to the ${sibling_project}/target/classes directory not to >>the artifact produced. So whatever you were going to put into the JAR >>will be in the ${sibling_project}/target/classes directory It's actually a little more screwy than that. It depends on the phas

RE: Profiles & Filters - sharing common config

2009-02-28 Thread Brian E. Fox
It's pretty much not the maven way to expect that they will _never_ be in the local repo. However, dependencies are resolved in the "reactor" if it is built in the same mvn execution. The dependency:copy/unpack won't find things there, but copy-dependencies/unpack-dependencies will. -Origin

RE: Mavenizing Existing Project Part Deux

2009-02-26 Thread Brian E. Fox
Dependency:copy and/or dependency:copy-dependencies -Original Message- From: Ketan Khairnar [mailto:ketan.khair...@gmail.com] Sent: Thursday, February 26, 2009 5:42 AM To: Maven Users List Subject: Re: Mavenizing Existing Project Part Deux Based on this discussion, I have a question here

RE: Conditional plugin execution based on build time behavior - Maven profiles not sufficient?

2009-02-26 Thread Brian E. Fox
Nothing immediate pops into my head, but what if you could hook your CI system to monitor these external xsds and use that to trigger the build? The only way to stop the build currently is via the enforcer plugin, you could make a custom rule...but it would be seen to the CI as a build failure.

RE: Mavenizing Existing Project Part Deux

2009-02-26 Thread Brian E. Fox
>The other thing is, and this may be an urban legend, that I think it's better to not have the >sub modules nested in the parent module's directory. Make them parallel; siblings. This means >using ../ with relativePath when referring to the parent's pom: This is due to the old eclipses not suppo

RE: New repository for Maven snapshots

2009-02-22 Thread Brian E. Fox
, 2009 8:52 PM To: Maven Users List Subject: Re: New repository for Maven snapshots On Saturday 21 February 2009 20:10:49 Brian E. Fox wrote: > The Maven project has recently moved to a new repository within the > Apache infrastructure. The repository that was previously at: > http://people.a

New repository for Maven snapshots

2009-02-21 Thread Brian E. Fox
The Maven project has recently moved to a new repository within the Apache infrastructure. The repository that was previously at: http://people.apache.org/repo/m2-snapshot-repository is deprecated. All new snapshots are being deployed to http://repository.apache.org/snapshots . Note that this is a

RE: Error building CAS with Maven 2.0.10

2009-02-20 Thread Brian E. Fox
Something is horribly wrong with your setup or the CAS poms. The war plugin here: http://repo1.maven.org/maven2/maven/maven-war-plugin/20030413.023708/mav en-war-plugin-20030413.023708.pom Is not the right one. It should be in org/apache/maven/plugins not /maven. I'm guessing somehow you got a Mav

RE: Dependency/Version Issue with maven

2009-02-18 Thread Brian E. Fox
When building the directed graph of how to order the modules at build time, Maven doesn't consider (that I'm aware of) the existence of a dependency in the local repo. Are you using versions to describe the dependency between these modules? That's about the only thing that comes to mind? (even thou

RE: Removing: jar from forked lifecycle, to prevent recursive invocation

2009-02-17 Thread Brian E. Fox
This means the plugin that caused the fork to occur is removed from that forked lifecycle so it doesn't fork again. -Original Message- From: Romain Gilles [mailto:romain.gil...@thomsonreuters.com] Sent: Tuesday, February 17, 2009 5:08 AM To: Maven Users List Subject: Removing: jar from fo

RE: eclipse ide not picking up settings.xml

2009-02-17 Thread Brian E. Fox
The settings isn't refreshed except at startup or if you force it via the preferences->maven page. (assuming this is m2e) -Original Message- From: Mick Knutson [mailto:mknut...@baselogic.com] Sent: Monday, February 16, 2009 10:19 PM To: maven Subject: Re: eclipse ide not picking up settin

RE: recurrent exception

2009-02-16 Thread Brian E. Fox
Haha, I think that's Brett's form of: http://lmgtfy.com/?q=DashboardUtils+getDocument()+SAXException -Original Message- From: Brett Randall [mailto:javabr...@gmail.com] Sent: Monday, February 16, 2009 4:37 PM To: Maven Users List Subject: Re: recurrent exception Top hit on Google for:

RE: Anyone? Snapshots repositories, how should they work?

2009-02-16 Thread Brian E. Fox
Nexus only stores what Maven sends it. So if you have defined things as legacy (m1) in maven and told Nexus it's m2, you're going to have some trouble. Make everything M2, non-legacy (the default) and it should just work. -Original Message- From: Kent Närling [mailto:kent.narl...@seamles

RE: New Maven Respository Search Application

2009-02-12 Thread Brian E. Fox
Hopefully they are using the indexes and not scraping the entire contents of the repos. -Original Message- From: Edelson, Justin [mailto:justin.edel...@mtvstaff.com] Sent: Thursday, February 12, 2009 9:57 AM To: Maven Users List Subject: RE: New Maven Respository Search Application Does

RE: Problems with maven-kogo-plugin

2009-02-10 Thread Brian E. Fox
This was my project and since it got blocked by maven 2.0.2 bugs at the time... I never went back to fixing it. Now that you can fairly easily wrap ant tasks into plugins, I would suggest that approach. The kodo plugin in the sandbox required too much hacking of the ant task code to make it work

RE: Maven 2.0.9 - Upgrade Hints/Conflicts with other tools?

2009-02-10 Thread Brian E. Fox
There were changes between 2.0.5 and 2.0.6 that related to the handling of transitive dependencies and dependencyManagment. There is a goal in the dependency plugin to help you prepare your build before you migrate. You definitely want to look at this: http://maven.apache.org/plugins/maven-dependen

RE: Resolved Version Weirdness

2009-02-10 Thread Brian E. Fox
Sounds to me like a classic case of not specifying your direct dependencies. Some other pom changed and introduced a transitive change breaking something you actually depend on. Run mvn dependency:analyze on your projects, if it says you are missing direct dependencies, you should fix them. Yes

RE: Does maven not use VERSION while detecting circular dependencies?

2009-02-10 Thread Brian E. Fox
> - Geoffrey >This is too limiting IMO. >Sahoo Why? You can't have multiple versions of the same jar on the classpath, so allowing these circular dependencies to take version into consideration just pushes the problem futher down the stack. -

ApacheCon Europe 2009: Early Bird Deadline Extended

2009-02-09 Thread Brian E. Fox
Subject: ApacheCon Europe 2009: Early Bird Deadline Extended until 13th of February Here's some great news for everyone who's thinking of traveling to Amsterdam for this year's ApacheCon Europe. The Early Bird deadline has been extended to Friday, February 13th - and remember, there is

RE: Checkstyle report failing

2009-02-06 Thread Brian E. Fox
You need to put it in the reportingPlugins section of you pom. -Original Message- From: bwonch [mailto:bill.wo...@gmail.com] Sent: Thursday, February 05, 2009 10:30 PM To: users@maven.apache.org Subject: Checkstyle report failing Hi everyone - I'm not sure if this is the appropriate pl

RE: Got blocked?

2009-02-05 Thread Brian E. Fox
Noone has been blocked recently. Note that wget is blocked automatically so if you use that, it won't work. Use your browser to test connectivity. -Original Message- From: Johannes Schneider [mailto:maili...@cedarsoft.com] Sent: Thursday, February 05, 2009 4:17 PM To: users@maven.apache.o

[Please Test] 2.0.10-RC8

2009-02-04 Thread Brian E. Fox
The previous regressions have been fixed. Here's the list of issues fixed in 2.0.10: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14112&styleName =Html&projectId=10500&Create=Create Staged at (self-signed cert for now) https://repository.zones.apache.org/content/groups/stag

RE: Maven deploy project on a server different from remote repo server

2009-02-02 Thread Brian E. Fox
You could use the assembly plugin to produce a bundle with the dependencies. Or you could patch something together with dependency:copy-dependencies and dependency:build-classpath -Original Message- From: Qureshi,Shahzad [Ontario] [mailto:shahzad.qure...@ec.gc.ca] Sent: Monday, February 0

RE: RE: nexus can't find maven-archetype-plugin?

2009-02-02 Thread Brian E. Fox
- Original-Nachricht > Datum: Thu, 29 Jan 2009 15:16:04 -0500 > Von: "Brian E. Fox" > An: "Maven Users List" > Betreff: RE: nexus can\'t find maven-archetype-plugin? > Little hard to diagnose with that info. How is your settings.xml setup? >

RE: POM element orders

2009-02-01 Thread Brian E. Fox
Take a look at: http://www.sonatype.com/book and http://www.maven.apache.org/plugins/ -Original Message- From: Éric Daigneault [mailto:dai...@gmail.com] Sent: Sunday, February 01, 2009 8:35 PM To: Maven Users List Subject: Re: POM element orders Thanks Justin, sounds reasonable... ther

RE: POM element orders

2009-02-01 Thread Brian E. Fox
The order should follow the pom, with children always coming before the parent definitions. User bound executions always come after the default ones for any given phase. -Original Message- From: Edelson, Justin [mailto:justin.edel...@mtvstaff.com] Sent: Sunday, February 01, 2009 12:12 P

RE: Maven for the internet afraid

2009-02-01 Thread Brian E. Fox
I don't see how you can have both an ask-first approach and not some business process to handle it. The recommended setup we like to see is to let developers have access to the repos, but keep the official builds behind the Nexus Procurement repo so that you are sure what is officially built. It

RE: Automatically Synchronizing with Central Repo

2009-01-31 Thread Brian E. Fox
Where's the request? It's usually not too bad. The repository-maintain...@apache.org list is where you need to get the attention. -Original Message- From: Lincoln Baxter, III [mailto:lincolnbax...@gmail.com] Sent: Saturday, January 31, 2009 11:30 AM To: Maven Users List Subject: Automatic

RE: Maven for the internet afraid

2009-01-31 Thread Brian E. Fox
That's one reason why I run Nexus locally when I travel, because the offline mode breaks lots of plugins. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Friday, January 30, 2009 10:28 PM To: users@maven.apache.org Subject: RE: Maven for the internet afraid you

RE: Maven for the internet afraid

2009-01-30 Thread Brian E. Fox
This use case was exactly what the Procurement in Nexus was designed to support. It allows you to definitively control the artifacts used by your builds. The only alternative is to manage it my hand, which is labor intensive and error prone. http://www.sonatype.com/products/nexus -Original Me

  1   2   3   4   5   6   7   8   9   10   >