Re: Mirror for Classified Environment

2007-04-18 Thread Wayne Fay
That's not being a good Maven citizen... http://maven.apache.org/community.html The proper way to do this is using rsync. See the bottom of this page: http://maven.apache.org/guides/mini/guide-mirror-settings.html Wayne On 4/18/07, Gregory Kick [EMAIL PROTECTED] wrote: when I wanted a copy of

Re: Corrupted maven-metadata-central.xml when going offline = online mode ?

2007-04-20 Thread Wayne Fay
We see this a lot of Users@ when people download Maven, attempt to run things without configuring their proxy, end up with a ton of bad metadata, finally configure the proxy, and then still run into problems. So its a big annoying problem from my perspective. Wendy mentioned in a thread on

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-04-22 Thread Wayne Fay
On 4/21/07, Jose Alberto Fernandez [EMAIL PROTECTED] wrote: So if I say qualityBETA/quality then no alpha bundle (a bundle containing alpha software) will be selected. Who exactly decides what the quality is for a given release? Outside of a handful (literally) of major apps/projects (Linux

Re: Archetypes - Question about languages and file extensions

2007-04-24 Thread Wayne Fay
- which files extension represent text files and which represent binary files? how to store such a huge list? The mime.types file packaged by Apache webserver might prove useful for file extension/type analysis. Wayne - To

Re: Archetypes - Question about languages and file extensions

2007-04-24 Thread Wayne Fay
I found a few artifacts with the word mime in them but not sure if any of these will be helpful... http://www.mvnrepository.com/search.html?query=mime Wayne On 4/24/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: 2007/4/24, Wayne Fay [EMAIL PROTECTED]: - which files extension represent text

Re: axis2-wsdl2code:wsdl2code

2007-05-03 Thread Wayne Fay
Post your questions about the Axis2 plugin on the Maven Users list. The author of that plugin reads the User list, and I'm not sure if he reads this Dev list. Someone else just recently posted some questions about that plugin, and the author responded very quickly. Wayne On 5/3/07, [EMAIL

Re: dependency version ignored

2007-05-14 Thread Wayne Fay
Remove the junit exclusion under axis2-kernel and try again. Wayne On 5/14/07, Ecker Severin [EMAIL PROTECTED] wrote: Hi, I've tried both, version 2.0.5 and 2.0.6, equal results. Best regards, severin -Ursprüngliche Nachricht- Von: Ralph Goers [mailto:[EMAIL PROTECTED] Gesendet:

Re: Failing build on transitive circular dependencies

2007-08-29 Thread Wayne Fay
I'm ok with this so long as it would bring along a flag somewhere circular.transitivewarn/ vs break or something, with default being break, so we can still accomodate people that are using deps like dom4j and jaxen. Also, it would need to be well-documented so we can point all the users@ people

Re: http://jira.codehaus.org/browse/MNG-3151

2007-08-29 Thread Wayne Fay
Does anyone else think this is a terrible idea? If we allow this then there is no going back. Yah, I'd love to hear it if anyone can pick holes in it, as I don't want to steer down any bad tracks repository wise either. I'm not a huge fan simply because I like the simplicity of everything

Re: http://jira.codehaus.org/browse/MNG-3151

2007-08-30 Thread Wayne Fay
If this is the case, how will we file it in JIRA? Do we need a needs votes version? Or just back to 2.0.x with a comment in there? I suppose a needs votes version is as valid as any other approach. Then assuming it gets enough votes and comments, we can worry about implementing it. How many

Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-02 Thread Wayne Fay
[X] (B) Retain the current behaviour, but make using the enforcer a best practice to do the above, or some other control mechanism such as having the repository manager handle the available plugins I am thinking about the new user experience and winning more converts. As such, I think the

Re: [poll] Need for plugin packs / mixins for plugins

2007-09-02 Thread Wayne Fay
[ ] (A) Having a way to include a set of plugins in one small POM [ ] (B) Pasting a snippet in from the web site is sufficient [X] (D) Undecided I personally don't mind pasting a snippet and I think this is a good idea no matter what happens -- perhaps it could be included in the release notes

Re: [poll] Requiring users to specify plugin versions in Maven 2.1 or later

2007-09-04 Thread Wayne Fay
we can eliminate it (require all versions) in 2.2, 2.3, or 3.x. Wayne On 9/2/07, Wayne Fay [EMAIL PROTECTED] wrote: [X] (B) Retain the current behaviour, but make using the enforcer a best practice to do the above, or some other control mechanism such as having the repository manager handle

Re: Problem with ejb deployment

2007-09-04 Thread Wayne Fay
You should not be sending these emails to Maven Dev list. This has nothing to do with the development of Maven software. Instead you should be sending these emails to the Maven Users list: [EMAIL PROTECTED] See more info: http://maven.apache.org/mail-lists.html Wayne On 9/4/07, Hemant Ved

Re: Classpath ordering of dependencies

2007-09-09 Thread Wayne Fay
It also sounds like perhaps you need an excludes in your dependency declaration, to get rid of that bad transitive dep. Wayne On 7 Sep 07, at 2:20 PM 7 Sep 07, Paul Gier wrote: I did a little more research, and it looks like the artifact was renamed, so maven didn't know they were the same

Re: RE: pre-configuring self written plugins

2007-09-19 Thread Wayne Fay
The defaults are in the source code, as you mentioned. Which will require compilation to change. So it sounds like your requirements cannot be met currently. Why don't you explain what exactly you're trying to achieve, and perhaps someone will have an alternate suggestion? Wayne On 9/19/07,

Re: dependency:analyze changes

2007-09-21 Thread Wayne Fay
This seems to line up with what other plugins are doing, and the terminology seems clear as well, so this sounds like the best choice. It just took us a while to realize that. ;-) Wayne On 9/19/07, Mark Hobson [EMAIL PROTECTED] wrote: On 18/09/2007, Paul Gier [EMAIL PROTECTED] wrote: I think

