Re: IRC Chat

2018-08-26 Thread William L. Thomson Jr.
assword of your choosing. -- William L. Thomson Jr. pgpZz7Gan0faI.pgp Description: OpenPGP digital signature

Re: Process maven mdo files via ModelloCLI

2018-08-26 Thread William L. Thomson Jr.
: org.apache.maven.eventspy.internal.EventSpyDispatcher roleHint: [ERROR] Caused by: null https://github.com/Obsidian-StudiosInc/os-xtoo/issues/54 Fixing it for either, should for the other. Slowly making progress! On Sun, 26 Aug 2018 15:32:54 -0400 "William L. Thomson Jr." wrote: > O

Re: Process maven mdo files via ModelloCLI

2018-08-26 Thread William L. Thomson Jr.
On Sun, 26 Aug 2018 13:54:13 -0400 "William L. Thomson Jr." wrote: > Not sure if using plexus-containers rather than sisu-plexus, is the > cause for ModelloCli to not be able to load/find the Java plugin. Just > one thing I have not tried with Modello. After trying this out

Re: Process maven mdo files via ModelloCLI

2018-08-26 Thread William L. Thomson Jr.
now one could not use an ebuild to build from git, as I cannot process the mdo files. Using Maven Central sources works for packaging, but not for say development. If someone wanted to further maven, or test out changes in git. -- William L. Thomson Jr. pgpORtAnlSpGy.pgp Description: OpenPGP digital signature

Re: Process maven mdo files via ModelloCLI

2018-08-22 Thread William L. Thomson Jr.
On Thu, 14 Jun 2018 10:41:14 -0400 "William L. Thomson Jr." wrote: > I have been working on packaging and building Maven from source on > Gentoo. Without using Maven, just straight javac, etc. It is looking > like I cannot do this without using pre-generated sources on Ma

Re: Making the Sonatype Plexus GitHub Repositories Read Only

2018-07-01 Thread William L. Thomson Jr.
ping it a fork is better for historic purposes. It is moot to me either way. Just my 2 cents. -- William L. Thomson Jr. pgpwxHBWRHBAJ.pgp Description: OpenPGP digital signature

Re: Process maven mdo files via ModelloCLI

2018-06-27 Thread William L. Thomson Jr.
javacc/issues/40 Other stuff I can build to build itself like Groovy, antlr and many other generators. Though I do dislike bootstrapping and believe it can be avoided in many cases. Sadly others do not care about such and rather continue with the bad practices of requiring bootstrapping. -- Willia

Re: Process maven mdo files via ModelloCLI

2018-06-26 Thread William L. Thomson Jr.
On Mon, 25 Jun 2018 10:28:20 -0400 "William L. Thomson Jr." wrote: > > I cannot tell if its a bug, or a design change. It seems like the CLI > does not fully load all plugins. Not sure if that is a code issue, > something in the plexus component.xml files, not having a plexu

Re: Process maven mdo files via ModelloCLI

2018-06-25 Thread William L. Thomson Jr.
it is not a missing plugin needed for Java plugin. Then it must be something messing up the HashMap for Generators. On Mon, 25 Jun 2018 16:19:55 -0400 "William L. Thomson Jr." wrote: snip > Here is some example output with java, xml, and xsd plugins. I see the > MetaDataPlugin

Re: Process maven mdo files via ModelloCLI

2018-06-25 Thread William L. Thomson Jr.
n key. Not sure which is null, key or value, or why. Or why hacking the components.xml loads a bad Generator. When I cannot get it to load valid ones. It maybe a bug somewhere. -- William L. Thomson Jr. pgpAs8_kxX0x7.pgp Description: OpenPGP digital signature

Re: Process maven mdo files via ModelloCLI

2018-06-25 Thread William L. Thomson Jr.
On Mon, 25 Jun 2018 10:28:20 -0400 "William L. Thomson Jr." wrote: > Hi Robert, > > > Based on the analysis in the comments the issue does seem to be > > having 2 instances instead of 1. I would try to figure out where and > > why this is happening. >

Re: Process maven mdo files via ModelloCLI

