RE: m2eclipse Mailing List

2010-06-11 Thread Shelli Orton
6:34 AM, Shelli Orton wrote: > Hi, > This post isn't Maven related, but I thought someone on this list may > know... is the m2eclipse mailing list being managed? > > I tried to subscribe to the m2eclipse mailing list by sending an email > to user-subscr...@m2eclipse.codehau

m2eclipse Mailing List

2010-06-10 Thread Shelli Orton
Hi, This post isn't Maven related, but I thought someone on this list may know... is the m2eclipse mailing list being managed? I tried to subscribe to the m2eclipse mailing list by sending an email to user-subscr...@m2eclipse.codehaus.org but it never sent me back any confirmation email. I sent an

RE: Cannot Exclude pom.xml from jar file

2010-06-03 Thread Shelli Orton
rsion of Maven jar plugin is not found in repo > > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/ > > Check for other versions > > On Thu, Jun 3, 2010 at 11:24 PM, Shelli Orton wrote: > > >> I changed it to: >> >>

RE: Cannot Exclude pom.xml from jar file

2010-06-03 Thread Shelli Orton
version 2.1 instead. On 2010-06-03 19:54, Shelli Orton wrote: > I changed it to: > > > org.apache.maven.plugins > maven-jar-plugin > 2.0.1 > > >

RE: Cannot Exclude pom.xml from jar file

2010-06-03 Thread Shelli Orton
I changed it to: org.apache.maven.plugins maven-jar-plugin 2.0.1 false but still no luck. I am using m2eclipse. Perhaps t

Cannot Exclude pom.xml from jar file

2010-06-03 Thread Shelli Orton
As per the example on this page, http://jira.codehaus.org/browse/MNG-1598, I have added this to my pom.xml: org.apache.maven.plugins maven-jar-plugin false

RE: Missing archetype.xml in new archetype created from project

2010-05-10 Thread Shelli Orton
Well, to partially answer one of my questions, it appears I need to fix all my xml config files where the create archetype process changed all references to "" to "" :( -Original Message- From: Shelli Orton Sent: Monday, May 10, 2010 3:06 PM To: Maven Users List

RE: Missing archetype.xml in new archetype created from project

2010-05-10 Thread Shelli Orton
ay 06, 2010 1:54 PM To: Maven Users List Subject: Re: Missing archetype.xml in new archetype created from project perhaps http://maven.apache.org/guides/mini/guide-creating-archetypes.html will help you It has been written for 1.x (old) archetype, but principles are the same Regards, Hervé

RE: Missing archetype.xml in new archetype created from project

2010-05-06 Thread Shelli Orton
Unfortunatley I don't know enough to update the docs myself. :( Shelli -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Wednesday, May 05, 2010 5:06 PM To: Maven Users List Subject: Re: Missing archetype.xml in new archetype created from project > For someone new to

RE: Missing archetype.xml in new archetype created from project

2010-05-05 Thread Shelli Orton
List Subject: Re: Missing archetype.xml in new archetype created from project see http://jira.codehaus.org/browse/ARCHETYPE-292 archetype.xml is "old" archetype descriptor Regards, Hervé Le mercredi 05 mai 2010, Shelli Orton a écrit : > Hi, > > I am using Maven 2.2.1. and am n

Missing archetype.xml in new archetype created from project

2010-05-05 Thread Shelli Orton
Hi, I am using Maven 2.2.1. and am new to Maven. I am trying to create an archetype based on an existing project. I have been using this blog post as a guide: http://blog.inflinx.com/category/m2eclipse/ Step 7 says "The next step is to verify that the generated archetype.xml (located under srcmai

RE: How To Determine/Exclude Transitive Dependencies

2010-04-30 Thread Shelli Orton
Thanks! That makes so much more sense. :) Shelli -Original Message- From: Jörg Schaible [mailto:joerg.schai...@gmx.de] Sent: Friday, April 30, 2010 3:16 PM To: users@maven.apache.org Subject: Re: How To Determine/Exclude Transitive Dependencies Shelli Orton wrote: > I am new

How To Determine/Exclude Transitive Dependencies

2010-04-30 Thread Shelli Orton
I am new to Maven and am trying to understand transitive dependencies and how to exclude them from my war. For example, in my war file, FastInfoset-1.2.2.jar file is included. I do not have it listed as a dependency in my POM, so it must be a transitive dependency. I ran mvn with the -X par