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 e

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
nection between javax.* 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

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 p

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 s

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

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 Users@

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 BETA 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 kernel and Apach

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 uns

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]>: > > - whi

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 PROTE

Re: dependency version ignored

2007-05-14 Thread Wayne Fay
Remove the junit 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: Montag, 14.

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 > platfo

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 in

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 ---

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

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

2006-03-02 Thread Wayne Fay
ources (suggested 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 F

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, Ca

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

2006-03-02 Thread Wayne Fay
> wrote: > What has to do maven.xml with pom.xml ? > > On 3/2/06, 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.

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

2006-03-05 Thread Wayne Fay
uke looks after it, and we are planning 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

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

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

2006-03-10 Thread Wayne Fay
hority to > make a release official. > > Of course, 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 > &g

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 massi

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 jdk5 if they are using

Re: problem

2006-03-23 Thread Wayne Fay
Ritesh, You'll get a much better response on the users list: Maven Users List 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, > > Problems I am

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 i

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 snapshot

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 ${v

Fwd: Summary of JSF jars available on java.net maven 1 repository

2006-05-05 Thread Wayne Fay
Looks like JSF 1.1 has been released under the CDDL. Is the Maven repo at Java.net sync'ed with Central? Wayne -- Forwarded message -- From: Ed Burns <[EMAIL PROTECTED]> Date: May 5, 2006 10:30 AM Subject: Summary of JSF jars available on java.net maven 1 repository To: [EMAIL P

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 email

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 legacy 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? > Looks like

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

2006-05-12 Thread Wayne Fay
7;s jars would start appearing in Ibiblio too? 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]&g

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: 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 usin

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 wro

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 effor

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

2006-02-25 Thread Wayne Fay
IL PROTECTED]> wrote: > Can you provide the urls where the jars can be downloaded 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 PROT

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

2006-02-27 Thread Wayne Fay
ss, so they are familiar 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 CD

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

2006-02-27 Thread Wayne Fay
suppose anyone has 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]> wrot

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 Glass

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

2006-02-28 Thread Wayne Fay
t step? I 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 <[EM

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

2006-02-28 Thread Wayne Fay
nerate the pom, build 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 mo

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 PROTEC

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

2006-02-28 Thread Wayne Fay
ev.glassfish > Info required 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 Transa

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 st

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

[jira] Updated: (MAVENUPLOAD-759) Glassfish persistence and transaction apis

2006-03-02 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-759?page=all ] Wayne Fay updated MAVENUPLOAD-759: -- Attachment: persistence-api-b32g-bundle.jar > Glassfish persistence and transaction apis > -- > >

[jira] Commented: (MNG-2127) mvn.bat always exits 0 on Windows 2000 and higher

2006-03-06 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MNG-2127?page=comments#action_60316 ] Wayne Fay commented on MNG-2127: Any particular reason this isn't ON by default? It makes no sense to me that this needs to be turned ON when it seems like normal behavoi

[jira] Commented: (MNG-2127) mvn.bat always exits 0 on Windows 2000 and higher

2006-03-07 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MNG-2127?page=comments#action_60319 ] Wayne Fay commented on MNG-2127: Like I said... "I just don't know enough to realize why" ;-) Thanks Emmanuel > mvn.bat always exits 0 on Windo

[jira] Created: (MEV-341) Xpp3 pom is invalid

2006-02-20 Thread Wayne Fay (JIRA)
Xpp3 pom is invalid --- Key: MEV-341 URL: http://jira.codehaus.org/browse/MEV-341 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Wayne Fay http://www.ibiblio.org/maven2/xpp3/xpp3/1.1.3.4/ xpp3-1.1.3.4-RC3_min.jar

[jira] Commented: (MEV-341) Xpp3 pom is invalid

2006-02-20 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MEV-341?page=comments#action_59026 ] Wayne Fay commented on MEV-341: --- Joerg made me aware that this is already being handled in bug MAVENUPLOAD-745, reported a couple days before MEV-341. > Xpp3 pom is inva

[jira] Resolved: (MEV-341) Xpp3 pom is invalid

2006-02-20 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MEV-341?page=all ] Wayne Fay resolved MEV-341: --- Resolution: Duplicate MAVENUPLOAD-745 > Xpp3 pom is invalid > --- > > Key: MEV-341 > URL: http://jira.codehaus.org