Re: Plugin Resolution Bug?

2007-10-19 Thread Wayne Fay
Try using the full name of the plug-in, something along these lines: mvn clean triemax:jalopy-maven-plugin:1.0:format If you couldn't tell, that's groupId:artifactId:version:mojo. Wayne On 10/17/07, Jan Nielsen [EMAIL PROTECTED] wrote: I have configured our local repository as a single

Re: Modifying deploy plugin to prevent deployment of existing versions

2007-10-19 Thread Wayne Fay
This is a not uncommon issue raised on the Users list, so I'm happy to see you addressing it, Jason. The general suggestion until now has been run Archiva or similar or run cron every hour to set -r on all artifacts in your repo but a native Maven solution will be much nicer. Wayne On 10/19/07,

Re: Proposal for a Maven Dependency Registry

2007-11-13 Thread Wayne Fay
I agree with Brett. Any organization that is seriously using Maven is probably running a proxy/repo manager. Also, I know how other people manage their repos, and it is a bit scary. I don't trust most of them to never change artifacts etc. Oh this jar has a bug, but its only been out for 2 weeks

Re: [VOTE] Release maven-site-plugin 2.0-beta-6

2007-11-25 Thread Wayne Fay
I'm not sure what version of site-plugin is responsible for the FAQ page, but if its this version, there seem to be some issues... http://maven.apache.org/faq.html Wayne On 11/25/07, William Ferguson [EMAIL PROTECTED] wrote: OK, I'm trying to validate but I guess I have some bad config. It

Re: [VOTE] Release maven-site-plugin 2.0-beta-6

2007-11-26 Thread Wayne Fay
? Wayne On 11/26/07, Dennis Lundberg [EMAIL PROTECTED] wrote: That page was published on 30 Jan 2006, so at least it wasn't this version of the plugin. Wayne Fay wrote: I'm not sure what version of site-plugin is responsible for the FAQ page, but if its this version, there seem to be some

Re: problem creating j2ee-simple

2007-12-12 Thread Wayne Fay
What do you mean, you're using an old Maven central? Did you download the entire Central repo? You can always just manually create the file structure etc. The archetypes are simply available to make things easier for you to get stuff set up. Wayne On 12/12/07, Jens Rapp [EMAIL PROTECTED] wrote:

Re: problem creating j2ee-simple

2007-12-12 Thread Wayne Fay
Also, you should not post these types of questions to Dev. Instead, post to the Users list Wayne On 12/12/07, Wayne Fay [EMAIL PROTECTED] wrote: What do you mean, you're using an old Maven central? Did you download the entire Central repo? You can always just manually create the file

Re: trouble in building maven

2006-09-27 Thread Wayne Fay
This question is not appropriate for the Maven Dev list and I doubt you'll receive a response. Please send it to Maven Users, or even better, directly to the Agila Users/Dev list as this is really their problem. Wayne On 9/27/06, charles magnes [EMAIL PROTECTED] wrote: Hello, Could anybody