2018-06-25 Thread William L. Thomson Jr.
ml files, not having a plexus.xml, or some other issue like the versions in use. -- William L. Thomson Jr. pgp1IzTrqg7tE.pgp Description: OpenPGP digital signature

Re: Process maven mdo files via ModelloCLI

2018-06-23 Thread William L. Thomson Jr.
Modello are part of how Maven is built. Someone should have a clue about both. If your a Maven developer, I highly recommend getting to know Plexus and Modello. It is the underlying foundation to Maven it seems. On Thu, 14 Jun 2018 10:41:14 -0400 "William L. Thomson Jr." wrote: >

Process maven mdo files via ModelloCLI

2018-06-14 Thread William L. Thomson Jr.
can find someone who does... Thanks for any help! -- William L. Thomson Jr. pgpAmYMWT5ziH.pgp Description: OpenPGP digital signature

Re: Tentative release planning for 3.1.x

2012-11-13 Thread Larry Shatzer, Jr.
On Tue, Nov 13, 2012 at 10:02 AM, Jesse Glick wrote: > On 11/12/2012 02:00 PM, Dennis Lundberg wrote: > >> I had a quick look at the Windows ITs and the problem seems to be that >> Maven/Jenkins is unable to delete files. This looks like a Windows path >> length issue, because the path it complai

Re: Surefire (with JUnit and TestNG) with the Release plugin and failures/errors in JUnit tests

2012-11-08 Thread Larry Shatzer, Jr.
ristian > > Den 8. nov. 2012 kl. 22:51 skrev "Larry Shatzer, Jr." : > > > Created: http://jira.codehaus.org/browse/SUREFIRE-926 > > > > As mentioned in the bug, I'm trying to create integration tests to > exhibit > > this behavior, but having a few

Re: Surefire (with JUnit and TestNG) with the Release plugin and failures/errors in JUnit tests

2012-11-08 Thread Larry Shatzer, Jr.
#x27;t run anything... Thanks -- Larry On Thu, Nov 8, 2012 at 12:11 AM, Kristian Rosenvold < kristian.rosenv...@gmail.com> wrote: > This seems to be a bug; would you mind filing an issue > http://jira.codehaus.org/browse/SUREFIRE ? > > Kristian > > > 2012/11/8 Larry

Surefire (with JUnit and TestNG) with the Release plugin and failures/errors in JUnit tests

2012-11-07 Thread Larry Shatzer, Jr.
I'm using a fairly recent feature of Surefire where you can specify multiple providers ( http://maven.apache.org/plugins/maven-surefire-plugin/examples/providers.html ) I'm using both TestNG and Junit. Here is the secion of the pom in question: org.apache.maven.plugins maven-surefire-p

Re: Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-08-02 Thread Larry Shatzer, Jr.
One last update. If I remove the sections that tell Surefire to run both TestNG and Junit, and put dependencies on the Surefire Plugin like so: org.apache.maven.surefire surefire-junit4 ${surefire.version} o

Re: Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-08-02 Thread Larry Shatzer, Jr.
On Mon, Aug 1, 2011 at 9:56 AM, Larry Shatzer, Jr. wrote: > I want to run with both JUnit and TestNG. By removing JUnit (and the > tests that JUnit run), it ran just fine, as do the inverse, just JUnit > and no TestNG. It is the combination of both of them. > > To help, instead of

Re: Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-08-01 Thread Larry Shatzer, Jr.
On Thu, Jul 28, 2011 at 6:04 AM, Martin Gainty wrote: > > Larry- > > try loading both dependencies in your local repository and running offline > with mvn -o (at least your dependencies will be found) > > did you check cobertura for errors? > > mvn -e -X cobertura:cobertura -Dquiet=true I did no

Maven 2/3 and Cobetura plugin with both TestNG and JUnit tests (with Surefire plugin configuration)

2011-07-27 Thread Larry Shatzer, Jr.
I did send this to the users list, but got no response in over a week. I know dev lists are not a magical escalation path, but this might be a better venue for this email. I have an example project at https://gist.github.com/1090223 This project has both a JUnit test and a TestNG test. Following

Re: Set specific plugin versions for a project - issue in plugin-registry.xml/maven-metada-local.xml

