Re: what happened to the plugin snapshots....

2008-08-06 Thread Patrick Moore
on this -Pat On Wed, Aug 6, 2008 at 6:26 AM, Brian Fox [EMAIL PROTECTED] wrote: As I said before, this was done by infra with no notice to us. The new policy of purging is theirs, not ours. See the infra archives if you would like to read about it. On Aug 5, 2008, at 10:45 PM, Patrick Moore

Re: what happened to the plugin snapshots....

2008-08-05 Thread Patrick Moore
Patrick Moore [EMAIL PROTECTED]: Specifically : http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/pluginsseems to have been emptied with no forwarding address :-( On Mon, Aug 4, 2008 at 4:10 PM, Patrick Moore [EMAIL PROTECTED] wrote: Hi --- What happened

Re: what happened to the plugin snapshots....

2008-08-05 Thread Patrick Moore
: On Mon, Aug 4, 2008 at 4:10 PM, Patrick Moore [EMAIL PROTECTED] wrote: What happened to all the maven plugin snapshots such as maven-surefire-2.4-collab ? It seems that al snapshots are gone... Not all of them, but the ones over 30 days old were deleted recently. Was 2.4-collab

Re: what happened to the plugin snapshots....

2008-08-05 Thread Patrick Moore
with the broom On Tue, Aug 5, 2008 at 1:20 PM, Brian E. Fox [EMAIL PROTECTED]wrote: This was an unfortunate Apache Infrastructure action that even we weren't aware of. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Moore Sent: Tuesday, August

Re: what happened to the plugin snapshots....

2008-08-05 Thread Patrick Moore
Of course this means that the maven team is imposing their idea of good process on the other apache projects like tapestry which was also impacted by this ... I could understand this if the release occurs. (i.e. if 2.2 is released then the 2.2-SNAPSHOT could be reasonably expected to be

Re: what happened to the plugin snapshots....

2008-08-05 Thread Patrick Moore
PM, Brett Porter [EMAIL PROTECTED] wrote: 2008/8/6 Patrick Moore [EMAIL PROTECTED]: Of course this means that the maven team is imposing their idea of good process on the other apache projects like tapestry which was also impacted by this ... No, Apache is imposing rules on Apache projects

what happened to the plugin snapshots....

2008-08-04 Thread Patrick Moore
Hi --- What happened to all the maven plugin snapshots such as maven-surefire-2.4-collab ? It seems that al snapshots are gone... -- Patrick Moore

Re: what happened to the plugin snapshots....

2008-08-04 Thread Patrick Moore
Specifically : http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/pluginsseems to have been emptied with no forwarding address :-( On Mon, Aug 4, 2008 at 4:10 PM, Patrick Moore [EMAIL PROTECTED] wrote: Hi --- What happened to all the maven plugin snapshots

Re: Real World User Issues with Maven

2008-03-22 Thread Patrick Moore
Hi Wendy -- On Fri, Mar 21, 2008 at 8:00 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Fri, Mar 21, 2008 at 7:29 PM, Patrick Moore [EMAIL PROTECTED] wrote: 1. mvn deploy on the top level - I only want to deploy the war (which is in the 'web' module). Mvn deploys everything. Not at all

Re: Real World User Issues with Maven

2008-03-21 Thread Patrick Moore
the deployment' RTFM = users who are eager to replace the product. You want the manual to be *optional*. That is the sign of a kick-ass product. But it is very hard. I wish you good luck! -- Patrick Moore

breaking tests up....

2007-11-16 Thread Patrick Moore
Hi there -- We are having some OOME: PermGen issues with our tests that are going to be difficult to fix and I am looking for a short-term solution so we can have green test results. I am thinking the easiest short term solution to getting our tests running completely is to break up the tests

Re: breaking tests up....

2007-11-16 Thread Patrick Moore
try forkMode pertest? That sometimes works for people. Wayne On 11/16/07, Patrick Moore [EMAIL PROTECTED] wrote: Hi there -- We are having some OOME: PermGen issues with our tests that are going to be difficult to fix and I am looking for a short-term solution so we can have green

Re: How to release if using testng

2007-10-15 Thread Patrick Moore
You know if you try really real hard you can get past the 'snapshot' aspect of 2.4-collab That is the version we use... but it is also the version tapestry.apache.org uses to release the tapestry project as well. Don't know why the main 2.4-SNAPSHOT can't get fixed to use the latest version

Re: indiscriminate dependencies ...

2007-09-30 Thread Patrick Moore
on a related note ... is there a global exclusions ability? currently you have to track down every use of the dependency in order to exclude it. For me the classic case of this is junit. We don't use junit but every jar that we include seems to have a dependency to junit... which completely

Re: Improving Maven Site Docs (was maven is hard)

2007-09-27 Thread Patrick Moore
, 3, and 4. I think this is as good an approach to fixing things as anything else. Wayne On 9/26/07, Patrick Moore [EMAIL PROTECTED] wrote: Hi Brian -- I certainly do agree with you that the maven website / documentation definitely needs the improvements you outlined. However, if you

Re: Improving Maven Site Docs (was maven is hard)

2007-09-27 Thread Patrick Moore
about mvn help as being equal to mvn help!-my-manager-is-yelling-at-me-from-1-meter-away-and-something-is-broken-and-i-feel-like-an-idiot :-) On 9/27/07, Stefano Bagnara [EMAIL PROTECTED] wrote: Patrick Moore ha scritto: what does mvn help or mvn -? get the end user? mvn help when ran

Re: Improving Maven Site Docs (was maven is hard)

2007-09-27 Thread Patrick Moore
On 9/27/07, Wayne Fay [EMAIL PROTECTED] wrote: 3. have the concept of a reverse archetype -- mvn runs and figures out what the pom.xml should look like based on the current directory structure. Currently the archetype concept says *if* you make your directory structure look

Re: Why Maven is Hard?

2007-09-27 Thread Patrick Moore
Here are some random thoughts. What would happen if mvn help printed out . mvn faq plugin - faq for the plugin mvn myfaq - your personal faq (creates a personal site/maven-faq.xml ) mvn faqreport - reports something that you think should be an faq mvn faqreport would

Re: Improving Maven Site Docs (was maven is hard)

2007-09-26 Thread Patrick Moore
Hi Brian -- I certainly do agree with you that the maven website / documentation definitely needs the improvements you outlined. However, if you are relying on documentation to cover up for maven's deficiencies that is a waste of time. Good documentation supports a good product but it can't be

Re: Improving Maven Site Docs (was maven is hard)

2007-09-26 Thread Patrick Moore
addendum to my earlier postAnd what I say applies to *any* software product Oracle, Windows, Linux, Ariba, etc. - does anyone's job description read become an maven expert? no (unless you are a maven consultant) - does anyone get a bonus for learning maven, or writing a maven

Re: Maven, CVS, Eclipse, and Continuum

2007-06-08 Thread Patrick Moore
Hi - I have wondered this myself about Eclipse. Ideally, I would like to have just one project and eclipse:eclipse create a single project in the top level parent directory that combined all of the module dependencies into a single .classpath file. -Pat

getting the correct plugin.

2006-10-11 Thread Patrick Moore
Hi there- I am trying to use the maven-dependency-plugin in the http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-dependency-plugin/2.0-SNAPSHOT/ directory. I have specified: plugin groupIdorg.apache.maven.plugins/groupId

dependency graph plugin?

2006-10-11 Thread Patrick Moore
Hi there- Is there a plugin that explodes the dependency graph so that it is possible to see why a jar is being included in the build? I have a bunch of mystery jars that I would like to eliminate, or at least know which library is trying to use them. Thanks. -Pat

getting the sources and javadocs

2006-08-21 Thread Patrick Moore
Hi there - It looks like there is no way with maven2 to get the generated javadoc jar or the sources.jar files. Is this correct? Been looking for a while for a way and I found this: http://jira.codehaus.org/browse/MNG-2248 -Pat

Re: getting the sources and javadocs

2006-08-21 Thread Patrick Moore
://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/dependency-maven-plugin/1.1-SNAPSHOT/ Or just use the eclipse plugin with the -DdownloadSources=true and ignore the generated eclipse files. On 8/21/06, Patrick Moore [EMAIL PROTECTED] wrote: Hi there - It looks like there is no way