[jira] Closed: (MEV-341) Xpp3 pom is invalid

2006-02-20 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MEV-341?page=all ] Wayne Fay closed MEV-341: - Closing duplicate bug. > Xpp3 pom is invalid > --- > > Key: MEV-341 > URL: http://jira.codehaus.org/browse/MEV-341 >

[jira] Created: (MAVENUPLOAD-753) JarAnalyzer -- com.kirkk.analyzer

2006-02-21 Thread Wayne Fay (JIRA)
JarAnalyzer -- com.kirkk.analyzer - Key: MAVENUPLOAD-753 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-753 Project: maven-upload-requests Type: Task Reporter: Wayne Fay Attachments: analyzer-0.9.3-bundle.jar "JarAnalyz

[jira] Commented: (MAVENUPLOAD-753) JarAnalyzer -- com.kirkk.analyzer

2006-02-21 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-753?page=comments#action_59140 ] Wayne Fay commented on MAVENUPLOAD-753: --- I took the name of the project from the source code -- com.kirkk.analyzer, rather than the name the author chose of Jaranalyzer

[jira] Commented: (MEV-346) xpp3 filename invalid

2006-02-23 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MEV-346?page=comments#action_59354 ] Wayne Fay commented on MEV-346: --- I actually opened a similar bug on this same issue the other day. Didn't know about the classifier either, at least not at the time... This work

[jira] Created: (MAVENUPLOAD-758) Jsch release 0.1.25 is available

2006-02-27 Thread Wayne Fay (JIRA)
Jsch release 0.1.25 is available Key: MAVENUPLOAD-758 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-758 Project: maven-upload-requests Type: Bug Reporter: Wayne Fay The latest build of Jsch in the Maven2 repo is 0.1.21

[jira] Updated: (MAVENUPLOAD-758) Jsch release 0.1.25 is available

2006-02-27 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-758?page=all ] Wayne Fay updated MAVENUPLOAD-758: -- Attachment: jsch-0.1.25.jar > Jsch release 0.1.25 is available > > > Key: MAVENUPLOAD-758 >

[jira] Updated: (MAVENUPLOAD-758) Jsch release 0.1.25 is available

2006-02-27 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-758?page=all ] Wayne Fay updated MAVENUPLOAD-758: -- Attachment: jsch-0.1.25.pom > Jsch release 0.1.25 is available > > > Key: MAVENUPLOAD-758 >

[jira] Commented: (MAVENUPLOAD-758) Jsch release 0.1.25 is available

2006-02-27 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-758?page=comments#action_59583 ] Wayne Fay commented on MAVENUPLOAD-758: --- Sorry about that Carlos. I have packaged and attached the required files. I chose not to include the sources, as that resulted in

[jira] Created: (MAVENUPLOAD-759) Glassfish persistence and transaction apis

2006-02-28 Thread Wayne Fay (JIRA)
Glassfish persistence and transaction apis -- Key: MAVENUPLOAD-759 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-759 Project: maven-upload-requests Type: Task Reporter: Wayne Fay Attachments: glassfish-persistence-api

[jira] Updated: (MAVENUPLOAD-759) Glassfish persistence and transaction apis

2006-02-28 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-759?page=all ] Wayne Fay updated MAVENUPLOAD-759: -- Attachment: pom.xml > Glassfish persistence and transaction apis > -- > > Key: MAV

[jira] Updated: (MAVENUPLOAD-759) Glassfish persistence and transaction apis

2006-02-28 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-759?page=all ] Wayne Fay updated MAVENUPLOAD-759: -- Attachment: pom.xml glassfish-transaction-api-b32g-bundle.jar glassfish-persistence-api-b32g-bundle.jar > Glassf

[jira] Commented: (MAVENUPLOAD-759) Glassfish persistence and transaction apis

2006-02-28 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-759?page=comments#action_59701 ] Wayne Fay commented on MAVENUPLOAD-759: --- I don't have the ability to delete files from this issue, so it may be confusing which is the most recent file(s) uploaded.

[jira] Updated: (MAVENUPLOAD-758) Jsch release 0.1.25 is available

2006-02-28 Thread Wayne Fay (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-758?page=all ] Wayne Fay updated MAVENUPLOAD-758: -- Attachment: jsch-0.1.25-bundle.jar > Jsch release 0.1.25 is available > > > Key: MAVENUPLOAD-758 &g

<    1   2