2011-07-27 Thread Larry Shatzer, Jr.
On Mon, Jul 25, 2011 at 9:30 AM, Kasun Gajasinghe wrote: > On Mon, Jul 25, 2011 at 5:34 PM, Damian Bradicich > wrote: >> err...pluginManagement section even ;) >> >> Damian >> >> On Mon, Jul 25, 2011 at 8:02 AM, Damian Bradicich >> wrote: >> >>> Why not define the pluginDependency section in a pa

Automatic Proxy Configuration

2011-06-12 Thread JR
I am having problems with "Automatic Proxy Configuration" in maven. Apparently, maven only does the standard proxy configuration with host/port/user/password. This option does not work at all for me at work. If anyone can tell me how I can get maven to work with an "Authomatic Proxy Configua

Re: Excecuting maven commands in crontab

2010-08-12 Thread Larry Shatzer, Jr.
Remember, that cron jobs execute in a limited environment. You should check your log for any clues. Also, this is more of a maven users question, not about the development of maven itself. -- Larry On Thu, Aug 12, 2010 at 9:49 AM, anilreddy76 wrote: > > I've one shellscript excute.sh which has t

can't change outputDirectory for maven-surefire-report-plugin

2010-06-15 Thread Anthony Jurado Jr
I googled for an answer with no luck, so I posted this to the user list on June 7 but have had no response. I'm hoping somebody on the dev list can help. Using the following configuration, the site reports end up C:/opt/builds/releases/${branch}/${module}/siteReports as I expect. The test rep

Re: [VOTE] Release Maven Shade Plugin 1.2.2

2009-11-22 Thread Larry Shatzer, Jr.
I attached a patch (with a test too!) for MSHADE-52, and would love that to get included, or at the very least, looked at. On Sun, Nov 22, 2009 at 5:43 AM, Benjamin Bentmann wrote: > Hi, > > We solved 7 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11540&version=15525 > > T

Re: Apache Portable Runtime artifacts

2008-11-10 Thread William A. Rowe, Jr.
Bojan Smojver wrote: > On Mon, 2008-11-10 at 21:35 -0600, William A. Rowe, Jr. wrote: > >> wow - you plan to build itanium 32 bit? now that's one ancient piece of >> scrap metal ;-P > > http://en.wikipedia.org/wiki/IA-32 Very intere

Re: Apache Portable Runtime artifacts

2008-11-10 Thread William A. Rowe, Jr.
Max Bowsher wrote: > > Oops, I didn't communicate clearly. What I meant was that on a typical > system, depending on what piece of software you ask, you will get > different answers, for example, dpkg --print-architecture showing i386, > Java's os.arch showing i586 and uname -m showing i686. Hence

Re: Apache Portable Runtime artifacts

2008-11-09 Thread William A. Rowe, Jr.
Max Bowsher wrote: > Alan D. Cabrera wrote: >> I would like to publish the APR artifacts into the Maven repository, >> [1]. I think that the group id should be org.apache.apr and the >> artifact id should be apr. >> >> Does anyone have a problem with these group and artifact ids? Does >> anyone h

Re: Known problem with SVN 1.5.x and maven-release-plugin?