Re: [maven 2] Can we have an automatically prepended list identifier on posts

2006-10-18 Thread Wayne Fay
Figure out how to configure filters in your Yahoo email to direct mail to the right place based on headers (I use the To: info). That's what the rest of us do, I'd assume. As for your comment about needing an entirely new email list for M1 vs M2... We have a generally agreed-upon notation of

Re: Maven on Nabble

2006-10-29 Thread Wayne Fay
This is excellent! I might even try using it a bit instead of GMail all the time... ;-) Wayne On 10/29/06, Jason Dillon [EMAIL PROTECTED] wrote: Ya, this is cool... was it easy to do? I'd like to do the same for the Geronimo forums :-) --jason On Oct 29, 2006, at 6:02 PM, Brett Porter

Re: [vote] release maven-ejb-plugin 2.1

2007-02-07 Thread Wayne Fay
A huge nonbinding +1 from me... Wayne On 2/7/07, Joakim Erdfelt [EMAIL PROTECTED] wrote: +1 (this is sorely needed) - Joakim Stephane Nicoll wrote: Hi, This release fixes all known issues, only two feature requests are still open and we need to discuss this a bit more, see also[1]

Re: javamail 1.4 in central maven repo

2007-02-14 Thread Wayne Fay
Tom, this isn't really the right place for this (and I'm not even in the Maven Dev team), but I'll go ahead and respond all the same. Normally you might report these kinds of issues through JIRA, in the MEV (Maven Evangelism) component: http://jira.codehaus.org/browse/MEV The Maven team is only

Re: [Proposal] New profile activation

2007-02-17 Thread Wayne Fay
Would it perhaps be sufficient to add a skip configuration to all plugins, such that you could declare the plugin the parent, and then add a skiptrue in the plugin definition in the children which would cause that plugin to be skipped for that specific child/module? Just trying to think of some

Re: [m2] [mojo-dev] Re: Terracotta Maven plugin(s), anyone?

2007-02-19 Thread Wayne Fay
First off, I know nothing about Terracotta. You can already do a by simply creating a pom.xml for Terracotta, packaging a bundle (please include compiled jar, source jar, and javadocs jar), and uploading it to JIRA. This is all documented so you should be able to follow the steps:

Re: maven-enforcer-plugin