2008-08-29 Thread Stephen Duncan Jr
;> > >> --jason > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Stephen Duncan Jr www.stephenduncanjr.com

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect :-(

2008-06-04 Thread Stephen Duncan Jr
n Wed, Jun 4, 2008 at 11:33 AM, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Are you sure ? > I tested it all the day and it doesn't work for me without the enforcer :-( > Another plugin in your build lifecycle ? > > Arnaud > > > On Wed, Jun 4, 2008 at 5:30 PM

Re: Tip about Skinny Wars - is an enforcer plugin's bug side effect :-(

2008-06-04 Thread Stephen Duncan Jr
; > > > com.acme > > > war1 > > > 1.0.0 > > > pom > > > > > > > > > > > > I'm using maven 2.0.9. > > > > > > I'll do more tests tomorrow and I'll update the doc : > > > > > http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.ht > > ml< > http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html > > > > > > > > Cheers > > > > > > arnaud > > > > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- Stephen Duncan Jr www.stephenduncanjr.com

Cannot Buily Archiva Trunk

2007-02-12 Thread Robert Simmons jr. Simmons
y-reader' was specified in an execution, but not found in the > plugin Commenting out the line in the pom.xml will result in registry-writer throwing an exception and commenting both out results in unfound symbol errors during compile. Basicallt neither the trunk nor the MRM-239 branches

Re: [VOTE] Release Clover plugin v2.2

2006-05-30 Thread Ernesto S. Tolentino Jr.
+1 Vincent Massol wrote: Hi, I'd like to release v2.2 of the Clover plugin. Here are the changes brought since v2.1: ** Bug * [MCLOVER-35] - Missing a "test-jar" dependency at compile time. * [MCLOVER-36] - Plugin should locate clover artifact based on groupId+artifactId and not only o

[jira] Created: (MNG-2115) Anchors Broken on Getting Started Guide

2006-02-27 Thread Stephen Duncan Jr (JIRA)
Jr Priority: Minor On the Maven Getting Started Guide: http://maven.apache.org/guides/getting-started/index.html the links don't link to the sections properly. The anchors for the section have an extra "#" character. -- This message is automatically generated by JIRA. -

[jira] Created: (ARCHETYPE-26) Allow Interactive Prompting to Set Values

2006-02-13 Thread Stephen Duncan Jr (JIRA)
Allow Interactive Prompting to Set Values - Key: ARCHETYPE-26 URL: http://jira.codehaus.org/browse/ARCHETYPE-26 Project: Maven Archetype Type: New Feature Components: maven-archetype-plugin Reporter: Stephen Duncan Jr

[jira] Commented: (MEV-316) spring-support should have all dependencies be optional

2006-02-03 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MEV-316?page=comments#action_57825 ] Stephen Duncan Jr commented on MEV-316: --- Ok. I'll look and see where I can bring this up with Spring. The only reason it's a pain not to have optional set correctly in

[jira] Created: (MEV-316) spring-support should have all dependencies be optional

2006-01-27 Thread Stephen Duncan Jr (JIRA)
Duncan Jr All the dependencies in spring-support should have true added. spring-support consists of miscellaneous supporting utility clases. So, for instance, if I'm using the EHCache features, then I don't need any of the other dependencies. -- This message is automatically ge

[jira] Created: (MECLIPSE-64) Allow Natures and Builders to be Added instead of Replaced

2006-01-24 Thread Stephen Duncan Jr (JIRA)
Jr Currently when you specify natures and builders, they replace the default ones, instead of adding on to them. I would like to add a nature and a builder to the plugin. My use case is being able to add org.springframework.ide.eclipse.core.springnature and

[jira] Created: (MECLIPSE-58) Links should not be created when current directory = target directory (eclipse.workspace=***)

2006-01-20 Thread Stephen Duncan Jr (JIRA)
Eclipse Plugin Type: Improvement Reporter: Stephen Duncan Jr To avoid typing the location to my eclipse workspace, and to flatten multi-projects, I have a property in my setting.xml that specifies eclipse.workspace property. However, when running eclipse:eclipse on a simple

[jira] Commented: (MNG-1978) "Provided" scope transitive dependencies required + exclude dependencies for runtime scope only

2006-01-19 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1978?page=comments#action_56366 ] Stephen Duncan Jr commented on MNG-1978: If it can't be assumed to be provided transitively, then shouldn't it be treated as if it's compile scope for the

[jira] Commented: (MNG-1797) Dependency excludes apply to every subsequent dependency, not just the one it is declared under.

2006-01-19 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1797?page=comments#action_56335 ] Stephen Duncan Jr commented on MNG-1797: I screwed up that Issue Link. Is should just be "related to" instead of "depends on". > Dependency excludes ap

[jira] Created: (MNG-1953) src/main/webapp should be added to "Introduction to the Standard Directory Layout" page

2006-01-11 Thread Stephen Duncan Jr (JIRA)
Type: Bug Components: documentation - introductions Reporter: Stephen Duncan Jr Priority: Minor "Introduction to the Standard Directory Layout" at http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html should add an entry for sr

[jira] Created: (MECLIPSE-53) Output Location When Using -Declipse.workspace= should point to linked Maven Project location

2006-01-10 Thread Stephen Duncan Jr (JIRA)
Eclipse Plugin Type: Bug Reporter: Stephen Duncan Jr When running eclipse:eclipse with -Declipse.workspace=location, the output path is set to target/classes in the created Eclipse workspace directory. It should instead create a link to target/classes in the source Maven project

[jira] Created: (MNG-1939) Broken Link on Maven Conventions Page

2006-01-06 Thread Stephen Duncan Jr (JIRA)
Broken Link on Maven Conventions Page - Key: MNG-1939 URL: http://jira.codehaus.org/browse/MNG-1939 Project: Maven 2 Type: Bug Components: documentation - introductions Reporter: Stephen Duncan Jr Priority: Minor On

[jira] Commented: (MNG-1557) Dependency Ignored

2006-01-03 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1557?page=comments#action_54800 ] Stephen Duncan Jr commented on MNG-1557: I think I've been able to determine the source of this problem, now that it's happened on another project. Will verify o

[jira] Created: (MEV-277) More Spring Dependencies Should be Optional

2006-01-03 Thread Stephen Duncan Jr (JIRA)
More Spring Dependencies Should be Optional --- Key: MEV-277 URL: http://jira.codehaus.org/browse/MEV-277 Project: Maven Evangelism Type: Improvement Components: Dependencies Reporter: Stephen Duncan Jr I appreciate

[jira] Created: (MEV-276) activemq-web-3.2.1.pom has incorrect groupId

2006-01-03 Thread Stephen Duncan Jr (JIRA)
activemq-web-3.2.1.pom has incorrect groupId Key: MEV-276 URL: http://jira.codehaus.org/browse/MEV-276 Project: Maven Evangelism Type: Bug Reporter: Stephen Duncan Jr groupId is currently "activemq-web",

[jira] Commented: (MNG-1557) Dependency Ignored

2005-12-12 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1557?page=comments#action_53274 ] Stephen Duncan Jr commented on MNG-1557: Tested with the 2.0.1 release candidate posted here: http://people.apache.org/~jdcasey/maven2/releases/2.0.1-RC/ and still had the

[jira] Created: (MNG-1799) Create Settings Based on Package Type

2005-12-09 Thread Stephen Duncan Jr (JIRA)
Create Settings Based on Package Type - Key: MNG-1799 URL: http://jira.codehaus.org/browse/MNG-1799 Project: Maven 2 Type: Bug Components: maven-eclipse-plugin Versions: 2.0 Reporter: Stephen Duncan Jr If pom is

[jira] Created: (MNG-1798) When using output directory (-Declipse.workspace=), links to non-source folders and files to be created

2005-12-09 Thread Stephen Duncan Jr (JIRA)
Project: Maven 2 Type: Bug Components: maven-eclipse-plugin Versions: 2.0 Reporter: Stephen Duncan Jr When running mvn -Declipse.workspace=/home/user/workspace, my webapp module did not get a link created to src/main/webapp. At a minimum, well known maven folders should be

[jira] Commented: (MEV-108) Springframework: Add Optional Flag to Implementation Specific Dependencies

2005-11-19 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MEV-108?page=comments#action_51427 ] Stephen Duncan Jr commented on MEV-108: --- Solving this issue also need to take into account the current duplication between groupId "springframework" and "org.

[jira] Commented: (MEV-133) springframework poms may declare supported tools as optional dependencies

2005-11-19 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MEV-133?page=comments#action_51426 ] Stephen Duncan Jr commented on MEV-133: --- Solving this issue also need to take into account the current duplication between groupId "springframework" and "org.

[jira] Commented: (MNG-1557) Dependency Ignored

2005-11-17 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1557?page=comments#action_51216 ] Stephen Duncan Jr commented on MNG-1557: Was able to reproduce the problem on a separate Windows XP machine. > Dependency Ignored > -- > > K

[jira] Created: (MNG-1557) Dependency Ignored

2005-11-14 Thread Stephen Duncan Jr (JIRA)
Dependency Ignored -- Key: MNG-1557 URL: http://jira.codehaus.org/browse/MNG-1557 Project: Maven 2 Type: Bug Versions: 2.0 Environment: Fedora Core 4 Reporter: Stephen Duncan Jr Attachments: debug-output.txt, effective-pom.txt A

[jira] Updated: (MNG-1557) Dependency Ignored

2005-11-14 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1557?page=all ] Stephen Duncan Jr updated MNG-1557: --- Attachment: debug-output.txt Added result of running m2 -X clean package (debug-output.txt) > Dependency Ignored > -- > >

[jira] Updated: (MNG-1557) Dependency Ignored

2005-11-14 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1557?page=all ] Stephen Duncan Jr updated MNG-1557: --- Attachment: effective-pom.txt Added output of projecthelp:effective-pom > Dependency Ignored > -- > > Key: MNG-1557 &g

[jira] Created: (MNG-1269) Can't Create Javadocs for WAR project

2005-10-21 Thread Stephen Duncan Jr (JIRA)
ephen Duncan Jr Whlie I was able to create Javadocs in prior releases, for my WAR project, I know get the following message: [INFO] Not executing Javadoc as the project is not a Java classpath-capable package Javadocs for the java source part of a webapp should be considered perfectly

[jira] Created: (MEV-129) eXo POM's have incorrect groupId

2005-10-20 Thread Stephen Duncan Jr (JIRA)
eXo POM's have incorrect groupId Key: MEV-129 URL: http://jira.codehaus.org/browse/MEV-129 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Stephen Duncan Jr Example: http://www.ibiblio.org/maven

[jira] Created: (MNG-1255) When using SCP, Maven Unknown Hosts are Not Added

2005-10-20 Thread Stephen Duncan Jr (JIRA)
) Environment: Windows XP Reporter: Stephen Duncan Jr When attempting to use scp to deploy, Maven always prompts you to truest an unknown site. This is because it does not create the .ssh directory in the home directory. This occurs in both the RC and the final release of Maven 2. Creating the .ssh