2007-03-21 Thread Wayne Fay
I like this approach better as well... Seems very natural. Wayne On 3/21/07, Jason Dillon [EMAIL PROTECTED] wrote: Hey, this occurred to me last night... Why not have one goal, enforcer:enforce, then abstract the things to enforce into rules... public interface EnforcementRule { void

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-04-11 Thread Wayne Fay
Strongly agree with Carlos and Dan. We already have enough troubles on M-U with web proxies and javax.* artifacts not available in Central, we really don't need to add to the troubles by requiring users to specify every single plugin. Wayne On 4/11/07, Dan Tran [EMAIL PROTECTED] wrote: I have

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-04-11 Thread Wayne Fay
.* and the plugins? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 4:10 PM To: Maven Developers List Subject: Re: Remove auto-resolution of plugin versions from Maven 2.1 Strongly agree with Carlos and Dan. We already have enough troubles on M-U with web

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-04-12 Thread Wayne Fay
John, you asked me two questions... I wish I knew how to properly handle the issue of what I will call laziness wrt reading and using documentation on the part of users. It might be helpful to add a lot more things to the FAQ (including comments about web proxies with a link to the configuring

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-04-12 Thread Wayne Fay
Sounds like a great idea for a very useful plugin. I'm sure many of us have followed this same pattern when it comes time to do a release which utilizes snapshot plugins or artifacts. Wayne On 4/12/07, Nigel Magnay [EMAIL PROTECTED] wrote: Here's how I deal with instances where I need a

Re: Julia Antonova/Tumlare is out due to sick leave.

2008-02-26 Thread Wayne Fay
Oh no, Julia is out of the office again... I hope she feels better and returns to work soon. ;-) Wayne On 2/26/08, Julia Antonova [EMAIL PROTECTED] wrote: I will be out of the office starting 25.02.2008 and will not return until 29.02.2008. I will respond to your message when I return.

Re: Relative path to local repository?

2008-03-20 Thread Wayne Fay
My gut is that the configuration in settings.xml should always be an absolute path. The way this user (in MECLIPSE-404) is using the configuration is simply an anti-pattern. Wayne On 3/18/08, Benjamin Bentmann [EMAIL PROTECTED] wrote: Hi, the recent release of maven-eclipse-plugin:2.5 brought

Re: how to start / stop the tomcat 6 server with maven2

2008-03-25 Thread Wayne Fay
As Brian said, send your questions to the Users list: Maven Users List [EMAIL PROTECTED] Also, do not send your emails repeatedly. If someone knows the answer, they will reply. Sending the same email 3+ times in 1 day will only make people angry, and they will be less likely to help you. Wayne

Re: Building Applet JARS inside WAR files using Maven 2.0

2008-03-25 Thread Wayne Fay
On Tue, 25 Mar 2008, [EMAIL PROTECTED] wrote: Hi, I have been scratching my head on this one for awhile. Please send these kinds of questions to the Maven Users list. This list is reserved for discussion of the development of Maven itself. Wayne

Re: POM Element for Source File Encoding

2008-04-30 Thread Wayne Fay
This idea with the warning was also proposed by two or three users on the list, especially Hervé put it nicely [0]. I took this happily up because I (still) believe that having builds out there which implicitly rely on the platform encoding and as such just break with the ideals of

Re: POM Element for Source File Encoding

2008-04-30 Thread Wayne Fay
I agree and we can do this for 2.1. We can't break the existing contract which can potentially screw a lot of people. No one is proposing changing things for 2.0. If no encoding is declared, it will use the system default, as it has always done. We're just talking about INFO vs WARNING for

Re: Artifact Version Comparison

2008-05-01 Thread Wayne Fay
The JBoss Product Versioning [0] suggests the following additional well-known qualifiers: - CR - FINAL How is CR different from RC? One is Candidate Release, the other is Release Candidate. I think I'd pick one and forget about the other. Wayne

Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-25 Thread Wayne Fay
I'm hoping we can update the Sun Licensing Journey and get some javax.* apis published in Maven repository without requiring special permission from Sun now that Project Glassfish is publishing many of them under the CDDL license which very clearly *allows* distribution. I know there is an effort

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-25 Thread Wayne Fay
and the url of the license so we can take a look? If everything is ok and they are the official reference implementations they can go under javax.* On 2/25/06, Wayne Fay [EMAIL PROTECTED] wrote: I'm hoping we can update the Sun Licensing Journey and get some javax.* apis published in Maven

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-27 Thread Wayne Fay
with the Maven repo concept. I will compile the sources, compare each to the binaries distributed by Glassfish, and report back later today... Wayne On 2/27/06, Steve Loughran [EMAIL PROTECTED] wrote: Wayne Fay wrote: However, the CDDL source code license ensures we **can** download

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-27 Thread Wayne Fay
a method for comparing the contents of two file system trees? I can extract the class files from their distribution, build from source myself, and compare the file sizes etc assuming I can find a simple comparison process. Wayne On 2/27/06, Wayne Fay [EMAIL PROTECTED] wrote: This is exactly why I said

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-28 Thread Wayne Fay
On 2/28/06, Steve Loughran [EMAIL PROTECTED] wrote: Oh, this nice. javax.persistence especially. I've been doing some EJB3 stuff and that is a sore point. JTA too. Since you expressed an interest in persistence and transaction, I focused efforts on those two modules. I pulled down the

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-28 Thread Wayne Fay
can revert my entire local CVS root to the B32G build, compile all the APIs, create the appropriate POMs (assuming we can make a decision on groupId and artifactId), and create bundles for all these Glassfish APIs, if we agree on this approach. Wayne On 2/28/06, Wayne Fay [EMAIL PROTECTED] wrote

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-28 Thread Wayne Fay
it with maven and post here the differencies. With that info we'd be able to make a decision. On 2/28/06, Wayne Fay [EMAIL PROTECTED] wrote: Sorry, that's tag SJSAS-9_0-B32G-BETA-10_Feb_2006 ! This corresponds to the most recent Milestone build 5 of the Glassfish project. So I just checked out

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-28 Thread Wayne Fay
I just uploaded Persistence and Transaction bundles to JIRA. http://jira.codehaus.org/browse/MAVENUPLOAD-759 Take a look. As I said before, there are no differences between the class files in these bundles and those being distributed by Glassfish. Wayne On 2/28/06, Wayne Fay [EMAIL PROTECTED

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-02-28 Thread Wayne Fay
http://maven.apache.org/guides/mini/guide-ibiblio-upload.html is not present (url, scm,...), is it in the parent pom? where's the parent pom? On 2/28/06, Wayne Fay [EMAIL PROTECTED] wrote: I just uploaded Persistence and Transaction bundles to JIRA. http://jira.codehaus.org/browse/MAVENUPLOAD

Re: How to use maven middlegen? Any sample code?

2006-02-28 Thread Wayne Fay
This list is exclusively for Maven development discussions. Please subscribe to the Maven Users list and send your question to that list (users@maven.apache.org). Wayne On 3/1/06, Yu, Lily [EMAIL PROTECTED] wrote: Hi, I have got an existing ant script which runs middlegen, hbm2java stuff.

Re: [M2 REPO] mess in /servicemix

2006-03-01 Thread Wayne Fay
The Codehaus Jira, Project Maven Evangelism (MEV) is the place to file bugs with comments like these: http://jira.codehaus.org/browse/MEV This is a mess is probably not going to result in a good fix. From the page: Please note that we don't have full knowledge of the projects whose jars are in

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-03-02 Thread Wayne Fay
but not required by ibiblio upload guide). I don't believe I did this with the Persistence and Transaction jars previously uploaded to Jira but I can repackage those, too. I just don't want this issue to fall off the radar, if I can avoid it... Wayne On 2/28/06, Wayne Fay [EMAIL PROTECTED] wrote: Yes

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-03-02 Thread Wayne Fay
Actually I just copied their existing maven.xml and modified for M2, so I left the CDDL there. No, I don't care about that, so I'll remove it. The entire dev.java.net site was down when I was working on this the other day, so the SCM urls are not correct. Will update. Thanks. Wayne On 3/2/06,

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-03-02 Thread Wayne Fay
, Wayne Fay [EMAIL PROTECTED] wrote: Actually I just copied their existing maven.xml and modified for M2, so I left the CDDL there. No, I don't care about that, so I'll remove it. The entire dev.java.net site was down when I was working on this the other day, so the SCM urls

Re: Publishing Glassfish jars (javax.* apis) in Maven repos

2006-03-05 Thread Wayne Fay
to sync it in automatically. https://maven-repository.dev.java.net/ - Brett Wayne Fay wrote: I'm hoping we can update the Sun Licensing Journey and get some javax.* apis published in Maven repository without requiring special permission from Sun now that Project Glassfish is publishing

Re: [vote] Release Maven 2.0.3 (third RC)

2006-03-10 Thread Wayne Fay
Correct me if I'm wrong... but I'm pretty certain non-binding votes are when people who aren't official Maven devs but happen to subscribe to this list (like me) feel like voting on dev issues. ;-) Edwin, you're a real Maven dev so your votes on an issue are always binding. Wayne On 3/10/06,

Re: [vote] Release Maven 2.0.3 (third RC)

2006-03-10 Thread Wayne Fay
, we like to hear from everyone that has tested something to confirm whether it is working or not. - Brett Wayne Fay wrote: Correct me if I'm wrong... but I'm pretty certain non-binding votes are when people who aren't official Maven devs but happen to subscribe to this list (like me) feel

Re: Documentation

2006-03-13 Thread Wayne Fay
Alexandre, I'll be glad to help you in this effort, especially with the difficult English bits. ;-) Wayne On 3/13/06, Alexandre Poitras [EMAIL PROTECTED] wrote: Ok I am getting tired to hear Maven documentation is awful. It is such a wonderful product, I really want to see it adopted

Re: Tomcat POMs

2006-03-16 Thread Wayne Fay
I'm not a Maven dev but felt like responding. ;-) For the MX4J issue... I would build two bundles... One with target JDK1.4, include the MX4J dependency, and use no classifier... The other with target JDK1.5 and the classifier jdk5. This would require people to know to use

Re: problem

2006-03-23 Thread Wayne Fay
Ritesh, You'll get a much better response on the users list: Maven Users List users@maven.apache.org Wayne On 3/23/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: maven1 or maven2? Ritesh Dubey a écrit : Hi, I am trying to convert one of my sample java project ant build to Maven,

Re: EMMA plugin for Maven