[jira] Created: (MEV-108) Springframework: Add Optional Flag to Implementation Specific Dependencies

2005-10-11 Thread Stephen Duncan Jr (JIRA)
: Dependencies Reporter: Stephen Duncan Jr Many dependencies of the springframework should have the optional flag set (true). For spring-orm: spring-webmvc, toplink-api, jdo, ibatis (probably others) For spring-jdbc: c3p0, commons-dbcp, xapool For spring-hibernate: hibernate3, hibernate

[jira] Commented: (MNG-1035) javadoc:javadoc exits with error due to white-space in C:\Documents and Settings\.m2 path

2005-10-05 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-1035?page=comments#action_47855 ] Stephen Duncan Jr commented on MNG-1035: Occurred to me on JDK1.5 > javadoc:javadoc exits with error due to white-space in C:\Documents and > Settings\.m

[jira] Commented: (MNG-555) POM XSD and site doco out of sync and both may be out of sync with code

2005-10-03 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-555?page=comments#action_47675 ] Stephen Duncan Jr commented on MNG-555: --- Additionally, what the documentation (and code) currently state should be , the XSD file currently specifies should be > POM XSD and s

[jira] Created: (MEV-93) commons-logging needs to set JUnit dependency to test scope

2005-09-23 Thread Stephen Duncan Jr (JIRA)
Jr commons-logging needs to set JUnit dependency to test scope -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-09-22 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_46924 ] Stephen Duncan Jr commented on MNG-678: --- Note that the enivronment for me is Windows with JDK 1.4. > scp intermittently failing deploying artif

[jira] Commented: (MNG-678) scp intermittently failing deploying artifact

2005-09-22 Thread Stephen Duncan Jr (JIRA)
[ http://jira.codehaus.org/browse/MNG-678?page=comments#action_46917 ] Stephen Duncan Jr commented on MNG-678: --- Still occurs in 2.0-beta 1: [INFO] [deploy:deploy] Uploading: scp://cdciedev.cie.mil/var/www/maven2/mil/jfcom/cie/portal/cdcie

[jira] Created: (MNG-948) Broken Links on Maven2 Website

2005-09-21 Thread Stephen Duncan Jr (JIRA)
Broken Links on Maven2 Website -- Key: MNG-948 URL: http://jira.codehaus.org/browse/MNG-948 Project: Maven 2 Type: Bug Components: documentation Reporter: Stephen Duncan Jr Priority: Minor Links at bottom of this page go