2006-03-24 Thread Wayne Fay
would definitely be interested in such a plugin, assuming its for m2 send details to the 2 lists jesse mentioned and i'm sure you'll get some feedback pretty quickly ;-) make sure you include some usage details as well as a link to where we can download it... wayne On 3/24/06, Jesse McConnell

Re: depending on unreleased modules

2006-04-20 Thread Wayne Fay
Here it is: http://cvs.apache.org/maven-snapshot-repository/org/apache/maven/maven-plugin-testing-harness/ Wayne On 4/20/06, Brett Porter [EMAIL PROTECTED] wrote: The plugin's snapshot reposiotry should be cvs.apache.org/maven-snapshot-repository unless it was overridden. I'll look into it.

Re: depending on unreleased modules

2006-04-21 Thread Wayne Fay
Yes, this has been brought up as a potential deficiency in the User list by a few people who were struggling to get Central mirroring set up so no external repos are ever touched... Wayne On 4/21/06, Jörg Schaible [EMAIL PROTECTED] wrote: Maybe Maven should simply ignore repos with snapshots

Re: release:auto-release

2006-04-23 Thread Wayne Fay
Dan, this sounds like the process we like to use too. Wayne On 4/21/06, dan tran [EMAIL PROTECTED] wrote: Mike , the requirements for SCM are to tag (label) the entire soure tree before the build for reproduciblity and QA uses the tag for their issue tracking purpose. The tag is the

Re: Nabble

2006-05-11 Thread Wayne Fay
I wonder if there is a way to ask Nabble to deny submitting a new email directly to dev@ list from their interface, but still allow reading etc, and of course allow email to [EMAIL PROTECTED] I'd also like to make sure that the Maven website provides proper guidance for visitors as to which

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-11 Thread Wayne Fay
Yes, its a M1 repo. This is not a big deal for M2, as you can access M1 repos from M2 using the layoutlegacy/layout element. Wayne On 5/11/06, Brian Topping [EMAIL PROTECTED] wrote: On May 11, 2006, at 11:44 AM, Alex Karasulu wrote: H this looks like a M1 repo to me. Am I mistaken?

Re: Sun Jars Maven repository hosted by Sun is now available

2006-05-12 Thread Wayne Fay
? Carlos Sanchez wrote: That repo is pretty messy still and has no m2 poms. I suggest everybody that if they want something from there open a upload request to move it over to ibiblio. On 5/11/06, Wayne Fay [EMAIL PROTECTED] wrote: Yes, its a M1 repo. This is not a big deal for M2, as you can

Re: Ant plugin and dependencies

2006-05-23 Thread Wayne Fay
If you forward this email to the Maven Users list, we'd be glad to help you there. But this list is strictly for discussing development of the Maven tool itself. Wayne On 5/23/06, Carsten Karkola [EMAIL PROTECTED] wrote: We moving a project from ant to mvn - so I have to replace ant tasks by

Re: Extending the maven pom.

2009-03-05 Thread Wayne Fay
I think Brett's point was that the original message was delivered to the Maven list without any content.  If you follow the Nabble link you'll see what the original post was about. I believe people can edit/update their posts on Nabble, so the email we received was blank, but johnlon might not

Maven Enterprise Edition from Overall.ca?

2009-03-26 Thread Wayne Fay
Just saw something odd in Gmail web clip/sponsored link while browsing emails to the list... Maven Enterprise Edition - www.overall.ca/maven - Build the ultimate toolbox for your Windows support tools From their site: Introducing Maven Enterprise Edition Your enterprise data is typically found

Re: Maven Enterprise Edition from Overall.ca?

2009-03-26 Thread Wayne Fay
:01 AM, Brian E. Fox bri...@reply.infinity.nu wrote: It looks like a hardware tracking / provisioning tool not a build system. Shrug. Not related to Apache Maven at all it appears to me. -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Thursday, March 26, 2009 2:19

Re: a cleaned up central repository? (was: Maven Central Repository - Cleanup Efforts)

2009-10-01 Thread Wayne Fay
I have proposed in the original thread a solution, based on multiple index files, which index files would represent the output of CAs. If I configure in my Maven settings file (by URL) which index file I want to use, my Maven should be blind to any other artifacts on the repo. Allowing AND

Re: maven-gwt-plugin 1.2 documentation

2010-01-11 Thread Wayne Fay
It's not the wrong list, I reported some miss in the gwt plugin to Nicolas. Hopefully, he'll fix them quickly. I think Jason's point is that this discussion belongs on the mojo-dev or mojo-users list, not Maven dev, since this is a Mojo plugin... Wayne

Re: Maven-war-plugin not installing war. Installs .jar and renames it to .war

2010-02-02 Thread Wayne Fay
It would be great if this would be fixed. It seems the maven-source-plugin works properly, but the maven-war-plugin does not. I would like to generate primary and secondary artifacts using a single pom file. It seems overly complex to have to make modules out of everything. Unless you fix it

Re: Julia Antonova/Tumlare is out of office.

2010-02-05 Thread Wayne Fay
You'd think Julia would eventually figure out that she should not be sending these out of office emails to public mailing lists... I guess not. WAyne On Thu, Feb 4, 2010 at 4:34 PM, Julia Antonova juli...@tumlare.com wrote: I will be out of the office starting  05.02.2010 and will not return

Re: Problem with wsdl2code

2010-02-10 Thread Wayne Fay
Internal error in the plugin manager executing goal 'org.apache.axis2:axis2-wsdl2code-maven-plugin:1.4.1:wsdl2code': Unable to find the mojo 'org.apache.axis2:axis2-wsdl2code-maven-plugin:1.4.1:wsdl2code' in the Sounds like an issue in the plugin. I'd report it to the Axis2 team and see what

Re: Get the effective pom to a program

2010-02-25 Thread Wayne Fay
I want to get the effective pom of a given pom file in to a progam that I am writing. Is there a way to reuse the code in the maven help plugin to get this done? 1. Probably should be asking this on Maven Users list. 2. This should do it: mvn help:effective-pom | your-program Wayne

Re: Julia Antonova/Tumlare is out of office.

2010-04-16 Thread Wayne Fay
On Fri, Apr 16, 2010 at 11:46 AM, Julia Antonova juli...@tumlare.com wrote: I will be out of the office starting  16.04.2010 and will not return until 20.04.2010. Just like clockwork... Julia is on vacation again! /jealous Wayne

Re: Julia Antonova/Tumlare is out of office.

2010-04-17 Thread Wayne Fay
PM, Paul Benedict pbened...@apache.org wrote: Wayne, great point. Makes me jealous too. On Fri, Apr 16, 2010 at 10:10 PM, Wayne Fay wayne...@gmail.com wrote: On Fri, Apr 16, 2010 at 11:46 AM, Julia Antonova juli...@tumlare.com wrote: I will be out of the office starting  16.04.2010

Re: Julia Antonova/Tumlare is out of office.

2010-05-04 Thread Wayne Fay
Tim, this is a great addition to the FAQs! I especially like the calendar going back a few years. ;-) Wayne On Fri, Apr 30, 2010 at 2:33 PM, Tim O'Brien tobr...@discursive.com wrote: Ok, I'm glad we were all prepared for this.   I've made sure to update the Maven FAQ to include this info for

Re: Julia Antonova/Tumlare is out of office.

2010-05-04 Thread Wayne Fay
I've been wondering that myself for months... nay years now. ;-) On Tue, May 4, 2010 at 1:01 PM, Brian Fox bri...@infinity.nu wrote: Clearly she doesn't read this list or she would have known by now to stop doing that. Should we just unsub her? On Tue, May 4, 2010 at 1:57 PM, Martin Gainty

Re: Julia Antonova/Tumlare is out of office.

2010-06-12 Thread Wayne Fay
Wahoo Julia going on break is like the summer solstice. ;-) wf On Sat, Jun 12, 2010 at 9:36 AM, Paul Benedict pbened...@apache.org wrote: If anyone should be allowed to send an OOO reminder, it's definitely Julia. Let the ceremonial rituals begin! I believe she has marked the start of

Re: Why is Julia Antonova/Tumlare subscribed

2010-07-09 Thread Wayne Fay
Lurking is a constitutional right of the interwebs Ralph :-) Agreed, and anyway, her emails are a source of fun for us. Let her stay subscribed until she decides to speak up or unsubscribe. ;-) Just blacklist her if you really can't stand to see her emails... Wayne

Re: Query re: Maven Repository

2011-01-20 Thread Wayne Fay
Unable to find resource 'opensymphony:quartz-all:pom:1.6.2' in repository central (http://repo1.maven.org/maven2) Ask the OpenSymphony folks about this one. Unable to find resource 'javax.transaction:jta:jar:1.0.1B' in repository central (http://repo1.maven.org/maven2)

Re: Invite Evgeny Mandrikov to join Maven committers

2011-01-26 Thread Wayne Fay
+1 Wayne On Wed, Jan 26, 2011 at 12:30 AM, Olivier Lamy ol...@apache.org wrote: Hello, I propose Evgeny Mandrikov as a new committer. He as done a lot of patches for Maven SCM, he is a Mojo and Sonar contributor @codehaus. Vote is open for 72H. Here my +1. Thanks, -- Olivier Lamy

Re: Beginners Maven error

2011-02-17 Thread Wayne Fay
But I cant get rid of the error Project build error: The property name is required to activate the profile . What the hell does that mean and how can I avoid it. Its really annoying. The command I executed from the command line is mvn compiler: compile -X These kinds of questions should be

Re: Need Help w/ the Creation of a Maven Mojo

2011-02-17 Thread Wayne Fay
the baseline version.   Any tips on how I might tackle this would be greatly appreciated! You should probably take a look a the Sonar project and their Maven plugin to see how they are doing similar things, and perhaps Cobertura as well, and then use that as a basis for some of your own work.

Re: Defining common localRepository that will work on both Windows and linux

2011-03-22 Thread Wayne Fay
My settings file in the .m2 folder begins like this- localRepositoryC:\maven-repo\/localRepository I want to make this generic and define a common localRepository which will work both on Windows and on Linux. Please help. If you drop the C:\ and just specify a path, it will be common to both

Re: Could not launch cc: java.io.IOException: Cannot run program cc

2011-03-24 Thread Wayne Fay
On Thu, Mar 24, 2011 at 3:23 AM, kalpeer1 bsc.ka...@gmail.com wrote: Hi All, I am getting a below error message during the maven build in cpp and c package. Send this question to Maven Users list and someone will reply to it. This is not the correct list for such a question. Wayne

Re: question : create profiles for download resources, properties ....

2011-03-25 Thread Wayne Fay
I want to create some profiles in my pom.xml for download resources, properties of configuration that it's in a server machine. Wrong list - send to Maven Users for help. Wayne - To unsubscribe, e-mail:

Re: [PROPOSAL] Maven App Engine?

2011-04-13 Thread Wayne Fay
I have some code I've been working on for about a year now, on and off. The point is to make it easier to embed Maven inside an application, including giving access to Maven components via injection. I haven't checked out the code yet, but embedding Maven is a common use case for a lot of

Re: central is down :(

2011-05-23 Thread Wayne Fay
On Sun, May 22, 2011 at 2:03 PM, Wendy Smoak wsm...@gmail.com wrote: On Sun, May 22, 2011 at 3:00 PM, John Casey jdca...@commonjava.org wrote: I've just tried building a test project that resolves artifacts from http://repo1.maven.org/maven2 and it's working. It wasn't responding earlier,

Re: Re: Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Wayne Fay
Maybe you are right,but large project as hadoop have far less ecipse projects compared with maven, is that necessary to have eleven eclipse projects? why not 5 or less? Honestly, why do you care? Is there a specific criticism, comment or question you have, other than 11 projects seems like a

Re: Is Maven Site Plugin 3.0-beta-4 ready for release?

2011-07-25 Thread Wayne Fay
A thought: since 'extensions' has no 'management' or inheritance control, the use of it is actually harder and more obscure when people want to use other versions. It's far easier to just manage dependencies of the site plugin via pluginManagement. So, I'm in favor of using and documenting

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses

2011-08-17 Thread Wayne Fay
+1 from me I am ok with EPL licensed dependencies for the project and being at Eclipse gives me security about how those artifacts will be managed, an avenue for us to provide patches and see them included, etc. Wayne On Wed, Aug 17, 2011 at 9:20 AM, Arnaud HERITIER aherit...@apache.org wrote:

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-19 Thread Wayne Fay
+1 binding for the upgrade I echo Mark's comments about SPI and maven-aether-plugin. Wayne 2011/8/18 Arnaud Héritier aherit...@gmail.com: Hi all,  Thus as decided with Mark and Kristian I relaunch a new vote with a better scope about what we are voting for.  Next releases of SISU and

How to set src-folder correctly

2011-10-27 Thread Wayne Fay
We are using maven for own project types. However the source folders (src/main/java and src/test/java) are not the same since we are not using java. To let some plugins work correctly we need to ovrwrite them with the correct folders. 1. This email should have been sent to the Maven Users

  1   2   >